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

Unified Diff: services/ui/public/interfaces/input_devices/BUILD.gn

Issue 2162653002: Switch input_devices mojom to use_new_wrapper_types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/ui/public/cpp/input_devices/input_device_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
« no previous file with comments | « services/ui/public/cpp/input_devices/input_device_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698