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.
7 'target_name': 'usb_service',
8 'type': '<(component)',
10 '../base/base.gyp:base',
11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
12 '../content/content.gyp:content_browser',
14 '../third_party/libusb/libusb.gyp:libusb',
17 'USB_SERVICE_IMPLEMENTATION',
23 'usb_service/usb_context.cc',
24 'usb_service/usb_context.h',
25 'usb_service/usb_device.cc',
26 'usb_service/usb_device.h',
27 'usb_service/usb_device_handle.cc',
28 'usb_service/usb_device_handle.h',
29 'usb_service/usb_interface.cc',
30 'usb_service/usb_interface.h',
31 'usb_service/usb_service.cc',
32 'usb_service/usb_service.h',