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

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

Issue 148183015: Revert 247926 "HID backend" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/device/hid/DEPS ('k') | trunk/src/device/hid/hid_connection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 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 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 'target_name': 'device_hid',
12 'type': 'static_library',
13 'include_dirs': [
14 '../..',
15 ],
16 'conditions': [
17 ['OS=="linux"', {
18 'dependencies': [
19 '../../build/linux/system.gyp:udev',
20 ],
21 }],
22 ],
23 'sources': [
24 'hid_connection.cc',
25 'hid_connection.h',
26 'hid_connection_linux.cc',
27 'hid_connection_linux.h',
28 'hid_connection_mac.cc',
29 'hid_connection_mac.h',
30 'hid_connection_win.cc',
31 'hid_connection_win.h',
32 'hid_device_info.cc',
33 'hid_device_info.h',
34 'hid_service.cc',
35 'hid_service.h',
36 'hid_service_linux.cc',
37 'hid_service_linux.h',
38 'hid_service_mac.cc',
39 'hid_service_mac.h',
40 'hid_service_win.cc',
41 'hid_service_win.h',
42 'hid_utils_mac.cc',
43 'hid_utils_mac.h',
44 ],
45 },
46 ],
47 }
OLDNEW
« no previous file with comments | « trunk/src/device/hid/DEPS ('k') | trunk/src/device/hid/hid_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698