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

Unified Diff: ui/ui.gyp

Issue 16466003: Event handling support for ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase-ed for removal of DRT Created 7 years, 6 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 | « ui/gl/gl_implementation_ozone.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 960bf2affe0c05abb8b0c7e67f6b8620ab1ab265..b62489a4ea60ffba6aa85be2c78112c865891c98 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -279,8 +279,17 @@
'base/models/tree_node_iterator.h',
'base/models/tree_node_model.h',
'base/ozone/events_ozone.cc',
+ 'base/ozone/event_factory_ozone.cc',
+ 'base/ozone/event_factory_ozone.h',
+ 'base/ozone/event_converter_ozone.cc',
+ 'base/ozone/event_converter_ozone.h',
+ 'base/ozone/events_ozone.cc',
+ 'base/ozone/key_event_converter_ozone.cc',
+ 'base/ozone/key_event_converter_ozone.h',
'base/ozone/surface_factory_ozone.cc',
'base/ozone/surface_factory_ozone.h',
+ 'base/ozone/touch_event_converter_ozone.cc',
+ 'base/ozone/touch_event_converter_ozone.h',
'base/range/range.cc',
'base/range/range.h',
'base/range/range_mac.mm',
« no previous file with comments | « ui/gl/gl_implementation_ozone.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698