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

@@ -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)