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

Unified Diff: headless/BUILD.gn

Issue 2871123003: [Headless] Have public_deps chain reflect inclusion chain (Closed)
Patch Set: 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 | « components/printing/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 86ace31e99f38c90e934f1e355bcda606a82e561..44b2e6b11b4351873ca36e676d091ff552444240 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -321,7 +321,7 @@ static_library("headless_lib") {
]
if (enable_basic_printing) {
- public_deps += [ "//skia" ]
+ public_deps += [ "//components/printing/browser" ]
}
deps = [
« no previous file with comments | « components/printing/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698