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

Unified Diff: chrome/common/BUILD.gn

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Nov 4 17:22:50 PST 2014 Created 6 years, 1 month 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index a6a37e975cb9153a359cb3c03887858198d73f76..e62135fa13e5e339e31fd36473d00c95e89a20b6 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -152,7 +152,7 @@ static_library("common") {
]
} else {
deps += [ "//printing" ]
- if (printing_mode == 1) {
+ if (printing_mode > 1) {
# Full printing support.
sources += rebase_path(
gypi_values.chrome_common_service_process_sources,

Powered by Google App Engine
This is Rietveld 408576698