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

Unified Diff: components/devtools_bridge/client/DEPS

Issue 736363002: Stub for web-base client for DevTools bridge and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed presubmits Created 6 years, 1 month 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: components/devtools_bridge/client/DEPS
diff --git a/components/devtools_bridge/client/DEPS b/components/devtools_bridge/client/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..5bbc0c29e569616827a0c5b0b0bd1c7c149afb6a
--- /dev/null
+++ b/components/devtools_bridge/client/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+content/public",
+ "-third_party/libjingle",
+ "-third_party/webrtc",
+]

Powered by Google App Engine
This is Rietveld 408576698