summaryrefslogtreecommitdiff
path: root/chromium/content/child/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-12 14:07:37 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 10:29:26 +0000
commitec02ee4181c49b61fce1c8fb99292dbb8139cc90 (patch)
tree25cde714b2b71eb639d1cd53f5a22e9ba76e14ef /chromium/content/child/BUILD.gn
parentbb09965444b5bb20b096a291445170876225268d (diff)
downloadqtwebengine-chromium-ec02ee4181c49b61fce1c8fb99292dbb8139cc90.tar.gz
BASELINE: Update Chromium to 59.0.3071.134
Change-Id: Id02ef6fb2204c5fd21668a1c3e6911c83b17585a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/content/child/BUILD.gn')
-rw-r--r--chromium/content/child/BUILD.gn8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/content/child/BUILD.gn b/chromium/content/child/BUILD.gn
index 3bd4555adf2..f1ff86df004 100644
--- a/chromium/content/child/BUILD.gn
+++ b/chromium/content/child/BUILD.gn
@@ -66,8 +66,6 @@ target(link_target_type, "child") {
"child_process_sandbox_support_impl_shm_linux.cc",
"child_resource_message_filter.cc",
"child_resource_message_filter.h",
- "child_shared_bitmap_manager.cc",
- "child_shared_bitmap_manager.h",
"child_thread_impl.cc",
"child_thread_impl.h",
"content_child_helpers.cc",
@@ -216,6 +214,7 @@ target(link_target_type, "child") {
public_deps = [
"//gpu/ipc/client:client",
+ "//ipc",
"//services/service_manager/public/interfaces:interfaces_blink",
]
@@ -234,13 +233,15 @@ target(link_target_type, "child") {
"//content/public/common:common_sources",
"//crypto:platform",
"//gpu/command_buffer/client",
- "//ipc",
"//media",
+ "//media/blink",
"//mojo/common",
"//mojo/edk/system",
"//net",
+ "//services/device/public/cpp:device_features",
"//services/device/public/cpp/power_monitor",
"//services/device/public/interfaces:constants",
+ "//services/resource_coordinator/public/cpp",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/service_manager/runner/common",
@@ -251,6 +252,7 @@ target(link_target_type, "child") {
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
"//third_party/ced",
+ "//third_party/zlib:compression_utils",
"//ui/base",
"//ui/events/gestures/blink",
"//ui/gfx",