Commit f3b87bb6 authored by agl@chromium.org's avatar agl@chromium.org

net: rename NSS's 'ssl' to 'libssl'

ninja doesn't like there being several targets with the name 'ssl', so I
renamed NSS's 'ssl' target to 'libssl'.

BUG=none
TEST=compiles


Review URL: http://codereview.chromium.org/8907043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114656 0039d316-1c4b-4281-b951-d872f2087c98
parent 4decd920
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
}], }],
['use_openssl==0 and use_system_ssl==0', { ['use_openssl==0 and use_system_ssl==0', {
'dependencies': [ 'dependencies': [
'../../net/third_party/nss/ssl.gyp:ssl', '../../net/third_party/nss/ssl.gyp:libssl',
'../../third_party/zlib/zlib.gyp:zlib', '../../third_party/zlib/zlib.gyp:zlib',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
......
...@@ -914,7 +914,7 @@ ...@@ -914,7 +914,7 @@
'dependencies': [ 'dependencies': [
'../third_party/nss/nss.gyp:nspr', '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss', '../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl', 'third_party/nss/ssl.gyp:libssl',
'tld_cleanup', 'tld_cleanup',
], ],
}, { # else: OS != "win" }, { # else: OS != "win"
...@@ -932,7 +932,7 @@ ...@@ -932,7 +932,7 @@
'dependencies': [ 'dependencies': [
'../third_party/nss/nss.gyp:nspr', '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss', '../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl', 'third_party/nss/ssl.gyp:libssl',
], ],
'link_settings': { 'link_settings': {
'libraries': [ 'libraries': [
...@@ -1260,7 +1260,7 @@ ...@@ -1260,7 +1260,7 @@
'../third_party/icu/icu.gyp:icudata', '../third_party/icu/icu.gyp:icudata',
'../third_party/nss/nss.gyp:nspr', '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss', '../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl', 'third_party/nss/ssl.gyp:libssl',
], ],
}, },
], ],
...@@ -1268,7 +1268,7 @@ ...@@ -1268,7 +1268,7 @@
'dependencies': [ 'dependencies': [
'../third_party/nss/nss.gyp:nspr', '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss', '../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl', 'third_party/nss/ssl.gyp:libssl',
], ],
}, },
], ],
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
'targets': [ 'targets': [
{ {
'target_name': 'ssl', 'target_name': 'libssl',
'type': 'static_library', 'type': 'static_library',
'sources': [ 'sources': [
'ssl/authcert.c', 'ssl/authcert.c',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment