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

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

Issue 225513005: chrome.hid : enrich device info with Top-Level collections usages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming 'parent_item' Created 6 years, 8 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
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 13 matching lines...) Expand all
24 'hid_connection.cc', 24 'hid_connection.cc',
25 'hid_connection.h', 25 'hid_connection.h',
26 'hid_connection_linux.cc', 26 'hid_connection_linux.cc',
27 'hid_connection_linux.h', 27 'hid_connection_linux.h',
28 'hid_connection_mac.cc', 28 'hid_connection_mac.cc',
29 'hid_connection_mac.h', 29 'hid_connection_mac.h',
30 'hid_connection_win.cc', 30 'hid_connection_win.cc',
31 'hid_connection_win.h', 31 'hid_connection_win.h',
32 'hid_device_info.cc', 32 'hid_device_info.cc',
33 'hid_device_info.h', 33 'hid_device_info.h',
34 'hid_report_descriptor.cc',
35 'hid_report_descriptor.h',
34 'hid_service.cc', 36 'hid_service.cc',
35 'hid_service.h', 37 'hid_service.h',
36 'hid_service_linux.cc', 38 'hid_service_linux.cc',
37 'hid_service_linux.h', 39 'hid_service_linux.h',
38 'hid_service_mac.cc', 40 'hid_service_mac.cc',
39 'hid_service_mac.h', 41 'hid_service_mac.h',
40 'hid_service_win.cc', 42 'hid_service_win.cc',
41 'hid_service_win.h', 43 'hid_service_win.h',
44 'hid_usage_and_page.h',
42 'hid_utils_mac.cc', 45 'hid_utils_mac.cc',
43 'hid_utils_mac.h', 46 'hid_utils_mac.h',
44 ], 47 ],
45 }, 48 },
46 ], 49 ],
47 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698