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

Unified Diff: printing/features/features.gni

Issue 2576573002: Move enable_pdf to a buildflag header. (Closed)
Patch Set: No Chromecast Created 4 years 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 | « printing/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/features/features.gni
diff --git a/printing/features/features.gni b/printing/features/features.gni
index 651b7a7a221169526a914fd03227e8cadc8e0559..a41202a2e194451f33942a76e93adef67037d521 100644
--- a/printing/features/features.gni
+++ b/printing/features/features.gni
@@ -15,10 +15,3 @@ declare_args() {
use_cups = (is_desktop_linux || is_mac) && !is_chromecast
}
-
-if ((enable_basic_printing && is_win) || enable_print_preview) {
- # Windows basic printing or print preview requires pdf enabled.
- assert(enable_pdf,
- "Windows basic printing or print preview needs pdf: " +
- "set enable_pdf=true.")
-}
« no previous file with comments | « printing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698