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

Unified Diff: ui/events/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 6b45bb96fd09549a8196c1993f8e2145bc2d5c43..1d9e612875b23b991111fcba7930c19847c0f7cf 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -167,9 +167,12 @@ component("events") {
"gestures/motion_event_aura.cc",
"gestures/motion_event_aura.h",
]
+ if (is_android) {
+ sources += [ "ozone/events_ozone.cc" ]
+ }
}
- if (is_win || is_mac || use_x11 || use_ozone) {
+ if (is_win || is_mac || use_x11 || use_ozone || is_android) {
sources -= [ "events_stub.cc" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698