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

Unified Diff: chrome/utility/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
+ 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" ]
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698