Update to Chromium version 62.0.3202.75

This commit is contained in:
Marshall Greenblatt 2017-10-31 22:48:51 -04:00
parent d04a869149
commit 28f27be9ca
3 changed files with 17 additions and 5 deletions

View File

@ -241,7 +241,7 @@ config("libcef_static_config") {
}
# Target for building code that accesses Blink internals. Included from the
# //third_party/WebKit/Source/web target.
# //third_party/WebKit/Source/controller target.
source_set("webkit_set") {
sources = [
"libcef/renderer/webkit_glue.cc",
@ -275,10 +275,9 @@ source_set("webkit_set") {
deps = [
"//services/network/public/interfaces",
"//skia",
"//third_party/icu",
"//third_party/boringssl",
"//v8",
"//third_party/icu",
"//third_party/WebKit/Source/core:core_generated",
]
}

View File

@ -7,5 +7,5 @@
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
{
'chromium_checkout': 'refs/tags/62.0.3202.62',
'chromium_checkout': 'refs/tags/62.0.3202.75',
}

View File

@ -36,3 +36,16 @@ index dbcd69337de8..fc0b6aca080f 100644
"//skia",
"//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/modules",
diff --git third_party/WebKit/Source/core/BUILD.gn third_party/WebKit/Source/core/BUILD.gn
index 67bbab12ea53..881310a760ee 100644
--- third_party/WebKit/Source/core/BUILD.gn
+++ third_party/WebKit/Source/core/BUILD.gn
@@ -1189,6 +1189,8 @@ group("all_generators") {
target("jumbo_" + core_link_small_target_type, "core_generated") {
sources = bindings_core_v8_files
+ visibility += [ "//cef:webkit_set" ]
+
# Add all sources generated by the targets above.
foreach(current, targets_generating_sources) {
sources += get_target_outputs(current)