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

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: Updated 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index dce6863ea417a38ffe9375acaafa7ef96b8dd4cd..db38a7834fd8dfd3855345d56c0f4f0b86abba01 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': [
@@ -1327,6 +1329,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../media/media.gyp:media',
+ '../net/net.gyp:net',
],
'sources': [
'host/branding.cc',

Powered by Google App Engine
This is Rietveld 408576698