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

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

Issue 286993003: Fixed case when DevtoolsAdbBridge may start few polling loops. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed explicit timeouts. Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/DEPS
diff --git a/chrome/browser/devtools/device/DEPS b/chrome/browser/devtools/device/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..bdf79aa12f273bc49356c2a8bf761fba8611e5cd
--- /dev/null
+++ b/chrome/browser/devtools/device/DEPS
@@ -0,0 +1,5 @@
+specific_include_rules = {
+ 'devtools_android_bridge_browser_test.cc': [
+ "+components/usb_service",
+ ],
+}
« no previous file with comments | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698