Index: ui/aura/aura.gyp |
=================================================================== |
--- ui/aura/aura.gyp (revision 113260) |
+++ ui/aura/aura.gyp (working copy) |
@@ -32,12 +32,12 @@ |
'client/tooltip_client.h', |
'client/window_drag_drop_delegate.h', |
'cursor.h', |
- 'desktop_host.h', |
- 'desktop_host_linux.cc', |
- 'desktop_host_win.cc', |
- 'desktop_host_win.h', |
- 'desktop.cc', |
- 'desktop.h', |
+ 'root_window_host.h', |
+ 'root_window_host_linux.cc', |
+ 'root_window_host_win.cc', |
+ 'root_window_host_win.h', |
+ 'root_window.cc', |
+ 'root_window.h', |
'event.cc', |
'event.h', |
'event_filter.cc', |
@@ -131,7 +131,7 @@ |
'test/run_all_unittests.cc', |
'test/test_suite.cc', |
'test/test_suite.h', |
- 'desktop_unittest.cc', |
+ 'root_window_unittest.cc', |
'event_filter_unittest.cc', |
'window_unittest.cc', |
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |