blob: 0b57ded0c232a9448e037721ab30be7fe7066a55 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("webusb") {
sources = [
"webusb_browser_client.h",
"webusb_detector.cc",
"webusb_detector.h",
]
deps = [
"//base",
"//device/core",
"//device/usb",
]
}