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

Unified Diff: remoting/remoting.gyp

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/host/simple_host_process.cc ('k') | remoting/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index dc72521393f68776594a36d6e8834b6588a130d9..6b2331ae68f8ee5eadc064c3b46034198be03322 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -811,6 +811,7 @@
'remoting_client',
'remoting_jingle_glue',
'../media/media.gyp:media',
+ '../net/net.gyp:net',
'../ppapi/ppapi.gyp:ppapi_cpp_objects',
'../skia/skia.gyp:skia',
],
@@ -850,6 +851,7 @@
'remoting_base',
'remoting_host',
'remoting_jingle_glue',
+ '../net/net.gyp:net',
'../third_party/npapi/npapi.gyp:npapi',
],
'sources': [
@@ -1302,6 +1304,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../media/media.gyp:media',
+ '../net/net.gyp:net',
],
'sources': [
'host/simple_host_process.cc',
@@ -1327,6 +1330,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../media/media.gyp:media',
+ '../net/net.gyp:net',
],
'sources': [
'host/branding.cc',
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698