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

Unified Diff: headless/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 | « 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 ff2c807614491e408fcdefe663f029e59e01cc68..d74479a5ad78aecbbedcb0dbac3a49fbb38c3af6 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -324,7 +324,7 @@ static_library("headless_lib") {
]
if (enable_basic_printing) {
- public_deps += [ "//skia" ]
+ public_deps += [ "//components/printing/browser" ]
}
deps = [
@@ -355,10 +355,7 @@ static_library("headless_lib") {
}
if (enable_basic_printing) {
- deps += [
- "//components/printing/browser",
- "//components/printing/renderer",
- ]
+ deps += [ "//components/printing/renderer" ]
}
if (headless_use_embedded_resources) {
« 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