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.
5 component("usb_service") {
12 "usb_device_filter.cc",
13 "usb_device_filter.h",
14 "usb_device_handle_impl.cc",
15 "usb_device_handle_impl.h",
16 "usb_device_handle.h",
20 "usb_interface_impl.cc",
21 "usb_interface_impl.h",
23 "usb_service_impl.cc",
26 defines = [ "USB_SERVICE_IMPLEMENTATION" ]
30 "//base/third_party/dynamic_annotations",
31 "//content/public/browser",
33 "//third_party/libusb",
37 configs += [ "//build/config/linux:udev" ]