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

Unified Diff: ui/display/display.gyp

Issue 788423002: Add display task to trigger display configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async-refactor3
Patch Set: Remove include in favour of forward declare Created 6 years 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 | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | ui/display/types/native_display_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index 2dcfd29171dca2c455b065b147981cbd47401a25..0d15042f0c98630e0ad9171744b5140bbec0dd38 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -49,7 +49,11 @@
'chromeos/configure_displays_task.h',
'chromeos/display_configurator.cc',
'chromeos/display_configurator.h',
+ 'chromeos/display_util.cc',
+ 'chromeos/display_util.h',
'chromeos/ozone/display_configurator_ozone.cc',
+ 'chromeos/update_display_configuration_task.cc',
+ 'chromeos/update_display_configuration_task.h',
'chromeos/x11/display_configurator_x11.cc',
'chromeos/x11/display_mode_x11.cc',
'chromeos/x11/display_mode_x11.h',
@@ -183,6 +187,7 @@
'sources': [
'chromeos/configure_displays_task_unittest.cc',
'chromeos/display_configurator_unittest.cc',
+ 'chromeos/update_display_configuration_task_unittest.cc',
'chromeos/x11/display_util_x11_unittest.cc',
'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc',
'util/display_util_unittest.cc',
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | ui/display/types/native_display_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698