Chromium Code Reviews| 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", |
| + ] |
| +} |