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

Unified Diff: printing/features/features.gni

Issue 2556023002: Added flags for PrintBrowser mode (Closed)
Patch Set: Replaced enable-print-browser feature flag with command line switch. 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
« chrome/app/generated_resources.grd ('K') | « printing/features/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..60b7c09a9f5af6c0988fd0cff74da4ad16628afc 100644
--- a/printing/features/features.gni
+++ b/printing/features/features.gni
@@ -16,6 +16,11 @@ declare_args() {
use_cups = (is_desktop_linux || is_mac) && !is_chromecast
}
+declare_args() {
+ # Enable printing mode browsing. Implies enable_print_preview.
Vitaly Buka (NO REVIEWS) 2016/12/12 05:29:48 Code implies opposite.
gozzard 2016/12/14 23:14:48 The implication logic is in another file. This det
+ enable_print_browser = enable_print_preview
+}
+
if ((enable_basic_printing && is_win) || enable_print_preview) {
# Windows basic printing or print preview requires pdf enabled.
assert(enable_pdf,
« chrome/app/generated_resources.grd ('K') | « printing/features/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698