| Index: components/webusb/BUILD.gn
|
| diff --git a/components/webusb/BUILD.gn b/components/webusb/BUILD.gn
|
| deleted file mode 100644
|
| index 44afe3d2fe3caf774908f8d5a97b589da51e3cbb..0000000000000000000000000000000000000000
|
| --- a/components/webusb/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -# 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.
|
| -
|
| -source_set("webusb") {
|
| - sources = [
|
| - "webusb_browser_client.h",
|
| - "webusb_detector.cc",
|
| - "webusb_detector.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//base",
|
| - "//device/usb",
|
| - ]
|
| - deps = [
|
| - "//device/core",
|
| - ]
|
| -}
|
| -
|
| -source_set("unit_tests") {
|
| - testonly = true
|
| - sources = [
|
| - "webusb_detector_unittest.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - ":webusb",
|
| - "//base",
|
| - "//device/core",
|
| - "//device/core:mocks",
|
| - "//device/usb",
|
| - "//device/usb:test_support",
|
| - "//testing/gmock",
|
| - "//testing/gtest",
|
| - "//url",
|
| - ]
|
| -}
|
|
|