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

Unified Diff: ui/native_theme/native_theme.gyp

Issue 1438513003: [MD] Implement incognito colors as a NativeTheme (for Aura). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: init param, pkasting feedback Created 5 years, 1 month 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/common_theme.cc ('k') | ui/native_theme/native_theme_aura.cc » ('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 3bcdadb4f7a1daeb6fa18931bfe43b82412cb403..4c06d76ddfda447ce2ea384ca669924741f8622f 100644
--- a/ui/native_theme/native_theme.gyp
+++ b/ui/native_theme/native_theme.gyp
@@ -35,6 +35,10 @@
'native_theme_aurawin.h',
'native_theme_base.cc',
'native_theme_base.h',
+ 'native_theme_dark_aura.cc',
+ 'native_theme_dark_aura.h',
+ 'native_theme_dark_win.cc',
+ 'native_theme_dark_win.h',
'native_theme_mac.h',
'native_theme_mac.mm',
'native_theme_observer.cc',
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/native_theme/native_theme_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698