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 '../../components/components.gyp:device_event_log_component',
15 '../../net/net.gyp:net',
16 '../../third_party/libusb/libusb.gyp:libusb',
29 'usb_device_filter.cc',
30 'usb_device_filter.h',
31 'usb_device_handle_impl.cc',
32 'usb_device_handle_impl.h',
33 'usb_device_handle.h',
40 'usb_service_impl.cc',
45 'action_name': 'generate_usb_ids',
47 'usb_ids_path%': '../../third_party/usb_ids/usb.ids',
48 'usb_ids_py_path': 'tools/usb_ids.py',
55 '<(SHARED_INTERMEDIATE_DIR)/device/usb/usb_ids_gen.cc',
60 '-i', '<(usb_ids_path)',
63 'process_outputs_as_sources': 1,
69 '../udev_linux/udev.gyp:udev_linux',
74 '../../chromeos/chromeos.gyp:chromeos',