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

Unified Diff: ui/events/BUILD.gn

Issue 2040733002: Implement LatencyInfo StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ArrayTraits for InputCoordinates Created 4 years, 6 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 b9532bc1b677b588380666bf3c73c8882cd74e9f..b374ee4cc166016a6d2e09be643ed7878b1930d4 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -368,6 +368,7 @@ test("events_unittests") {
"keycodes/platform_key_map_win_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
+ "run_all_unittests.cc",
sadrul 2016/06/06 16:20:13 Perhaps instead of adding a new run_all_unittests.
Fady Samuel 2016/06/06 18:00:22 Done.
"scoped_target_handler_unittest.cc",
"win/event_utils_win_unittest.cc",
]
@@ -379,7 +380,6 @@ test("events_unittests") {
":gesture_detection",
":test_support",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//skia",
"//testing/gmock",
@@ -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",
]
}

Powered by Google App Engine
This is Rietveld 408576698