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
3 # found in the LICENSE file.
11 'target_name': 'device_usb',
12 'type': 'static_library',
14 '../../third_party/libusb/libusb.gyp:libusb',
27 'usb_device_filter.cc',
28 'usb_device_filter.h',
29 'usb_device_handle_impl.cc',
30 'usb_device_handle_impl.h',
31 'usb_device_handle.h',
37 'usb_service_impl.cc',
41 'action_name': 'generate_usb_ids',
43 'usb_ids_path%': '../../third_party/usb_ids/usb.ids',
44 'usb_ids_py_path': 'tools/usb_ids.py',
51 '<(SHARED_INTERMEDIATE_DIR)/device/usb/usb_ids_gen.cc',
56 '-i', '<(usb_ids_path)',
59 'process_outputs_as_sources': 1,
65 '../../build/linux/system.gyp:udev',
70 '../../chromeos/chromeos.gyp:chromeos',