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

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: Upload again (error last upload). 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/user_prefs/DEPS b/components/webrtc_log_uploader/DEPS
similarity index 59%
copy from components/user_prefs/DEPS
copy to components/webrtc_log_uploader/DEPS
index c36190b429dfa849cba2fe55423fe46451b93c90..7fca2ee6a98c1705643a3105dfa8e9d5d32b5b96 100644
--- a/components/user_prefs/DEPS
+++ b/components/webrtc_log_uploader/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+content/public/browser",
- "+ui/base",
+ "+net",
wtc 2013/05/14 18:49:47 This LGTM.
+ "+third_party/bzip2",
]

Powered by Google App Engine
This is Rietveld 408576698