Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: components/webusb/BUILD.gn

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use USB_DEVICE_NAME instead of USB_DEVICE_PRODUCT_NAME in generated_resources.grd Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698