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

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: 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 | « ui/events/BUILD.gn ('k') | ui/events/devices/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fe65d7d19735568070fee21df3eff6c210f46cfc 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_interfaces") {
+ sources = [
+ "device_struct_traits_test.mojom",
+ ]
+
+ public_deps = [
+ ":mojo",
+ ]
+}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/devices/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698