Chromium Code Reviews| Index: ui/aura/aura.gyp |
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
| index efaa46368ca11f50adfcaefda02822c41eb007a7..e3deaa0af5b445e8ca811ab67d83d3e2152e1cae 100644 |
| --- a/ui/aura/aura.gyp |
| +++ b/ui/aura/aura.gyp |
| @@ -108,10 +108,8 @@ |
| 'window_tree_host_mac.h', |
| 'window_tree_host_mac.mm', |
| 'window_tree_host_observer.h', |
| - 'window_tree_host_ozone.cc', |
| - 'window_tree_host_ozone.h', |
| - 'window_tree_host_win.cc', |
| - 'window_tree_host_win.h', |
| + 'window_tree_host_platform.cc', |
| + 'window_tree_host_platform.h', |
| 'window_tree_host_x11.cc', |
| 'window_tree_host_x11.h', |
| ], |
| @@ -142,6 +140,17 @@ |
| '../ozone/ozone.gyp:ozone_base', |
| ], |
| }], |
| + ['OS!="win" and OS!="android" and use_ozone==0', { |
| + 'sources!': [ |
| + 'window_tree_host_platform.cc', |
| + 'window_tree_host_platform.h', |
| + ], |
| + }], |
| + ['OS=="android"', { |
| + 'dependencies': [ |
| + '../platform_window/android/android_window.gyp:android_window', |
|
oshima
2015/10/16 18:31:42
nit: indent
|
| + ], |
| + }], |
| ], |
| }, |
| { |