| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index b8124d10067e1caf635b4e48bbd9d541b9dec35c..88228fc5a1abd8be04c83663f52a9cd4c4ead032 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -147,8 +147,6 @@
|
| 'host/root_window_host_factory.cc',
|
| 'host/root_window_host_factory.h',
|
| 'host/root_window_host_factory_win.cc',
|
| - 'keyboard_controller_proxy_stub.cc',
|
| - 'keyboard_controller_proxy_stub.h',
|
| 'keyboard_overlay/keyboard_overlay_delegate.cc',
|
| 'keyboard_overlay/keyboard_overlay_delegate.h',
|
| 'keyboard_overlay/keyboard_overlay_view.cc',
|
| @@ -621,6 +619,8 @@
|
| 'ash_resources',
|
| ],
|
| 'sources': [
|
| + 'shell/keyboard_controller_proxy_stub.cc',
|
| + 'shell/keyboard_controller_proxy_stub.h',
|
| 'test/app_list_controller_test_api.cc',
|
| 'test/app_list_controller_test_api.h',
|
| 'test/ash_test_base.cc',
|
| @@ -736,6 +736,7 @@
|
| 'display/display_info_unittest.cc',
|
| 'display/display_manager_unittest.cc',
|
| 'display/mirror_window_controller_unittest.cc',
|
| + 'display/virtual_keyboard_window_controller_unittest.cc',
|
| 'display/mouse_cursor_event_filter_unittest.cc',
|
| 'display/resolution_notification_controller_unittest.cc',
|
| 'display/root_window_transformers_unittest.cc',
|
| @@ -922,6 +923,8 @@
|
| 'shell/context_menu.cc',
|
| 'shell/context_menu.h',
|
| 'shell/example_factory.h',
|
| + 'shell/keyboard_controller_proxy_stub.cc',
|
| + 'shell/keyboard_controller_proxy_stub.h',
|
| 'shell/launcher_delegate_impl.cc',
|
| 'shell/launcher_delegate_impl.h',
|
| 'shell/lock_view.cc',
|
|
|