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

Unified Diff: ui/events/BUILD.gn

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 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/app_list/BUILD.gn ('k') | ui/gl/BUILD.gn » ('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 efedc2b9719b19502488c72c04a3c662832c3f8d..32b97c7f2d6b7015a154f914e0571236c13f0462 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -391,6 +391,9 @@ test("events_unittests") {
}
if (use_aura) {
- sources += [ "gestures/gesture_provider_aura_unittest.cc" ]
+ sources += [
+ "gestures/gesture_provider_aura_unittest.cc",
+ "gestures/motion_event_aura_unittest.cc",
+ ]
}
}
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698