Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 91156ec1e85f9cdcef702490946ac6bbf3b4b1b6..aadd060625ead1e57f4a2b51bb94cd1ef73068cb 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2100,7 +2100,7 @@ |
'grit_defines': ['-D', 'enable_printing'], |
}], |
['enable_printing==1', { |
- 'grit_defines': ['-D', 'enable_full_printing'], |
+ 'grit_defines': ['-D', 'enable_print_preview'], |
}], |
['enable_themes==1', { |
'grit_defines': ['-D', 'enable_themes'], |
@@ -2923,11 +2923,11 @@ |
# chrome://translate-internals |
'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], |
}], |
- ['enable_printing==1', { |
- 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], |
+ ['enable_printing!=0', { |
+ 'defines': ['ENABLE_PRINTING=1', 'ENABLE_BASIC_PRINTING=1'], |
brettw
2014/11/05 18:02:11
So does ENABLE_PRINTING have the same meaning as E
Vitaly Buka (NO REVIEWS)
2014/11/05 19:14:50
it's would be ENABLE_PRINTING = (ENABLE_PRINT_PREV
|
}], |
- ['enable_printing==2', { |
- 'defines': ['ENABLE_PRINTING=1'], |
+ ['enable_printing==1', { |
+ 'defines': ['ENABLE_PRINT_PREVIEW=1'], |
}], |
['enable_spellcheck==1', { |
'defines': ['ENABLE_SPELLCHECK=1'], |