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

Unified Diff: chrome/browser/DEPS

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Acquire the UsbService instance through a DeviceClient implementation. 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/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 3670008ee34599b20baf4d58b157e99f7e9af416..dfdae43e9d955fea19c8d32e01bfe1523c8a29e8 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -69,6 +69,7 @@ include_rules = [
"+components/translate/core/browser",
"+components/translate/core/common",
"+components/url_matcher",
+ "+components/usb_service",
"+components/user_manager",
"+components/user_prefs",
"+components/web_modal",
@@ -77,6 +78,7 @@ include_rules = [
"+content/test/net",
"+courgette",
"+device/bluetooth",
+ "+device/common",
"+device/media_transfer_protocol",
"+extensions/browser",
"+extensions/common",

Powered by Google App Engine
This is Rietveld 408576698