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

Unified Diff: chrome/chrome_browser.gypi

Issue 17494005: linux_aura: Three fixes for switching themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 96f8f772514b7acd51e9b443693f29e9b37e6432..1443f55ed21ed933de8b595f8bad7fd6c156a5eb 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2219,6 +2219,8 @@
'browser/themes/theme_service_factory.cc',
'browser/themes/theme_service_factory.h',
'browser/themes/theme_service.h',
+ 'browser/themes/theme_service_aurax11.cc',
+ 'browser/themes/theme_service_aurax11.h',
'browser/themes/theme_service_gtk.cc',
'browser/themes/theme_service_mac.mm',
'browser/themes/theme_syncable_service.cc',
@@ -2666,6 +2668,8 @@
'browser/storage_monitor/mtab_watcher_linux.h',
'browser/storage_monitor/storage_monitor_linux.cc',
'browser/storage_monitor/storage_monitor_linux.h',
+ 'browser/themes/theme_service_aurax11.cc',
Evan Stade 2013/06/20 22:24:35 [...]aura_x11.cc?
Elliot Glaysher 2013/06/21 17:58:45 No, aurax11 is the proper suffix that is filtered
+ 'browser/themes/theme_service_aurax11.h',
'browser/ui/webui/help/version_updater_basic.cc',
'browser/ui/webui/help/version_updater_basic.h',
'browser/upgrade_detector_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698