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

Unified Diff: ui/events/events.gyp

Issue 322893005: MacViews: Add WidgetEventGenerator to abstract platform-specific event generation for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to events/test. ui:: stripping deferred. fix new win64 warnings (enabled in events) Created 6 years, 5 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 92c7ddf075511d8f6f6687027e10335c87ea6af4..6b60ec0367490b4d2566e17f8068654d88bea2e0 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -237,6 +237,8 @@
'sources': [
'test/cocoa_test_event_utils.h',
'test/cocoa_test_event_utils.mm',
+ 'test/event_generator.cc',
+ 'test/event_generator.h',
'test/events_test_utils.cc',
'test/events_test_utils.h',
'test/events_test_utils_x11.cc',

Powered by Google App Engine
This is Rietveld 408576698