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

Unified Diff: webkit/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: webkit/DEPS
diff --git a/webkit/DEPS b/webkit/DEPS
index f5ae17939a22ebbd2ceeb8eda13a6592a8dcbed6..d9f2a19faed6cbe147b86b59dfb6ed85c02063e3 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -38,17 +38,6 @@ include_rules = [
# TODO(brettw) - review these; move up if it's ok, or remove the dependency
"+crypto",
- "+net/base",
- "+net/cookies",
- "+net/dns",
- "+net/ftp",
- "+net/http",
- "+net/proxy",
- "+net/ssl",
- "+net/socket",
- "+net/socket_stream",
- "+net/test",
- "+net/url_request",
- "+net/websockets",
+ "+net",
Ryan Sleevi 2013/03/27 17:21:25 Can you explain why you made this change? The pre
tony 2013/03/27 19:49:52 I suggested this change. Most of the other cases w
"+third_party/npapi/bindings",
]

Powered by Google App Engine
This is Rietveld 408576698