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

Unified Diff: ui/ui.gyp

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get {base,ui,aura}_unittests working with native linux surface Created 7 years, 8 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 545e1183828069230933cbbbea83bee8d31060c5..d69a8d249f93df9e10c9d754484648ed25aa5165 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -239,6 +239,14 @@
'base/layout.cc',
'base/layout.h',
'base/layout_mac.mm',
+ 'base/linux/event_factory_evdev.cc',
+ 'base/linux/event_factory_evdev.h',
+ 'base/linux/native_surface_linux_factory.cc',
+ 'base/linux/native_surface_linux_factory.h',
+ 'base/linux/native_surface_linux_factory_delegate.cc',
+ 'base/linux/native_surface_linux_factory_delegate.h',
+ 'base/linux/touch_event_from_evdev_converter.cc',
+ 'base/linux/touch_event_from_evdev_converter.h',
'base/models/button_menu_item_model.cc',
'base/models/button_menu_item_model.h',
'base/models/combobox_model.cc',
@@ -818,7 +826,19 @@
'base/cursor/cursor_null.cc',
'base/cursor/cursor_loader_null.cc',
'base/cursor/cursor_loader_null.h',
- ],
+ ],
+ }],
+ ['use_native_surface_linux==0', {
+ 'sources!': [
+ 'base/linux/event_factory_evdev.cc',
+ 'base/linux/event_factory_evdev.h',
+ 'base/linux/native_surface_linux_factory.cc',
+ 'base/linux/native_surface_linux_factory.h',
+ 'base/linux/native_surface_linux_factory_delegate.cc',
+ 'base/linux/native_surface_linux_factory_delegate.h',
+ 'base/linux/touch_event_from_evdev_converter.cc',
+ 'base/linux/touch_event_from_evdev_converter.h',
+ ],
}],
['toolkit_views==0', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698