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

Unified Diff: ash/ash.gyp

Issue 1594683002: Introduce DisplayConfigurationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_576375_display1b1
Patch Set: Rebase Created 4 years, 11 months 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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/display/display_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 1df3b4dd174e81c28929fa45315d3c421db3d7b6..24b3f9e33411a696b5bb7983e71c7e80a5630a23 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -63,8 +63,9 @@
'desktop_background/user_wallpaper_delegate.h',
'display/cursor_window_controller.cc',
'display/cursor_window_controller.h',
- 'display/display_animator.cc',
'display/display_animator.h',
+ 'display/display_animator_chromeos.cc',
+ 'display/display_animator_chromeos.h',
'display/display_change_observer_chromeos.cc',
'display/display_change_observer_chromeos.h',
'display/display_color_manager_chromeos.cc',
@@ -81,6 +82,8 @@
'display/display_layout_store.h',
'display/display_manager.cc',
'display/display_manager.h',
+ 'display/display_configuration_controller.cc',
+ 'display/display_configuration_controller.h',
'display/display_pref_util.h',
'display/display_util.cc',
'display/display_util.h',
@@ -1031,8 +1034,6 @@
'accelerators/magnifier_key_scroller.h',
'accelerators/spoken_feedback_toggler.cc',
'accelerators/spoken_feedback_toggler.h',
- 'display/display_animator.cc',
- 'display/display_animator.h',
'display/resolution_notification_controller.cc',
'display/resolution_notification_controller.h',
'system/tray/media_security/media_capture_observer.h',
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/display/display_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698