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

Unified Diff: chrome/chrome_tests.gypi

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 03:20:34 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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 19f26731c7809e2f62b502b22fba37b23178b892..447ce096ec348019cc7543d2becb55ac43ef7eb8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2359,7 +2359,7 @@
'../media/media.gyp:clearkeycdmadapter',
],
}],
- ['enable_printing!=1', {
+ ['enable_print_preview==0', {
'sources/': [
['exclude', '^browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc'],
['exclude', '^browser/printing/cloud_print/test/.*'],
@@ -2372,7 +2372,7 @@
['exclude', '^test/data/webui/print_preview.js'],
],
}],
- ['enable_printing==0', {
+ ['enable_basic_printing==0 and enable_print_preview==0', {
'sources/': [
['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc'],
],
@@ -2728,7 +2728,7 @@
'../ui/views/views.gyp:views',
],
}],
- ['enable_printing!=0', {
+ ['enable_basic_printing==1 or enable_print_preview==1', {
'dependencies': [
'../printing/printing.gyp:printing',
],

Powered by Google App Engine
This is Rietveld 408576698