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

Side by Side Diff: device/usb/usb.gyp

Issue 1256113006: Add utilities to parse WebUSB device descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment tweaks. Created 5 years, 4 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
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/webusb_descriptors.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 22 matching lines...) Expand all
33 'usb_device_handle_impl.h', 33 'usb_device_handle_impl.h',
34 'usb_device_handle.h', 34 'usb_device_handle.h',
35 'usb_error.cc', 35 'usb_error.cc',
36 'usb_error.h', 36 'usb_error.h',
37 'usb_ids.cc', 37 'usb_ids.cc',
38 'usb_ids.h', 38 'usb_ids.h',
39 'usb_service.cc', 39 'usb_service.cc',
40 'usb_service.h', 40 'usb_service.h',
41 'usb_service_impl.cc', 41 'usb_service_impl.cc',
42 'usb_service_impl.h', 42 'usb_service_impl.h',
43 'webusb_descriptors.cc',
44 'webusb_descriptors.h',
43 ], 45 ],
44 'actions': [ 46 'actions': [
45 { 47 {
46 'action_name': 'generate_usb_ids', 48 'action_name': 'generate_usb_ids',
47 'variables': { 49 'variables': {
48 'usb_ids_path%': '../../third_party/usb_ids/usb.ids', 50 'usb_ids_path%': '../../third_party/usb_ids/usb.ids',
49 'usb_ids_py_path': 'tools/usb_ids.py', 51 'usb_ids_py_path': 'tools/usb_ids.py',
50 }, 52 },
51 'inputs': [ 53 'inputs': [
52 '<(usb_ids_path)', 54 '<(usb_ids_path)',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'mock_usb_device.cc', 93 'mock_usb_device.cc',
92 'mock_usb_device.h', 94 'mock_usb_device.h',
93 'mock_usb_device_handle.cc', 95 'mock_usb_device_handle.cc',
94 'mock_usb_device_handle.h', 96 'mock_usb_device_handle.h',
95 'mock_usb_service.cc', 97 'mock_usb_service.cc',
96 'mock_usb_service.h', 98 'mock_usb_service.h',
97 ], 99 ],
98 }, 100 },
99 ], 101 ],
100 } 102 }
OLDNEW
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/webusb_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698