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

Unified Diff: components/webusb/DEPS

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/DEPS
diff --git a/extensions/browser/api/DEPS b/components/webusb/DEPS
similarity index 57%
copy from extensions/browser/api/DEPS
copy to components/webusb/DEPS
index 7dc854390792d177b286992f253eea5dbb11db8e..49984a9389d9517ec05c60c642857413db26ad9d 100644
--- a/extensions/browser/api/DEPS
+++ b/components/webusb/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+base",
"+device/core",
- "+device/hid",
+ "+device/usb",
]

Powered by Google App Engine
This is Rietveld 408576698