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

Unified Diff: chrome/chrome_browser_ui.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 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/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index fa29fe3c4bd42df9e01850b4d75b83e61d579b9b..47aa619e77cded867c2c041e30c9e25b9151312b 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2685,7 +2685,7 @@
'../net/net.gyp:net',
],
}],
- ['enable_printing!=0', {
+ ['printing_mode!=0', {
'dependencies': [
'../printing/printing.gyp:printing',
],
@@ -2843,7 +2843,7 @@
'browser/ui/webui/theme_source.cc',
],
}],
- ['enable_printing==1', {
+ ['printing_mode>1', {
'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ],
}],
['OS=="linux" or OS=="android"', {

Powered by Google App Engine
This is Rietveld 408576698