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

Side by Side Diff: third_party/libusb/libusb.gyp

Issue 344793009: Log errors from libusb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « components/usb_service/usb_service_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'libusb', 8 'target_name': 'libusb',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
11 'src/config.h', 11 'src/config.h',
12 'src/libusb/core.c', 12 'src/libusb/core.c',
13 'src/libusb/descriptor.c', 13 'src/libusb/descriptor.c',
14 'src/libusb/hotplug.c', 14 'src/libusb/hotplug.c',
15 'src/libusb/hotplug.h', 15 'src/libusb/hotplug.h',
16 'src/libusb/interrupt.c', 16 'src/libusb/interrupt.c',
17 'src/libusb/interrupt.h', 17 'src/libusb/interrupt.h',
18 'src/libusb/io.c', 18 'src/libusb/io.c',
19 'src/libusb/libusb.h', 19 'src/libusb/libusb.h',
20 'src/libusb/libusbi.h', 20 'src/libusb/libusbi.h',
21 'src/libusb/strerror.c',
21 'src/libusb/sync.c', 22 'src/libusb/sync.c',
22 'src/libusb/version.h', 23 'src/libusb/version.h',
23 'src/libusb/version_nano.h', 24 'src/libusb/version_nano.h',
24 ], 25 ],
25 'include_dirs': [ 26 'include_dirs': [
26 'src', 27 'src',
27 'src/libusb', 28 'src/libusb',
28 'src/libusb/os', 29 'src/libusb/os',
29 ], 30 ],
30 'direct_dependent_settings': { 31 'direct_dependent_settings': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ], 91 ],
91 'include_dirs': [ 92 'include_dirs': [
92 'src/msvc', 93 'src/msvc',
93 ], 94 ],
94 'msvs_disabled_warnings': [ 4267 ], 95 'msvs_disabled_warnings': [ 4267 ],
95 }], 96 }],
96 ], 97 ],
97 }, 98 },
98 ], 99 ],
99 } 100 }
OLDNEW
« no previous file with comments | « components/usb_service/usb_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698