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

Unified Diff: ash/ash.gyp

Issue 21297003: Add ability to set resolution on external display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated DisplayPreferenceTest Created 7 years, 5 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 f1a69db425125f313e615b9996db7dcd230c0004..e8264e210f3c7c2097afc65f0ed931b52ac6fcba 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -98,6 +98,8 @@
'display/display_manager.cc',
'display/display_manager.h',
'display/display_pref_util.h',
+ 'display/display_util_x11.cc',
+ 'display/display_util_x11.h',
'display/event_transformation_handler.cc',
'display/event_transformation_handler.h',
'display/mirror_window_controller.cc',
@@ -796,7 +798,7 @@
}],
['use_x11==1', {
'sources': [
- 'display/display_change_observer_x11_unittest.cc'
+ 'display/display_util_x11_unittest.cc'
],
}],
['chromeos!=1', {
« no previous file with comments | « no previous file | ash/display/display_change_observer_x11.h » ('j') | chrome/browser/chromeos/display/display_preferences.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698