diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 21:48:11 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 21:48:11 +0000 |
commit | 6e7845aed4759ab35d722ce0551b5a90d21e7640 (patch) | |
tree | f29a3f007f7ded842d2096446ff7ecaf186cb362 /remoting/host/DEPS | |
parent | a6b4f91d970aa2b71b0f3552dbc11e94f7650fd5 (diff) | |
download | chromium_src-6e7845aed4759ab35d722ce0551b5a90d21e7640.zip chromium_src-6e7845aed4759ab35d722ce0551b5a90d21e7640.tar.gz chromium_src-6e7845aed4759ab35d722ce0551b5a90d21e7640.tar.bz2 |
net: extract net/cert out of net/base
This introduces the following dependency of net/base on things outside:
net/base/openssl_client_key_store.cc:#include "net/cert/x509_certificate.h"
BUG=70818
Review URL: https://codereview.chromium.org/13006020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/DEPS')
-rw-r--r-- | remoting/host/DEPS | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/remoting/host/DEPS b/remoting/host/DEPS index 4bca7ec..dbdf6ac 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", "+remoting/codec", "+remoting/protocol", "+remoting/jingle_glue", |