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

Unified Diff: chrome/chrome_tests.gypi

Issue 10540033: Add ENABLE_PRINTING and disable it on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Arrange some ifdefs Created 8 years, 6 months 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7e69db8b12d92132a09029088cb861181ef33d79..151cf2c22f2e24835bca305fa3d6ce8d3a85abbe 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2106,6 +2106,12 @@
['exclude', '^browser/automation/'],
],
}],
+ ['enable_printing!=1', {
+ 'sources/': [
+ ['exclude', '^browser/printing/'],
+ ['exclude', '^browser/ui/webui/print_preview/'],
+ ],
+ }],
['enable_session_service!=1', {
'sources!': [
'browser/sessions/session_service_unittest.cc',
@@ -2366,14 +2372,12 @@
'sources/': [
['exclude', '^browser/captive_portal/'],
['exclude', '^browser/chrome_to_mobile'],
- ['exclude', '^browser/printing/'],
['exclude', '^browser/themes/'],
['exclude', '^browser/ui/panels'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
['exclude', '^browser/ui/webui/options/'],
['exclude', '^browser/ui/webui/options2/'],
- ['exclude', '^browser/ui/webui/print_preview/'],
# No service process on Android.
['exclude', '^common/service_'],
['exclude', '^service/'],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698