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

Unified Diff: chrome/chrome_tests.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/chrome_browser.gypi ('k') | no next file » | 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 46bc7482e80cd37c2330084b65cf96541fc4e777..da32233b4e520dde7303df8156448a9bdee7793b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2419,6 +2419,16 @@
['exclude', '^browser/ui/webui/print_preview/'],
],
}],
+ ['enable_themes==0', {
+ 'sources!': [
+ 'browser/sync/glue/theme_data_type_controller_unittest.cc',
+ 'browser/sync/glue/theme_util_unittest.cc',
+ 'browser/ui/webui/theme_source_unittest.cc',
+ ],
+ 'sources/': [
+ ['exclude', '^browser/themes/'],
+ ],
+ }],
['enable_plugin_installation==0', {
'sources!': [
'browser/plugin_finder_unittest.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698