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

Unified Diff: extensions/shell/browser/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: extensions/shell/browser/DEPS
diff --git a/extensions/shell/browser/DEPS b/extensions/shell/browser/DEPS
index 597cad0dc686756ba901c4be20e6f4520d7362b0..d271837abb1f7eae8044ce35e4eaadca151fc73e 100644
--- a/extensions/shell/browser/DEPS
+++ b/extensions/shell/browser/DEPS
@@ -14,6 +14,8 @@ include_rules = [
"+content/shell/browser/shell_net_log.h",
# For device backend support.
+ "+components/usb_service",
+ "+device/common",
"+device/hid",
# Only used in API tests that should be moved to extensions/browser/api/...

Powered by Google App Engine
This is Rietveld 408576698