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

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: updated gn file 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..5a415d2e2cf04dccf8271a94558c7fbd98c38a55
--- /dev/null
+++ b/components/webusb/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+base",
+ "+components/keyed_service/core",
+ "+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