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

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

Powered by Google App Engine
This is Rietveld 408576698