Index: ui/native_theme/BUILD.gn |
diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn |
index 721e317bf0dba7e22abe6bb08949df2eb26720de..bde6dcfea4d8dfa9a1f90d5d4b9cd3be5b830488 100644 |
--- a/ui/native_theme/BUILD.gn |
+++ b/ui/native_theme/BUILD.gn |
@@ -28,6 +28,8 @@ component("native_theme") { |
sources += [ |
"native_theme_aura.cc", |
"native_theme_aura.h", |
+ "native_theme_aura_dark.cc", |
+ "native_theme_aura_dark.h", |
] |
if (is_win) { |
@@ -38,6 +40,13 @@ component("native_theme") { |
} |
} |
+ if (is_win) { |
+ sources += [ |
+ "native_theme_win_dark.cc", |
sky
2015/11/12 21:58:28
Generally platform specific files end with the pla
Evan Stade
2015/11/12 22:11:11
Here is the inheritance chain:
NativeTheme : Nati
sky
2015/11/12 23:45:52
I'm not suggesting moving any code, just the name.
Evan Stade
2015/11/13 18:11:40
changed the name
|
+ "native_theme_win_dark.h", |
+ ] |
+ } |
+ |
defines = [ "NATIVE_THEME_IMPLEMENTATION" ] |
deps = [ |