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

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: added some #ifdef flags Created 5 years, 4 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/mojo/util/BUILD.gn b/components/webusb/BUILD.gn
similarity index 57%
copy from mojo/util/BUILD.gn
copy to components/webusb/BUILD.gn
index 379bc96230e7c6037bca99a4a311de60a65c109a..edb798cf2a276880db6c6139850908ccd4e04a13 100644
--- a/mojo/util/BUILD.gn
+++ b/components/webusb/BUILD.gn
@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("filename_util") {
+source_set("webusb") {
sources = [
- "filename_util.cc",
- "filename_util.h",
+ "webusb_browser_client.cc",
+ "webusb_browser_client.h",
+ "webusb_detector.cc",
+ "webusb_detector.h",
]
deps = [
"//base",
- "//url",
+ "//device/usb",
]
}

Powered by Google App Engine
This is Rietveld 408576698