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

Unified Diff: ui/events/BUILD.gn

Issue 587533002: Add missing fling_curve* entries to GN events targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 99372b33ef36c5caa2da80ac481a3d6a45e21daa..48cddeef492f2e2eda823d9f026729af1aefb059 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -25,6 +25,8 @@ component("events_base") {
"events_base_export.h",
"gesture_event_details.cc",
"gesture_event_details.h",
+ "gestures/fling_curve.cc",
+ "gestures/fling_curve.h",
"gestures/gesture_configuration.cc",
"gestures/gesture_configuration.h",
"keycodes/keyboard_code_conversion.cc",
@@ -278,6 +280,7 @@ test("events_unittests") {
"gesture_detection/motion_event_generic_unittest.cc",
"gesture_detection/touch_disposition_gesture_filter_unittest.cc",
"gesture_detection/velocity_tracker_unittest.cc",
+ "gestures/fling_curve_unittest.cc",
"keycodes/dom4/keycode_converter_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698