| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index 6bf7b2efdc9bbda2e312ab1d9d5b37b22a8519ab..a74ae236bbece2df0d7336dba0f796c301030980 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -36,8 +36,6 @@
|
| 'client/cursor_client.h',
|
| 'client/cursor_client_observer.h',
|
| 'client/cursor_client_observer.cc',
|
| - 'client/default_activation_client.cc',
|
| - 'client/default_activation_client.h',
|
| 'client/default_capture_client.cc',
|
| 'client/default_capture_client.h',
|
| 'client/event_client.cc',
|
| @@ -92,28 +90,6 @@
|
| 'window_tree_host_win.h',
|
| 'window_tree_host_x11.cc',
|
| 'window_tree_host_x11.h',
|
| - '../wm/public/activation_change_observer.h',
|
| - '../wm/public/activation_change_observer.cc',
|
| - '../wm/public/activation_client.cc',
|
| - '../wm/public/activation_client.h',
|
| - '../wm/public/activation_delegate.cc',
|
| - '../wm/public/activation_delegate.h',
|
| - '../wm/public/animation_host.cc',
|
| - '../wm/public/animation_host.h',
|
| - '../wm/public/dispatcher_client.cc',
|
| - '../wm/public/dispatcher_client.h',
|
| - '../wm/public/drag_drop_client.cc',
|
| - '../wm/public/drag_drop_client.h',
|
| - '../wm/public/drag_drop_delegate.cc',
|
| - '../wm/public/drag_drop_delegate.h',
|
| - '../wm/public/scoped_tooltip_disabler.cc',
|
| - '../wm/public/scoped_tooltip_disabler.h',
|
| - '../wm/public/tooltip_client.cc',
|
| - '../wm/public/tooltip_client.h',
|
| - '../wm/public/transient_window_client.cc',
|
| - '../wm/public/transient_window_client.h',
|
| - '../wm/public/window_move_client.cc',
|
| - '../wm/public/window_move_client.h',
|
| ],
|
| 'conditions': [
|
| ['use_x11==1', {
|
| @@ -173,12 +149,12 @@
|
| 'test/test_focus_client.h',
|
| 'test/test_screen.cc',
|
| 'test/test_screen.h',
|
| - 'test/test_window_tree_client.cc',
|
| - 'test/test_window_tree_client.h',
|
| 'test/test_windows.cc',
|
| 'test/test_windows.h',
|
| 'test/test_window_delegate.cc',
|
| 'test/test_window_delegate.h',
|
| + 'test/test_window_tree_client.cc',
|
| + 'test/test_window_tree_client.h',
|
| 'test/ui_controls_factory_aura.h',
|
| 'test/ui_controls_factory_aurawin.cc',
|
| 'test/ui_controls_factory_aurax11.cc',
|
|
|