summaryrefslogtreecommitdiff
path: root/chromium/components/nacl/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/nacl/common/BUILD.gn')
-rw-r--r--chromium/components/nacl/common/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/nacl/common/BUILD.gn b/chromium/components/nacl/common/BUILD.gn
index 8859d086d4d..7f2e1f24381 100644
--- a/chromium/components/nacl/common/BUILD.gn
+++ b/chromium/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",
]