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

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: 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/DEPS
diff --git a/components/google/core/browser/DEPS b/components/webusb/DEPS
similarity index 61%
copy from components/google/core/browser/DEPS
copy to components/webusb/DEPS
index 7a27ff5ef27a1d6ec4a6c88e3b4af300232133bc..4a3a6fd85422d643d860a6575aeb8caa138edd0a 100644
--- a/components/google/core/browser/DEPS
+++ b/components/webusb/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+components/keyed_service/core",
- "+components/pref_registry",
+ "+device/core",
+ "+device/usb",
]

Powered by Google App Engine
This is Rietveld 408576698