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

Unified Diff: extensions/browser/api/usb/DEPS

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do the same to chrome/browser/BUILD.gn. 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: extensions/browser/api/usb/DEPS
diff --git a/extensions/browser/api/usb/DEPS b/extensions/browser/api/usb/DEPS
index 70ac41d31421e83b143f1904b1410db6d4852481..7b10bc58e4baaf43e481da3d711b61c1669f714e 100644
--- a/extensions/browser/api/usb/DEPS
+++ b/extensions/browser/api/usb/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"+components/usb_service",
+ "+device/common"
]

Powered by Google App Engine
This is Rietveld 408576698