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

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: Rebase. 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
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698