| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 5f56f40bc3d8715ff3d00e5be633a227db35434d..6303eab408642c04395edd969726cb6374b4f415 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -99,6 +99,8 @@
|
| 'display/display_pref_util.h',
|
| 'display/event_transformation_handler.cc',
|
| 'display/event_transformation_handler.h',
|
| + 'display/mirror_window_controller.cc',
|
| + 'display/mirror_window_controller.h',
|
| 'display/mouse_cursor_event_filter.cc',
|
| 'display/mouse_cursor_event_filter.h',
|
| 'display/output_configurator_animation.cc',
|
| @@ -554,6 +556,8 @@
|
| 'test/launcher_view_test_api.h',
|
| 'test/display_manager_test_api.cc',
|
| 'test/display_manager_test_api.h',
|
| + 'test/mirror_window_test_api.cc',
|
| + 'test/mirror_window_test_api.h',
|
| 'test/shell_test_api.cc',
|
| 'test/shell_test_api.h',
|
| 'test/test_activation_delegate.cc',
|
|
|