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

Unified Diff: ui/events/BUILD.gn

Issue 2100893002: Add tests for InputDevice/TouchscreenDevice StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win. 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
« no previous file with comments | « no previous file | ui/events/devices/mojo/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 d499a0ea9751fe97c97499ad81a2f9c975197b89..effeeb8b2119bc8187c2f8406b34b5d8df46d04a 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -385,6 +385,7 @@ test("events_unittests") {
"blink/blink_event_util_unittest.cc",
"blink/input_handler_proxy_unittest.cc",
"blink/input_scroll_elasticity_controller_unittest.cc",
+ "devices/mojo/device_struct_traits_unittest.cc",
"gestures/blink/web_gesture_curve_impl_unittest.cc",
"ipc/latency_info_param_traits_unittest.cc",
"mojo/struct_traits_unittest.cc",
@@ -395,6 +396,7 @@ test("events_unittests") {
"//mojo/public/cpp/bindings",
"//third_party/WebKit/public:blink_headers",
"//ui/events/blink",
+ "//ui/events/devices/mojo:test_interfaces",
"//ui/events/gestures/blink",
"//ui/events/ipc",
"//ui/events/mojo:test_interfaces",
« no previous file with comments | « no previous file | ui/events/devices/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698