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

Unified Diff: chrome/utility/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase again Created 3 years, 8 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
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index c8482f9eadc2adb3f7b2ef46386bd21ed62ee8f8..f190c82e37438d97dc9a99971979adc144539f81 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -175,6 +175,13 @@ static_library("utility") {
]
}
+ if (enable_basic_printing || enable_print_preview) {
Lei Zhang 2017/04/27 22:42:21 Just enable_printing then?
Wei Li 2017/04/29 04:35:18 We only have enable_printing as buildflag, but not
+ deps += [
+ "//components/printing/service/public/cpp:factory",
+ "//components/printing/service/public/interfaces",
+ ]
+ }
+
if (is_mac && safe_browsing_mode == 1) {
deps += [ "//chrome/utility/safe_browsing/mac" ]
}

Powered by Google App Engine
This is Rietveld 408576698