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

Unified Diff: chrome/chrome_browser.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/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d86e0cc14555ce096761dbcfa68aa54e2cb9ecfa..dc03dd56c794455eecb99877f65d65d0b672a830 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4633,6 +4633,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_restore.cc',
@@ -4694,7 +4700,6 @@
['exclude', '^browser/captive_portal/'],
['exclude', '^browser/chrome_to_mobile'],
['exclude', '^browser/importer/'],
- ['exclude', '^browser/printing/'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
@@ -4705,7 +4710,6 @@
['exclude', '^browser/ui/webui/inspect_'],
['exclude', '^browser/ui/webui/options'],
['exclude', '^browser/ui/webui/options2'],
- ['exclude', '^browser/ui/webui/print_preview/'],
['exclude', '^browser/ui/webui/signin/'],
['exclude', '^browser/ui/webui/sync_promo'],
['exclude', '^browser/usb/'],
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698