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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/host/plugin/host_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/DEPS
diff --git a/remoting/host/DEPS b/remoting/host/DEPS
index b72988bc8eb5bf1e327dfde251d09d55a3cb9684..4e1fca258a7abb1447371d1a7897784208e3f6ce 100644
--- a/remoting/host/DEPS
+++ b/remoting/host/DEPS
@@ -8,6 +8,10 @@ include_rules = [
"+net/test",
"+net/url_request",
+ # Note: Only for net::EnableSSLServerSockets(), which must be called by
+ # at process start.
+ "+net/socket",
+
"+remoting/protocol",
"+remoting/jingle_glue",
"+third_party/jsoncpp",
« 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