mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 62.0.3202.75
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user