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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/linux/system.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'socket/tcp_client_socket_libevent.cc', 907 'socket/tcp_client_socket_libevent.cc',
908 'socket/tcp_client_socket_libevent.h', 908 'socket/tcp_client_socket_libevent.h',
909 'socket/tcp_server_socket_libevent.cc', 909 'socket/tcp_server_socket_libevent.cc',
910 'socket/tcp_server_socket_libevent.h', 910 'socket/tcp_server_socket_libevent.h',
911 'udp/udp_socket_libevent.cc', 911 'udp/udp_socket_libevent.cc',
912 'udp/udp_socket_libevent.h', 912 'udp/udp_socket_libevent.h',
913 ], 913 ],
914 'dependencies': [ 914 'dependencies': [
915 '../third_party/nss/nss.gyp:nspr', 915 '../third_party/nss/nss.gyp:nspr',
916 '../third_party/nss/nss.gyp:nss', 916 '../third_party/nss/nss.gyp:nss',
917 'third_party/nss/ssl.gyp:ssl', 917 'third_party/nss/ssl.gyp:libssl',
918 'tld_cleanup', 918 'tld_cleanup',
919 ], 919 ],
920 }, { # else: OS != "win" 920 }, { # else: OS != "win"
921 'sources!': [ 921 'sources!': [
922 'base/winsock_init.cc', 922 'base/winsock_init.cc',
923 'base/winsock_init.h', 923 'base/winsock_init.h',
924 'base/winsock_util.cc', 924 'base/winsock_util.cc',
925 'base/winsock_util.h', 925 'base/winsock_util.h',
926 'proxy/proxy_resolver_winhttp.cc', 926 'proxy/proxy_resolver_winhttp.cc',
927 'proxy/proxy_resolver_winhttp.h', 927 'proxy/proxy_resolver_winhttp.h',
928 ], 928 ],
929 }, 929 },
930 ], 930 ],
931 [ 'OS == "mac"', { 931 [ 'OS == "mac"', {
932 'dependencies': [ 932 'dependencies': [
933 '../third_party/nss/nss.gyp:nspr', 933 '../third_party/nss/nss.gyp:nspr',
934 '../third_party/nss/nss.gyp:nss', 934 '../third_party/nss/nss.gyp:nss',
935 'third_party/nss/ssl.gyp:ssl', 935 'third_party/nss/ssl.gyp:libssl',
936 ], 936 ],
937 'link_settings': { 937 'link_settings': {
938 'libraries': [ 938 'libraries': [
939 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 939 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
940 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork', 940 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork',
941 '$(SDKROOT)/usr/lib/libresolv.dylib', 941 '$(SDKROOT)/usr/lib/libresolv.dylib',
942 ] 942 ]
943 }, 943 },
944 }, 944 },
945 ], 945 ],
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 'sources!': [ 1253 'sources!': [
1254 'dns/dns_config_service_posix_unittest.cc', 1254 'dns/dns_config_service_posix_unittest.cc',
1255 'http/http_auth_gssapi_posix_unittest.cc', 1255 'http/http_auth_gssapi_posix_unittest.cc',
1256 ], 1256 ],
1257 # This is needed to trigger the dll copy step on windows. 1257 # This is needed to trigger the dll copy step on windows.
1258 # TODO(mark): Specifying this here shouldn't be necessary. 1258 # TODO(mark): Specifying this here shouldn't be necessary.
1259 'dependencies': [ 1259 'dependencies': [
1260 '../third_party/icu/icu.gyp:icudata', 1260 '../third_party/icu/icu.gyp:icudata',
1261 '../third_party/nss/nss.gyp:nspr', 1261 '../third_party/nss/nss.gyp:nspr',
1262 '../third_party/nss/nss.gyp:nss', 1262 '../third_party/nss/nss.gyp:nss',
1263 'third_party/nss/ssl.gyp:ssl', 1263 'third_party/nss/ssl.gyp:libssl',
1264 ], 1264 ],
1265 }, 1265 },
1266 ], 1266 ],
1267 [ 'OS == "mac"', { 1267 [ 'OS == "mac"', {
1268 'dependencies': [ 1268 'dependencies': [
1269 '../third_party/nss/nss.gyp:nspr', 1269 '../third_party/nss/nss.gyp:nspr',
1270 '../third_party/nss/nss.gyp:nss', 1270 '../third_party/nss/nss.gyp:nss',
1271 'third_party/nss/ssl.gyp:ssl', 1271 'third_party/nss/ssl.gyp:libssl',
1272 ], 1272 ],
1273 }, 1273 },
1274 ], 1274 ],
1275 [ 'OS == "linux"', { 1275 [ 'OS == "linux"', {
1276 'dependencies': [ 1276 'dependencies': [
1277 '../build/linux/system.gyp:dbus', 1277 '../build/linux/system.gyp:dbus',
1278 '../dbus/dbus.gyp:dbus_test_support', 1278 '../dbus/dbus.gyp:dbus_test_support',
1279 ], 1279 ],
1280 }, 1280 },
1281 ], 1281 ],
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 'tools/dump_cache/url_to_filename_encoder.cc', 1694 'tools/dump_cache/url_to_filename_encoder.cc',
1695 'tools/dump_cache/url_to_filename_encoder.h', 1695 'tools/dump_cache/url_to_filename_encoder.h',
1696 'tools/dump_cache/url_utilities.h', 1696 'tools/dump_cache/url_utilities.h',
1697 'tools/dump_cache/url_utilities.cc', 1697 'tools/dump_cache/url_utilities.cc',
1698 ], 1698 ],
1699 }, 1699 },
1700 ], 1700 ],
1701 }], 1701 }],
1702 ], 1702 ],
1703 } 1703 }
OLDNEW
« 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