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

Unified Diff: remoting/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_server_socket_openssl.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/DEPS
diff --git a/remoting/DEPS b/remoting/DEPS
index 711e7dc4faf95e194c2b1f676e91a9aec4f087e7..36d7ee303b604239ae8b297a8dba92255f957bfa 100644
--- a/remoting/DEPS
+++ b/remoting/DEPS
@@ -6,6 +6,11 @@ include_rules = [
"+crypto",
"+media/base",
+ # Note: Only for net::EnableSSLServerSockets(), which must be called by
+ # unit tests at process start.
+ "-net",
+ "+net/socket",
+
"-remoting",
"+remoting/base",
"+remoting/proto",
« no previous file with comments | « net/socket/ssl_server_socket_openssl.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698