Index: services/ui/public/interfaces/input_devices/BUILD.gn |
diff --git a/services/ui/public/interfaces/input_devices/BUILD.gn b/services/ui/public/interfaces/input_devices/BUILD.gn |
index f2de99d1ae1c5c0b36bd979d4abe278b5adb322b..09891b6826542eb41ea533416bff99acf8cda583 100644 |
--- a/services/ui/public/interfaces/input_devices/BUILD.gn |
+++ b/services/ui/public/interfaces/input_devices/BUILD.gn |
@@ -12,4 +12,6 @@ mojom("input_devices") { |
public_deps = [ |
"//ui/events/devices/mojo", |
] |
+ |
+ use_new_wrapper_types = true |
Ben Goodger (Google)
2016/07/19 19:47:50
You can just remove this once you rebase since yuz
kylechar
2016/07/19 19:50:42
Done.
|
} |