| 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..a05542cfe880ad4c41b5138db9b968cc07ec5ea5 100644
|
| --- a/ui/native_theme/native_theme.gyp
|
| +++ b/ui/native_theme/native_theme.gyp
|
| @@ -44,6 +44,20 @@
|
| 'native_theme_win.cc',
|
| 'native_theme_win.h',
|
| ],
|
| + 'conditions': [
|
| + ['OS=="win"', {
|
| + 'sources': [
|
| + 'native_theme_win_dark.cc',
|
| + 'native_theme_win_dark.h',
|
| + ],
|
| + }],
|
| + ['use_aura==1', {
|
| + 'sources': [
|
| + 'native_theme_aura_dark.cc',
|
| + 'native_theme_aura_dark.h',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| {
|
| 'target_name': 'native_theme_unittests',
|
|
|