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', |
+ ], |
+ }], |
], |
}, |
{ |