| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 82fb264904689b506485b48647e8d8a9303d5600..33d729ebd2f67a0b6706df84314b4e0af0d88372 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -108,6 +108,8 @@
|
| 'display/mouse_cursor_event_filter.h',
|
| 'display/output_configurator_animation.cc',
|
| 'display/output_configurator_animation.h',
|
| + 'display/resolution_notification_controller.cc',
|
| + 'display/resolution_notification_controller.h',
|
| 'display/root_window_transformers.cc',
|
| 'display/root_window_transformers.h',
|
| 'display/screen_position_controller.cc',
|
| @@ -673,6 +675,7 @@
|
| 'display/display_manager_unittest.cc',
|
| 'display/mirror_window_controller_unittest.cc',
|
| 'display/mouse_cursor_event_filter_unittest.cc',
|
| + 'display/resolution_notification_controller_unittest.cc',
|
| 'display/root_window_transformers_unittest.cc',
|
| 'display/screen_position_controller_unittest.cc',
|
| 'drag_drop/drag_drop_controller_unittest.cc',
|
|
|