Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1362)

Unified Diff: components/nacl/common/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/browser/BUILD.gn ('k') | components/network_hints/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/nacl/browser/BUILD.gn ('k') | components/network_hints/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698