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

Unified Diff: chrome/chrome_browser.gypi

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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/ntp/ntp_resource_cache_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 be26a4c67bb3fd4938040a7cff9e57b8fe002e8b..6c9c0173058e68d1f9a87e1d1cafa9fc2474c16c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4446,6 +4446,16 @@
['exclude', '^browser/ui/intents'],
],
}],
+ ['enable_themes==0', {
+ 'sources!': [
+ 'browser/sync/glue/theme_change_processor.cc',
+ 'browser/sync/glue/theme_data_type_controller.cc',
+ 'browser/ui/webui/theme_source.cc',
+ ],
+ 'sources/': [
+ ['exclude', '^browser/themes/'],
+ ],
+ }],
['OS=="android"', {
'sources!': [
'browser/bookmarks/bookmark_context_menu_controller.cc',
@@ -4461,15 +4471,14 @@
'browser/ui/sync/one_click_signin_sync_starter.cc',
'browser/ui/sync/one_click_signin_sync_starter.h',
'browser/ui/webui/certificate_viewer_webui.cc',
- 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
'browser/ui/window_sizer.cc',
'browser/ui/window_sizer.h',
+ 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
'browser/ui/webui/ntp/ntp_resource_cache.cc',
],
'sources/': [
['exclude', '^browser/importer/'],
['exclude', '^browser/printing/'],
- ['exclude', '^browser/themes/'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698