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

Unified Diff: build/common.gypi

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 16:01:27 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 91156ec1e85f9cdcef702490946ac6bbf3b4b1b6..8943e4c283b6c40f7928b59b44b2976116903a17 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2923,12 +2923,12 @@
# chrome://translate-internals
'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'],
}],
- ['enable_printing==1', {
- 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
- }],
- ['enable_printing==2', {
+ ['enable_printing!=1', {
'defines': ['ENABLE_PRINTING=1'],
}],
+ ['enable_printing==1', {
Lei Zhang 2014/11/05 00:14:45 This doesn't look right. It doesn't mention ENABLE
Vitaly Buka (NO REVIEWS) 2014/11/05 01:22:08 Done.
+ 'defines': ['ENABLE_FULL_PRINTING=1'],
+ }],
['enable_spellcheck==1', {
'defines': ['ENABLE_SPELLCHECK=1'],
}],

Powered by Google App Engine
This is Rietveld 408576698