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

Side by Side Diff: components/usb_service.gypi

Issue 258783002: Extracted UsbService as interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed chromeos issue. Created 6 years, 7 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 'target_name': 'usb_service', 7 'target_name': 'usb_service',
8 'type': '<(component)', 8 'type': '<(component)',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 'usb_service/usb_context.cc', 23 'usb_service/usb_context.cc',
24 'usb_service/usb_context.h', 24 'usb_service/usb_context.h',
25 'usb_service/usb_device.cc', 25 'usb_service/usb_device.cc',
26 'usb_service/usb_device.h', 26 'usb_service/usb_device.h',
27 'usb_service/usb_device_handle.cc', 27 'usb_service/usb_device_handle.cc',
28 'usb_service/usb_device_handle.h', 28 'usb_service/usb_device_handle.h',
29 'usb_service/usb_interface.cc', 29 'usb_service/usb_interface.cc',
30 'usb_service/usb_interface.h', 30 'usb_service/usb_interface.h',
31 'usb_service/usb_service.cc',
32 'usb_service/usb_service.h', 31 'usb_service/usb_service.h',
32 'usb_service/usb_service_impl.cc',
33 ] 33 ]
34 }], 34 }],
35 } 35 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/usb/zero_length_transfer/manifest.json ('k') | components/usb_service/usb_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698