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

Unified Diff: ui/events/events.gyp

Issue 203483004: events: Introduce PlatformEventDispatcher and PlatformEventSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests 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/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 7ef892d3224549cab41855507d6b1ce7bdb32a3d..f2f04f11c9a035e025ac70276db71c8825fb0186 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -133,6 +133,15 @@
'ozone/event_factory_ozone.cc',
'ozone/event_factory_ozone.h',
'ozone/events_ozone.cc',
+ 'platform/platform_event_dispatcher.h',
+ 'platform/platform_event_observer.h',
+ 'platform/platform_event_source.cc',
+ 'platform/platform_event_source.h',
+ 'platform/platform_event_types.h',
+ 'platform/scoped_event_dispatcher.cc',
+ 'platform/scoped_event_dispatcher.h',
+ 'platform/x11/x11_event_source.cc',
+ 'platform/x11/x11_event_source.h',
'win/events_win.cc',
'x/events_x.cc',
],
@@ -149,6 +158,11 @@
'<(DEPTH)/build/linux/system.gyp:x11',
],
}],
+ ['use_glib==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:glib',
+ ],
+ }],
['use_ozone_evdev==1', {
'defines': ['USE_OZONE_EVDEV=1'],
}],
@@ -282,6 +296,7 @@
'latency_info_unittest.cc',
'ozone/evdev/key_event_converter_evdev_unittest.cc',
'ozone/evdev/touch_event_converter_evdev_unittest.cc',
+ 'platform/platform_event_source_unittest.cc',
'x/events_x_unittest.cc',
],
'conditions': [
« no previous file with comments | « no previous file | ui/events/platform/platform_event_dispatcher.h » ('j') | ui/events/platform/platform_event_dispatcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698