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

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: adraddressed comment, adjusted test 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
« no previous file with comments | « no previous file | ash/display/display_change_observer_x11.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 5c9d6eea90cf9f06a4467e08ca2be8ab6a7b1031..29a3c389f531d4ac068db794ab509fdfe94c78fe 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',
@@ -791,7 +793,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698