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

Unified Diff: components/nacl/browser/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/guest_view/renderer/BUILD.gn ('k') | components/nacl/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/BUILD.gn
diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
index 5307b79ceec6fb8aab9b45727a7adf77fc013d06..37315ab26a98ee6ffe2a329b3502506a78ec5ed6 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -38,7 +38,6 @@ static_library("browser") {
"//components/url_formatter",
"//content/public/browser",
"//content/public/common",
- "//ipc",
"//mojo/edk/system",
"//native_client/src/trusted/service_runtime:sel_main_chrome",
"//net",
@@ -47,6 +46,10 @@ static_library("browser") {
"//ppapi/shared_impl",
]
+ public_deps = [
+ "//ipc",
+ ]
+
data_deps = []
if (is_linux) {
« no previous file with comments | « components/guest_view/renderer/BUILD.gn ('k') | components/nacl/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698