mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-19 21:50:42 +01:00
Update to Chromium version 62.0.3202.75
This commit is contained in:
parent
d04a869149
commit
28f27be9ca
7
BUILD.gn
7
BUILD.gn
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -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',
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user