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

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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index f87be98e0f144590417fe6720d1e2b7a8516e1f1..95ef8e738c92992aadf5a348a862e256909ce9aa 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -81,6 +81,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',
@@ -1035,6 +1037,8 @@
'accelerators/spoken_feedback_toggler.h',
'display/display_animator.cc',
'display/display_animator.h',
+ 'display/display_configuration_controller.cc',
+ 'display/display_configuration_controller.h',
'display/resolution_notification_controller.cc',
'display/resolution_notification_controller.h',
'system/tray/media_security/media_capture_observer.h',

Powered by Google App Engine
This is Rietveld 408576698