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

Unified Diff: chrome/browser/devtools/device/usb/DEPS

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments describing the new DeviceClient classes. 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: chrome/browser/devtools/device/usb/DEPS
diff --git a/chrome/browser/devtools/device/usb/DEPS b/chrome/browser/devtools/device/usb/DEPS
index fc9564a31e1de1141ce94be2b605f8cbcb5401d5..7b10bc58e4baaf43e481da3d711b61c1669f714e 100644
--- a/chrome/browser/devtools/device/usb/DEPS
+++ b/chrome/browser/devtools/device/usb/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+components/usb_service"
+ "+components/usb_service",
+ "+device/common"
]

Powered by Google App Engine
This is Rietveld 408576698