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

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: moved webusb::WebUsbDetector::GetInstance() call to chrome_browser_main.cc 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..20084e65f8ac23190f491132d3f0ecdd844cdf89
--- /dev/null
+++ b/components/webusb/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+base",
+ "+device/core",
+ "+device/usb",
+ "+grit/components_strings.h",
+ "+ui/base/l10n",
+ "+ui/gfx/image",
+ "+ui/message_center",
+]

Powered by Google App Engine
This is Rietveld 408576698