summaryrefslogtreecommitdiff
path: root/chromium/content/child/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-28 15:28:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-28 13:54:51 +0000
commit2a19c63448c84c1805fb1a585c3651318bb86ca7 (patch)
treeeb17888e8531aa6ee5e85721bd553b832a7e5156 /chromium/content/child/BUILD.gn
parentb014812705fc80bff0a5c120dfcef88f349816dc (diff)
downloadqtwebengine-chromium-2a19c63448c84c1805fb1a585c3651318bb86ca7.tar.gz
BASELINE: Update Chromium to 69.0.3497.70
Change-Id: I2b7b56e4e7a8b26656930def0d4575dc32b900a0 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/content/child/BUILD.gn')
-rw-r--r--chromium/content/child/BUILD.gn9
1 files changed, 6 insertions, 3 deletions
diff --git a/chromium/content/child/BUILD.gn b/chromium/content/child/BUILD.gn
index 7c110b354fa..1f8971c0eb0 100644
--- a/chromium/content/child/BUILD.gn
+++ b/chromium/content/child/BUILD.gn
@@ -67,7 +67,6 @@ target(link_target_type, "child") {
"runtime_features.h",
"scoped_child_process_reference.cc",
"scoped_child_process_reference.h",
- "scoped_web_callbacks.h",
"service_factory.cc",
"service_factory.h",
"thread_safe_sender.cc",
@@ -104,7 +103,7 @@ target(link_target_type, "child") {
"//gpu/command_buffer/client",
"//media",
"//media/blink",
- "//mojo/edk",
+ "//mojo/core/embedder",
"//net",
"//services/device/public/cpp:device_features",
"//services/device/public/cpp/power_monitor",
@@ -146,7 +145,11 @@ target(link_target_type, "child") {
}
if (is_linux) {
- deps += [ "//services/service_manager/zygote" ]
+ deps += [
+ "//components/services/font/public/cpp",
+ "//components/services/font/public/interfaces",
+ "//services/service_manager/zygote",
+ ]
}
if (is_win) {