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

Unified Diff: components/subresource_filter/content/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/pdf/browser/BUILD.gn ('k') | components/subresource_filter/content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/common/BUILD.gn
diff --git a/components/subresource_filter/content/common/BUILD.gn b/components/subresource_filter/content/common/BUILD.gn
index 15ebae2e006f4de7899a0c85b4222bedc72c64c0..09ae099d85980aea857b27564d0dc11f5f58c003 100644
--- a/components/subresource_filter/content/common/BUILD.gn
+++ b/components/subresource_filter/content/common/BUILD.gn
@@ -13,9 +13,11 @@ static_library("common") {
deps = [
"//components/subresource_filter/core/common",
"//content/public/common",
- "//ipc",
"//url",
]
+ public_deps = [
+ "//ipc",
+ ]
}
source_set("unit_tests") {
« no previous file with comments | « components/pdf/browser/BUILD.gn ('k') | components/subresource_filter/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698