From ec02ee4181c49b61fce1c8fb99292dbb8139cc90 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 12 Jul 2017 14:07:37 +0200 Subject: BASELINE: Update Chromium to 59.0.3071.134 Change-Id: Id02ef6fb2204c5fd21668a1c3e6911c83b17585a Reviewed-by: Alexandru Croitor --- chromium/content/child/BUILD.gn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chromium/content/child/BUILD.gn') 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", -- cgit v1.2.1