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

Side by Side Diff: remoting/host/DEPS

Issue 10543106: Add an explicit function to init NSS for SSL server sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to r141775 and remove suppression Created 8 years, 6 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 | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/host/plugin/host_plugin.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 "+ui", 2 "+ui",
3 "+base/crypto", 3 "+base/crypto",
4 "+net/base", 4 "+net/base",
5 "+net/ftp", 5 "+net/ftp",
6 "+net/http", 6 "+net/http",
7 "+net/proxy", 7 "+net/proxy",
8 "+net/test", 8 "+net/test",
9 "+net/url_request", 9 "+net/url_request",
10 10
11 # Note: Only for net::EnableSSLServerSockets(), which must be called by
12 # at process start.
13 "+net/socket",
14
11 "+remoting/protocol", 15 "+remoting/protocol",
12 "+remoting/jingle_glue", 16 "+remoting/jingle_glue",
13 "+third_party/jsoncpp", 17 "+third_party/jsoncpp",
14 "+third_party/modp_b64", 18 "+third_party/modp_b64",
15 "+third_party/npapi", 19 "+third_party/npapi",
16 ] 20 ]
OLDNEW
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/host/plugin/host_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698