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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//device/usb/public/interfaces/device_manager.mojom"
6 public_headers = [ "//device/usb/usb_device_filter.h" ]
7 traits_headers =
8 [ "//device/usb/public/interfaces/device_manager_struct_traits.h" ]
9 sources = [
10 "//device/usb/public/interfaces/device_manager_struct_traits.cc",
11 ]
12 deps = [
13 "//device/usb",
14 ]
15 type_mappings = [ "device.usb.DeviceFilter=device::UsbDeviceFilter" ]
OLDNEW
« 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