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

Unified Diff: components/network_hints/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/common/BUILD.gn ('k') | components/pdf/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_hints/common/BUILD.gn
diff --git a/components/network_hints/common/BUILD.gn b/components/network_hints/common/BUILD.gn
index 9cba7b7192b51445f4caa27fe0e7a91de9f8f81c..b8ade78addbc4b8efb6643c8b7a173251dd82fef 100644
--- a/components/network_hints/common/BUILD.gn
+++ b/components/network_hints/common/BUILD.gn
@@ -15,8 +15,11 @@ static_library("common") {
deps = [
"//base",
"//content/public/common",
- "//ipc",
"//ui/accessibility",
"//url",
]
+
+ public_deps = [
+ "//ipc",
+ ]
}
« no previous file with comments | « components/nacl/common/BUILD.gn ('k') | components/pdf/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698