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

Unified Diff: ui/events/events.gyp

Issue 210203002: events: Introduce EventRewriter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing 'virtual' 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
« no previous file with comments | « ui/events/event_source.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 30d2a417488efd6f50edb61314d26db4bc55463c..db4f247e1d84acf8b2c67b249b6978df53c9be28 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -90,6 +90,7 @@
'event_handler.h',
'event_processor.cc',
'event_processor.h',
+ 'event_rewriter.h',
'event_source.cc',
'event_source.h',
'event_target.cc',
@@ -272,6 +273,7 @@
'cocoa/cocoa_event_utils_unittest.mm',
'event_dispatcher_unittest.cc',
'event_processor_unittest.cc',
+ 'event_rewriter_unittest.cc',
'event_unittest.cc',
'gestures/velocity_calculator_unittest.cc',
'gesture_detection/bitset_32_unittest.cc',
« no previous file with comments | « ui/events/event_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698