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

Unified Diff: net/net.gyp

Issue 8907043: net: rename NSS's 'ssl' to 'libssl' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « build/linux/system.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 040c1e00cdbbaded4eb97d62ac576708a574d7db..e03bd188a8761ba96f4bef4450ff00e96cb832e3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -914,7 +914,7 @@
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
- 'third_party/nss/ssl.gyp:ssl',
+ 'third_party/nss/ssl.gyp:libssl',
'tld_cleanup',
],
}, { # else: OS != "win"
@@ -932,7 +932,7 @@
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
- 'third_party/nss/ssl.gyp:ssl',
+ 'third_party/nss/ssl.gyp:libssl',
],
'link_settings': {
'libraries': [
@@ -1260,7 +1260,7 @@
'../third_party/icu/icu.gyp:icudata',
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
- 'third_party/nss/ssl.gyp:ssl',
+ 'third_party/nss/ssl.gyp:libssl',
],
},
],
@@ -1268,7 +1268,7 @@
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
- 'third_party/nss/ssl.gyp:ssl',
+ 'third_party/nss/ssl.gyp:libssl',
],
},
],
« no previous file with comments | « build/linux/system.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698