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

Unified Diff: device/usb/public/interfaces/typemaps.gni

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/device_manager_struct_traits.cc ('k') | device/usb/usb_device_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/public/interfaces/typemaps.gni
diff --git a/device/usb/public/interfaces/typemaps.gni b/device/usb/public/interfaces/typemaps.gni
new file mode 100644
index 0000000000000000000000000000000000000000..6938fc9afe63d1813dd5ff4b3a435208ad80f0dc
--- /dev/null
+++ b/device/usb/public/interfaces/typemaps.gni
@@ -0,0 +1,5 @@
+# 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.
+
+typemaps = [ "//device/usb/public/interfaces/device_manager.typemap" ]
« no previous file with comments | « device/usb/public/interfaces/device_manager_struct_traits.cc ('k') | device/usb/usb_device_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698