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

Unified Diff: chrome/chrome_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 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4d0df32f514d272f520694e9bd17824459956f0c..26fec4d507808e26ca5b4805c7bdb6681e08dd77 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -414,7 +414,7 @@
'common/pepper_permission_util.h',
],
}],
- ['enable_printing==0', {
+ ['printing_mode==0', {
'sources!': [
'common/print_messages.cc',
'common/print_messages.h',
@@ -424,7 +424,7 @@
'<(DEPTH)/printing/printing.gyp:printing',
],
}],
- ['enable_printing==1', {
+ ['printing_mode>1', {
'sources': [ '<@(chrome_common_service_process_sources)' ],
}],
['enable_service_discovery==1', {
« build/common.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698