Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: ui/views/views.gyp

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« no previous file with comments | « ui/views/test/ui_controls_factory_desktop_aurax11.cc ('k') | ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698