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

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

Issue 1439443002: Reland: Add code to deal with serial device disconnection detection on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added setupapi.lib to device/core/BUILD.gn Created 5 years, 1 month 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/serial/serial_io_handler_win.cc ('k') | device/usb/usb_service_impl.cc » ('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_usb', 11 'target_name': 'device_usb',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../../components/components.gyp:device_event_log_component', 14 '../../components/components.gyp:device_event_log_component',
15 '../../net/net.gyp:net', 15 '../../net/net.gyp:net',
16 '../../third_party/libusb/libusb.gyp:libusb', 16 '../../third_party/libusb/libusb.gyp:libusb',
17 '../core/core.gyp:device_core',
17 ], 18 ],
18 'include_dirs': [ 19 'include_dirs': [
19 '../..', 20 '../..',
20 ], 21 ],
21 'sources': [ 22 'sources': [
22 'usb_context.cc', 23 'usb_context.cc',
23 'usb_context.h', 24 'usb_context.h',
24 'usb_descriptors.cc', 25 'usb_descriptors.cc',
25 'usb_descriptors.h', 26 'usb_descriptors.h',
26 'usb_device_impl.cc', 27 'usb_device_impl.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'mock_usb_device.cc', 116 'mock_usb_device.cc',
116 'mock_usb_device.h', 117 'mock_usb_device.h',
117 'mock_usb_device_handle.cc', 118 'mock_usb_device_handle.cc',
118 'mock_usb_device_handle.h', 119 'mock_usb_device_handle.h',
119 'mock_usb_service.cc', 120 'mock_usb_service.cc',
120 'mock_usb_service.h', 121 'mock_usb_service.h',
121 ], 122 ],
122 }, 123 },
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « device/serial/serial_io_handler_win.cc ('k') | device/usb/usb_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698