1 # Copyright (c) 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.
5 assert(!is_android && !is_ios)
7 source_ids = "//third_party/usb_ids/usb.ids"
8 generated_ids = "$target_gen_dir/usb_ids_gen.cc"
17 "usb_device_filter.cc",
18 "usb_device_filter.h",
19 "usb_device_handle.h",
20 "usb_device_handle_impl.cc",
21 "usb_device_handle_impl.h",
30 "usb_service_impl.cc",
38 "//base/third_party/dynamic_annotations",
39 "//components/device_event_log",
42 "//third_party/libusb",
46 deps += [ "//device/udev_linux" ]
49 deps += [ "//chromeos" ]
53 action("usb_device_ids") {
54 script = "//device/usb/tools/usb_ids.py"
63 rebase_path(source_ids, root_build_dir),
65 rebase_path(generated_ids, root_build_dir),
68 # Only the device_usb target can depend on us.
69 visibility = [ ":usb" ]