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

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

Issue 514923002: Add more generic filters to the chrome.hid.getDevices API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up the chrome.hid documentation even more. Created 6 years, 3 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/hid/BUILD.gn ('k') | device/hid/hid_device_filter.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 {
11 'target_name': 'device_hid', 11 'target_name': 'device_hid',
12 'type': 'static_library', 12 'type': 'static_library',
13 'include_dirs': [ 13 'include_dirs': [
14 '../..', 14 '../..',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'device_monitor_linux.cc', 17 'device_monitor_linux.cc',
18 'device_monitor_linux.h', 18 'device_monitor_linux.h',
19 'hid_collection_info.cc', 19 'hid_collection_info.cc',
20 'hid_collection_info.h', 20 'hid_collection_info.h',
21 'hid_connection.cc', 21 'hid_connection.cc',
22 'hid_connection.h', 22 'hid_connection.h',
23 'hid_connection_linux.cc', 23 'hid_connection_linux.cc',
24 'hid_connection_linux.h', 24 'hid_connection_linux.h',
25 'hid_connection_mac.cc', 25 'hid_connection_mac.cc',
26 'hid_connection_mac.h', 26 'hid_connection_mac.h',
27 'hid_connection_win.cc', 27 'hid_connection_win.cc',
28 'hid_connection_win.h', 28 'hid_connection_win.h',
29 'hid_device_filter.cc',
30 'hid_device_filter.h',
29 'hid_device_info.cc', 31 'hid_device_info.cc',
30 'hid_device_info.h', 32 'hid_device_info.h',
31 'hid_report_descriptor.cc', 33 'hid_report_descriptor.cc',
32 'hid_report_descriptor.h', 34 'hid_report_descriptor.h',
33 'hid_report_descriptor_item.cc', 35 'hid_report_descriptor_item.cc',
34 'hid_report_descriptor_item.h', 36 'hid_report_descriptor_item.h',
35 'hid_service.cc', 37 'hid_service.cc',
36 'hid_service.h', 38 'hid_service.h',
37 'hid_service_linux.cc', 39 'hid_service_linux.cc',
38 'hid_service_linux.h', 40 'hid_service_linux.h',
(...skipping 19 matching lines...) Expand all
58 'hid_service_linux.cc', 60 'hid_service_linux.cc',
59 'hid_service_linux.h', 61 'hid_service_linux.h',
60 'input_service_linux.cc', 62 'input_service_linux.cc',
61 'input_service_linux.h', 63 'input_service_linux.h',
62 ], 64 ],
63 }], 65 }],
64 ], 66 ],
65 }, 67 },
66 ], 68 ],
67 } 69 }
OLDNEW
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/hid/hid_device_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698