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

Unified Diff: ui/display/display.gyp

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting Created 6 years, 9 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: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index 4d32fcfda3b06f53c316d445c43340c4f4a394fa..b5d69f7766176fb24032b1e28f45894455676afc 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -12,9 +12,36 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'defines': [
+ 'DISPLAY_IMPLEMENTATION',
],
'sources': [
+ 'chromeos/native_display_delegate.h',
+ 'chromeos/native_display_observer.h',
+ 'chromeos/output_configurator.cc',
+ 'chromeos/output_configurator.h',
+ 'chromeos/x11/display_util.cc',
+ 'chromeos/x11/display_util.cc',
+ 'chromeos/x11/native_display_delegate_x11.cc',
+ 'chromeos/x11/native_display_delegate_x11.h',
+ 'chromeos/x11/native_display_event_dispatcher_x11.cc',
+ 'chromeos/x11/native_display_event_dispatcher_x11.h',
+ 'chromeos/x11/touchscreen_delegate_x11.cc',
+ 'chromeos/x11/touchscreen_delegate_x11.h',
'display_constants.h',
+ 'display_export.h',
+ ],
+ 'conditions': [
+ ['use_x11 == 1', {
+ 'dependencies': [
+ '<(DEPTH)/build/linux/system.gyp:x11',
+ '<(DEPTH)/build/linux/system.gyp:xext',
+ '<(DEPTH)/build/linux/system.gyp:xi',
+ '<(DEPTH)/build/linux/system.gyp:xrandr',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698