| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index fd72faf92eef0cd1bc49dc8344fe144738e914c3..9b37c6e77867ddc43c9c6c50e2eab01efad0f08e 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -89,16 +89,16 @@
|
| 'input_state_lookup_win.h',
|
| 'layout_manager.cc',
|
| 'layout_manager.h',
|
| - 'remote_root_window_host_win.cc',
|
| - 'remote_root_window_host_win.h',
|
| - 'root_window_host_mac.mm',
|
| - 'root_window_host_mac.h',
|
| - 'root_window_host_ozone.cc',
|
| - 'root_window_host_ozone.h',
|
| - 'root_window_host_win.cc',
|
| - 'root_window_host_win.h',
|
| - 'root_window_host_x11.cc',
|
| - 'root_window_host_x11.h',
|
| + 'remote_window_tree_host_win.cc',
|
| + 'remote_window_tree_host_win.h',
|
| + 'window_tree_host_mac.mm',
|
| + 'window_tree_host_mac.h',
|
| + 'window_tree_host_ozone.cc',
|
| + 'window_tree_host_ozone.h',
|
| + 'window_tree_host_win.cc',
|
| + 'window_tree_host_win.h',
|
| + 'window_tree_host_x11.cc',
|
| + 'window_tree_host_x11.h',
|
| 'root_window_transformer.h',
|
| 'root_window.cc',
|
| 'root_window.h',
|
| @@ -267,7 +267,7 @@
|
| ],
|
| 'sources': [
|
| 'gestures/gesture_recognizer_unittest.cc',
|
| - 'root_window_host_x11_unittest.cc',
|
| + 'window_tree_host_x11_unittest.cc',
|
| 'root_window_unittest.cc',
|
| 'test/run_all_unittests.cc',
|
| 'window_targeter_unittest.cc',
|
|
|