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

Unified Diff: ui/events/BUILD.gn

Issue 1051593003: Refactors code for WebGestureCurve to ui/events/gestures/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 years, 9 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 a65943b0ff2a03bb0eaf455c40f34d923c760a03..22f49b6a6818bb4d8786190f60f9cffd52dc07a2 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -294,6 +294,7 @@ test("events_unittests") {
"gesture_detection/snap_scroll_controller_unittest.cc",
"gesture_detection/touch_disposition_gesture_filter_unittest.cc",
"gesture_detection/velocity_tracker_unittest.cc",
+ "gestures/blink/web_gesture_curve_impl_unittest.cc",
"gestures/fling_curve_unittest.cc",
"keycodes/dom4/keycode_converter_unittest.cc",
"latency_info_unittest.cc",
@@ -311,7 +312,9 @@ test("events_unittests") {
"//base/test:run_all_unittests",
"//skia",
"//testing/gtest",
+ "//third_party/WebKit/public:blink_headers",
"//ui/events/devices",
+ "//ui/events/gestures/blink",
"//ui/events/platform",
"//ui/gfx:test_support",
]

Powered by Google App Engine
This is Rietveld 408576698