| Index: components/nacl/common/BUILD.gn
|
| diff --git a/components/nacl/common/BUILD.gn b/components/nacl/common/BUILD.gn
|
| index 8859d086d4d537d94a3d41b433a33ecd3154063f..7f2e1f24381d350d5bea2a2e0850b50056c2f35d 100644
|
| --- a/components/nacl/common/BUILD.gn
|
| +++ b/components/nacl/common/BUILD.gn
|
| @@ -28,6 +28,7 @@ if (enable_nacl) {
|
| public_deps = [
|
| ":minimal_content_dummy",
|
| ":switches",
|
| + "//ipc",
|
| ]
|
|
|
| deps = [
|
| @@ -35,7 +36,6 @@ if (enable_nacl) {
|
| "//base",
|
| "//base:base_static",
|
| "//content/public/common:service_names",
|
| - "//ipc",
|
| "//mojo/edk/system",
|
| "//services/service_manager/public/cpp",
|
| ]
|
| @@ -75,12 +75,12 @@ if (enable_nacl) {
|
| ":minimal",
|
| ":mojo_bindings",
|
| ":switches",
|
| + "//ipc",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| "//content/public/common",
|
| - "//ipc",
|
| "//url",
|
| ]
|
|
|
|
|