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

Unified Diff: ui/events/devices/mojo/BUILD.gn

Issue 2100893002: Add tests for InputDevice/TouchscreenDevice StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. 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/devices/mojo/BUILD.gn
diff --git a/ui/events/devices/mojo/BUILD.gn b/ui/events/devices/mojo/BUILD.gn
index 396687acca027e6a0c0ffef13647d1bd9cc88008..bb981c16019e07218dc14a605897e9869d36e329 100644
--- a/ui/events/devices/mojo/BUILD.gn
+++ b/ui/events/devices/mojo/BUILD.gn
@@ -13,3 +13,13 @@ mojom("mojo") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("test_service") {
Ken Rockot(use gerrit already) 2016/06/27 15:34:33 nit: "test_interfaces"?
kylechar 2016/06/27 15:44:25 Done.
+ sources = [
+ "device_traits_test_service.mojom",
+ ]
+
+ public_deps = [
+ ":mojo",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698