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

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: modified WebUsbBrowserClient::Set function again 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/DEPS
diff --git a/components/webusb/DEPS b/components/webusb/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..16c4f3a5b9bb26ddda8bb7320ae61a208a003d5b
--- /dev/null
+++ b/components/webusb/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+base",
+ "+device/core",
+ "+device/usb",
+ "+grit/components_strings.h",
+ "+ui/base/l10n",
+ "+ui/gfx/image",
+ "+ui/message_center",
+ "+url",
+]

Powered by Google App Engine
This is Rietveld 408576698