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

Unified Diff: chrome/chrome_tests_unit.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_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 08cfad8d09bb216731e571c56101458641fded4d..a2999dd90e0cd1aee76268b7398e45b72e9e18b4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1769,12 +1769,12 @@
'../build/linux/system.gyp:ssl',
],
}],
- ['enable_printing==1', {
+ ['printing_mode>1', {
'dependencies': [
'service',
],
}],
- ['enable_printing!=0', {
+ ['printing_mode!=0', {
'sources': [
'renderer/printing/mock_printer.cc',
'renderer/printing/mock_printer.h',
@@ -2258,7 +2258,7 @@
'common/pepper_permission_util_unittest.cc',
],
}],
- ['enable_printing!=1', {
+ ['printing_mode<2', {
'sources/': [
['exclude', '^browser/printing/'],
['exclude', '^browser/ui/webui/print_preview/'],
« build/common.gypi ('K') | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698