| Index: content/child/BUILD.gn
|
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
|
| index d9f42d2f1462e77ee3ca659f48f5d9f98555d5af..c9e48ed6265f64389910752845a6aa059b803108 100644
|
| --- a/content/child/BUILD.gn
|
| +++ b/content/child/BUILD.gn
|
| @@ -216,6 +216,7 @@ target(link_target_type, "child") {
|
|
|
| public_deps = [
|
| "//gpu/ipc/client:client",
|
| + "//ipc",
|
| "//services/service_manager/public/interfaces:interfaces_blink",
|
| ]
|
|
|
| @@ -234,7 +235,6 @@ target(link_target_type, "child") {
|
| "//content/public/common:common_sources",
|
| "//crypto:platform",
|
| "//gpu/command_buffer/client",
|
| - "//ipc",
|
| "//media",
|
| "//media/blink",
|
| "//mojo/common",
|
|
|