| Index: components/webusb/BUILD.gn
|
| diff --git a/chrome/installer/launcher_support/BUILD.gn b/components/webusb/BUILD.gn
|
| similarity index 58%
|
| copy from chrome/installer/launcher_support/BUILD.gn
|
| copy to components/webusb/BUILD.gn
|
| index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..0b57ded0c232a9448e037721ab30be7fe7066a55 100644
|
| --- a/chrome/installer/launcher_support/BUILD.gn
|
| +++ b/components/webusb/BUILD.gn
|
| @@ -2,13 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("launcher_support") {
|
| +static_library("webusb") {
|
| sources = [
|
| - "chrome_launcher_support.cc",
|
| - "chrome_launcher_support.h",
|
| + "webusb_browser_client.h",
|
| + "webusb_detector.cc",
|
| + "webusb_detector.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//device/core",
|
| + "//device/usb",
|
| ]
|
| }
|
|
|