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

Side by Side Diff: remoting/host/DEPS

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/websockets/websocket_job_spdy3_unittest.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/video/capture/screen", 2 "+media/video/capture/screen",
3 "+net/base", 3 "+net/base",
4 "+net/ftp", 4 "+net/ftp",
5 "+net/http", 5 "+net/http",
6 "+net/proxy", 6 "+net/proxy",
7 "+net/ssl",
7 "+net/test", 8 "+net/test",
8 "+net/url_request", 9 "+net/url_request",
9 10
10 # Note: Only for net::EnableSSLServerSockets(), which must be called by 11 # Note: Only for net::EnableSSLServerSockets(), which must be called by
11 # at process start. 12 # at process start.
12 "+net/socket", 13 "+net/socket",
13 14
14 "+remoting/codec", 15 "+remoting/codec",
15 "+remoting/protocol", 16 "+remoting/protocol",
16 "+remoting/jingle_glue", 17 "+remoting/jingle_glue",
17 "+third_party/jsoncpp", 18 "+third_party/jsoncpp",
18 "+third_party/modp_b64", 19 "+third_party/modp_b64",
19 "+third_party/npapi", 20 "+third_party/npapi",
20 "+ui", 21 "+ui",
21 ] 22 ]
OLDNEW
« no previous file with comments | « net/websockets/websocket_job_spdy3_unittest.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698