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

Unified Diff: components/printing/browser/BUILD.gn

Issue 2871123003: [Headless] Have public_deps chain reflect inclusion chain (Closed)
Patch Set: Response to review Created 3 years, 7 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 | « no previous file | headless/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/browser/BUILD.gn
diff --git a/components/printing/browser/BUILD.gn b/components/printing/browser/BUILD.gn
index bddd3a67d52f7af953ffed21aad12bb33ddf0f4d..3cce73a764724e62086bc453d02f2483eee10c44 100644
--- a/components/printing/browser/BUILD.gn
+++ b/components/printing/browser/BUILD.gn
@@ -10,10 +10,13 @@ static_library("browser") {
"print_manager_utils.h",
]
+ public_deps = [
+ "//content/public/browser",
+ ]
+
deps = [
"//base",
"//components/printing/common",
- "//content/public/browser",
"//printing",
]
}
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698