| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index b9532bc1b677b588380666bf3c73c8882cd74e9f..527a0a3117a4ff13d9e12c8397d7bbe2b0ae80f9 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -379,8 +379,8 @@ test("events_unittests") {
|
| ":gesture_detection",
|
| ":test_support",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| + "//mojo/edk/test:run_all_unittests",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| @@ -396,14 +396,18 @@ test("events_unittests") {
|
| "blink/input_scroll_elasticity_controller_unittest.cc",
|
| "gestures/blink/web_gesture_curve_impl_unittest.cc",
|
| "ipc/latency_info_param_traits_unittest.cc",
|
| + "mojo/struct_traits_unittest.cc",
|
| ]
|
| deps += [
|
| "//cc",
|
| "//ipc:test_support",
|
| + "//mojo/edk/system",
|
| + "//mojo/public/cpp/bindings",
|
| "//third_party/WebKit/public:blink_headers",
|
| "//ui/events/blink",
|
| "//ui/events/gestures/blink",
|
| "//ui/events/ipc",
|
| + "//ui/events/mojo:test_interfaces",
|
| ]
|
| }
|
|
|
|
|