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

Unified Diff: remoting/host/DEPS

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: remoting/host/DEPS
diff --git a/remoting/host/DEPS b/remoting/host/DEPS
index 4bca7ec6fab2648d7a300dd53859c63109f609e4..dbdf6ac92c2f75d053d41d18d50fdfd660d3433a 100644
--- a/remoting/host/DEPS
+++ b/remoting/host/DEPS
@@ -1,18 +1,6 @@
include_rules = [
"+media/video/capture/screen",
- "+net/base",
- "+net/dns",
- "+net/ftp",
- "+net/http",
- "+net/proxy",
- "+net/ssl",
- "+net/test",
- "+net/url_request",
-
- # Note: Only for net::EnableSSLServerSockets(), which must be called by
- # at process start.
- "+net/socket",
-
+ "+net",
Ryan Sleevi 2013/03/27 17:21:25 Please justify this change. The previous code was
Paweł Hajdan Jr. 2013/03/28 00:25:35 1. remoting OWNER has approved this 2. Tony sugges
"+remoting/codec",
"+remoting/protocol",
"+remoting/jingle_glue",

Powered by Google App Engine
This is Rietveld 408576698