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

Unified Diff: chrome/app/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 | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 2daa56c4818cda3afc6b6b7a9fc7697bc86040ee..7e40b44e3f22a8c1a39f982f86674aa4426c73e1 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -382,6 +382,11 @@ static_library("test_support") {
chrome_packaged_services = [ ":chrome_manifest" ]
+if (enable_basic_printing || enable_print_preview) {
+ chrome_packaged_services +=
+ [ "//components/printing/service:pdf_compositor_manifest" ]
+}
+
if (is_chromeos) {
chrome_packaged_services +=
[ "//chrome/browser:preferences_forwarder_manifest" ]
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698