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

Unified Diff: ui/events/BUILD.gn

Issue 393953012: Eager Gesture Recognition on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android GN build. Created 6 years, 4 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 25539f99b8d11db50499ad2ed1a3edf2de4cea4e..4de4301a462d6586525b49a11e6086a517b7eb9b 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -291,6 +291,12 @@ test("events_unittests") {
]
}
+ if (use_aura) {
+ sources += [
+ "gestures/gesture_provider_aura_unittest.cc",
+ ]
+ }
+
deps = [
":events",
":events_base",

Powered by Google App Engine
This is Rietveld 408576698