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

Unified Diff: ui/events/events.gyp

Issue 1405773004: Aura on Android: Making events work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_idle
Patch Set: Missing import. Created 5 years, 2 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 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',
],

Powered by Google App Engine
This is Rietveld 408576698