Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2418)

Unified Diff: ash/ash.gyp

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios fix Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index f190980f9b30686d63bcee7c47a0168c8137b4f0..80aae9993fb4d9e62395cc0bb8b3c546f78e0a64 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -74,14 +74,16 @@
'desktop_background/desktop_background_view.h',
'desktop_background/desktop_background_widget_controller.cc',
'desktop_background/desktop_background_widget_controller.h',
+ 'display/display_change_observer_x11.cc',
+ 'display/display_change_observer_x11.h',
'display/display_controller.cc',
'display/display_controller.h',
'display/display_error_dialog.cc',
'display/display_error_dialog.h',
+ 'display/display_manager.cc',
+ 'display/display_manager.h',
'display/mouse_cursor_event_filter.cc',
'display/mouse_cursor_event_filter.h',
- 'display/multi_display_manager.cc',
- 'display/multi_display_manager.h',
'display/output_configurator_animation.cc',
'display/output_configurator_animation.h',
'display/screen_position_controller.cc',
@@ -462,8 +464,8 @@
'test/cursor_manager_test_api.h',
'test/launcher_view_test_api.cc',
'test/launcher_view_test_api.h',
- 'test/multi_display_manager_test_api.cc',
- 'test/multi_display_manager_test_api.h',
+ 'test/display_manager_test_api.cc',
+ 'test/display_manager_test_api.h',
'test/test_activation_delegate.cc',
'test/test_activation_delegate.h',
'test/test_launcher_delegate.cc',
@@ -518,7 +520,7 @@
'dip_unittest.cc',
'display/display_controller_unittest.cc',
'display/mouse_cursor_event_filter_unittest.cc',
- 'display/multi_display_manager_unittest.cc',
+ 'display/display_manager_unittest.cc',
'display/screen_position_controller_unittest.cc',
'drag_drop/drag_drop_controller_unittest.cc',
'drag_drop/drag_drop_tracker_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698