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

Unified Diff: ui/native_theme/native_theme.gyp

Issue 14424007: Use the default theme as the fallback UI in Blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed static initializer Created 7 years, 7 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 | « ui/native_theme/fallback_theme.cc ('k') | ui/native_theme/native_theme_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme.gyp
diff --git a/ui/native_theme/native_theme.gyp b/ui/native_theme/native_theme.gyp
index 70d27a329ee4722dac82d4e2585d268c6d220a0c..671f28635902c455b405394935655a5242944052 100644
--- a/ui/native_theme/native_theme.gyp
+++ b/ui/native_theme/native_theme.gyp
@@ -23,6 +23,8 @@
'sources': [
'common_theme.cc',
'common_theme.h',
+ 'fallback_theme.cc',
+ 'fallback_theme.h',
'native_theme.cc',
'native_theme.h',
'native_theme_android.cc',
« no previous file with comments | « ui/native_theme/fallback_theme.cc ('k') | ui/native_theme/native_theme_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698