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

Unified Diff: device/usb/DEPS

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide //device/usb on mobile platforms. Created 6 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: device/usb/DEPS
diff --git a/device/usb/DEPS b/device/usb/DEPS
index 70ac41d31421e83b143f1904b1410db6d4852481..c114bca783f5b720741475c3a101ea86a76951fe 100644
--- a/device/usb/DEPS
+++ b/device/usb/DEPS
@@ -1,3 +1,8 @@
include_rules = [
- "+components/usb_service",
+ "+chromeos",
+
+ "-net",
+ "+net/base",
+
+ "+third_party/libusb",
]

Powered by Google App Engine
This is Rietveld 408576698