| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 6ffcbc1d10ff2e1aab7a1810d13b4188a78aaa88..01de5c6148c47824348dbcea2e3be401c509a024 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -387,12 +387,12 @@
|
| 'widget/desktop_aura/desktop_native_cursor_manager.h',
|
| 'widget/desktop_aura/desktop_native_widget_aura.cc',
|
| 'widget/desktop_aura/desktop_native_widget_aura.h',
|
| - 'widget/desktop_aura/desktop_root_window_host.h',
|
| - 'widget/desktop_aura/desktop_root_window_host_ozone.cc',
|
| - 'widget/desktop_aura/desktop_root_window_host_win.cc',
|
| - 'widget/desktop_aura/desktop_root_window_host_win.h',
|
| - 'widget/desktop_aura/desktop_root_window_host_x11.cc',
|
| - 'widget/desktop_aura/desktop_root_window_host_x11.h',
|
| + 'widget/desktop_aura/desktop_window_tree_host.h',
|
| + 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
|
| + 'widget/desktop_aura/desktop_window_tree_host_win.cc',
|
| + 'widget/desktop_aura/desktop_window_tree_host_win.h',
|
| + 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
|
| + 'widget/desktop_aura/desktop_window_tree_host_x11.h',
|
| 'widget/desktop_aura/desktop_screen.h',
|
| 'widget/desktop_aura/desktop_screen_ozone.cc',
|
| 'widget/desktop_aura/desktop_screen_position_client.cc',
|
| @@ -505,7 +505,7 @@
|
| ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
|
| ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc'],
|
| ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
|
| - ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc'],
|
| + ['include', 'widget/desktop_aura/desktop_window_tree_host_win.cc'],
|
| ['include', 'widget/monitor_win.cc'],
|
| ['include', 'widget/monitor_win.h'],
|
| ['include', 'win/appbar.cc'],
|
| @@ -792,7 +792,7 @@
|
| 'view_model_utils_unittest.cc',
|
| 'view_unittest.cc',
|
| 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
|
| - 'widget/desktop_aura/desktop_root_window_host_win_unittest.cc',
|
| + 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc',
|
| 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
|
| 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
|
| 'widget/native_widget_aura_unittest.cc',
|
|
|