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

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: -> event_generator_delegate_mac.mm, comment fixes 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..1684417d28c2b7be93920581bbbdfcfdd69f6285 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',
@@ -263,6 +265,13 @@
# The cocoa files don't apply to iOS.
'sources/': [['exclude', 'cocoa']],
}],
+ ['OS == "android"', {
+ 'sources!': [
+ # Event generator not yet ported to Android.
+ 'test/event_generator.cc',
+ 'test/event_generator.h',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698