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

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: 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 56eb480cbde423c3a09d2fdd5d4802d9fb177b41..e6289a06a7642cca80312328136ed7dcdb03fd70 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',
@@ -794,7 +796,7 @@
}],
['use_x11==1', {
'sources': [
- 'display/display_change_observer_x11_unittest.cc'
+ 'display/display_util_x11_unittest.cc'
],
}],
['chromeos!=1', {

Powered by Google App Engine
This is Rietveld 408576698