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

Unified Diff: components/webrtc_log_uploader/DEPS

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review, added url and app session id, rebase Created 7 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
Index: components/webrtc_log_uploader/DEPS
diff --git a/components/browser_context_keyed_service/DEPS b/components/webrtc_log_uploader/DEPS
similarity index 59%
copy from components/browser_context_keyed_service/DEPS
copy to components/webrtc_log_uploader/DEPS
index 1c35d9ca694b7004e71670cd60a883ddbd8c808f..3978226154f18884bf7fd9ea178aa8f584bfeb85 100644
--- a/components/browser_context_keyed_service/DEPS
+++ b/components/webrtc_log_uploader/DEPS
@@ -1,3 +1,5 @@
include_rules = [
"+content/public/browser",
+ "+net",
+ "+third_party/zlib",
]

Powered by Google App Engine
This is Rietveld 408576698