Index: ui/events/events.gyp |
diff --git a/ui/events/events.gyp b/ui/events/events.gyp |
index 3bd849e343d23a7651302c70b282c32f654fe6e5..f659ce7782dde789e152eaee7326645b88e5b6fe 100644 |
--- a/ui/events/events.gyp |
+++ b/ui/events/events.gyp |
@@ -170,9 +170,14 @@ |
'gestures/motion_event_aura.h', |
], |
}], |
+ ['use_ozone==1 or (OS=="android" and use_aura==1)', { |
+ 'sources': [ |
+ 'events_default.cc', |
+ ], |
+ }], |
# We explicitly enumerate the platforms we _do_ provide native cracking |
# for here. |
- ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', { |
+ ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1 or (OS=="android" and use_aura==1)', { |
no sievers
2015/10/22 19:08:27
see comment in GN
|
'sources!': [ |
'events_stub.cc', |
], |