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

Unified Diff: device/usb/public/interfaces/device_manager.typemap

Issue 2615353002: Typemap device.usb.DeviceFilter to device::UsbDeviceFilter. (Closed)
Patch Set: Addressed juncai@'s feedback. Created 3 years, 11 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 | « device/usb/public/interfaces/OWNERS ('k') | device/usb/public/interfaces/device_manager_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/public/interfaces/device_manager.typemap
diff --git a/device/usb/public/interfaces/device_manager.typemap b/device/usb/public/interfaces/device_manager.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..7c350a1c072a4ac4aae3a006feac7f9bd7059583
--- /dev/null
+++ b/device/usb/public/interfaces/device_manager.typemap
@@ -0,0 +1,15 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//device/usb/public/interfaces/device_manager.mojom"
+public_headers = [ "//device/usb/usb_device_filter.h" ]
+traits_headers =
+ [ "//device/usb/public/interfaces/device_manager_struct_traits.h" ]
+sources = [
+ "//device/usb/public/interfaces/device_manager_struct_traits.cc",
+]
+deps = [
+ "//device/usb",
+]
+type_mappings = [ "device.usb.DeviceFilter=device::UsbDeviceFilter" ]
« no previous file with comments | « device/usb/public/interfaces/OWNERS ('k') | device/usb/public/interfaces/device_manager_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698