summaryrefslogtreecommitdiffstats
path: root/chromium/ui/native_theme/native_theme.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/native_theme/native_theme.gyp')
-rw-r--r--chromium/ui/native_theme/native_theme.gyp11
1 files changed, 8 insertions, 3 deletions
diff --git a/chromium/ui/native_theme/native_theme.gyp b/chromium/ui/native_theme/native_theme.gyp
index 9fbe897d969..4cd287758e1 100644
--- a/chromium/ui/native_theme/native_theme.gyp
+++ b/chromium/ui/native_theme/native_theme.gyp
@@ -14,9 +14,10 @@
'../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../skia/skia.gyp:skia',
+ '../base/ui_base.gyp:ui_base',
'../gfx/gfx.gyp:gfx',
+ '../gfx/gfx.gyp:gfx_geometry',
'../resources/ui_resources.gyp:ui_resources',
- '../ui.gyp:ui',
],
'defines': [
'NATIVE_THEME_IMPLEMENTATION',
@@ -32,12 +33,16 @@
'native_theme_android.h',
'native_theme_aura.cc',
'native_theme_aura.h',
+ 'native_theme_aurawin.cc',
+ 'native_theme_aurawin.h',
'native_theme_base.cc',
'native_theme_base.h',
- 'native_theme_gtk.cc',
- 'native_theme_gtk.h',
'native_theme_mac.h',
'native_theme_mac.mm',
+ 'native_theme_observer.cc',
+ 'native_theme_observer.h',
+ 'native_theme_switches.cc',
+ 'native_theme_switches.h',
'native_theme_win.cc',
'native_theme_win.h',
],