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

Unified Diff: build/all.gyp

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: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index b59c6686408903613562f6dd22f51d8e4accc4e0..01dc5d14535552d660ee14f3986defbd52d2113d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -423,7 +423,7 @@
'../google_apis/gcm/gcm.gyp:gcm_unit_tests',
],
}],
- ['enable_printing!=0', {
+ ['printing_mode!=0', {
'dependencies': [
'../printing/printing.gyp:printing_unittests',
],

Powered by Google App Engine
This is Rietveld 408576698