| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'base/ssl_config_service_defaults.h', | 170 'base/ssl_config_service_defaults.h', |
| 171 'base/ssl_config_service_mac.cc', | 171 'base/ssl_config_service_mac.cc', |
| 172 'base/ssl_config_service_mac.h', | 172 'base/ssl_config_service_mac.h', |
| 173 'base/ssl_config_service_win.cc', | 173 'base/ssl_config_service_win.cc', |
| 174 'base/ssl_config_service_win.h', | 174 'base/ssl_config_service_win.h', |
| 175 'base/ssl_false_start_blacklist.cc', | 175 'base/ssl_false_start_blacklist.cc', |
| 176 'base/ssl_info.cc', | 176 'base/ssl_info.cc', |
| 177 'base/ssl_info.h', | 177 'base/ssl_info.h', |
| 178 'base/static_cookie_policy.cc', | 178 'base/static_cookie_policy.cc', |
| 179 'base/static_cookie_policy.h', | 179 'base/static_cookie_policy.h', |
| 180 'base/test_root_certs.cc', |
| 181 'base/test_root_certs.h', |
| 182 'base/test_root_certs_mac.cc', |
| 183 'base/test_root_certs_nss.cc', |
| 184 'base/test_root_certs_openssl.cc', |
| 185 'base/test_root_certs_win.cc', |
| 180 'base/transport_security_state.cc', | 186 'base/transport_security_state.cc', |
| 181 'base/transport_security_state.h', | 187 'base/transport_security_state.h', |
| 182 'base/sys_addrinfo.h', | 188 'base/sys_addrinfo.h', |
| 183 'base/test_completion_callback.h', | 189 'base/test_completion_callback.h', |
| 184 'base/upload_data.cc', | 190 'base/upload_data.cc', |
| 185 'base/upload_data.h', | 191 'base/upload_data.h', |
| 186 'base/upload_data_stream.cc', | 192 'base/upload_data_stream.cc', |
| 187 'base/upload_data_stream.h', | 193 'base/upload_data_stream.h', |
| 188 'base/winsock_init.cc', | 194 'base/winsock_init.cc', |
| 189 'base/winsock_init.h', | 195 'base/winsock_init.h', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'dependencies': [ | 251 'dependencies': [ |
| 246 '../build/linux/system.gyp:nss', | 252 '../build/linux/system.gyp:nss', |
| 247 ], | 253 ], |
| 248 }], | 254 }], |
| 249 ], | 255 ], |
| 250 }, | 256 }, |
| 251 { # else: OS is not in the above list | 257 { # else: OS is not in the above list |
| 252 'sources!': [ | 258 'sources!': [ |
| 253 'base/cert_database_nss.cc', | 259 'base/cert_database_nss.cc', |
| 254 'base/keygen_handler_nss.cc', | 260 'base/keygen_handler_nss.cc', |
| 261 'base/test_root_certs_nss.cc', |
| 255 'base/x509_certificate_nss.cc', | 262 'base/x509_certificate_nss.cc', |
| 256 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 263 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 257 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 264 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 258 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 265 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 259 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 266 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 260 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', | 267 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 261 'third_party/mozilla_security_manager/nsNSSCertTrust.h', | 268 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
| 262 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 269 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 263 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 270 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
| 264 ], | 271 ], |
| 265 }, | 272 }, |
| 266 ], | 273 ], |
| 267 [ 'use_openssl==1', { | 274 [ 'use_openssl==1', { |
| 268 'sources!': [ | 275 'sources!': [ |
| 269 'base/cert_database_nss.cc', | 276 'base/cert_database_nss.cc', |
| 270 'base/dnssec_keyset.cc', | 277 'base/dnssec_keyset.cc', |
| 271 'base/dnssec_keyset.h', | 278 'base/dnssec_keyset.h', |
| 272 'base/keygen_handler_nss.cc', | 279 'base/keygen_handler_nss.cc', |
| 273 'base/nss_memio.c', | 280 'base/nss_memio.c', |
| 274 'base/nss_memio.h', | 281 'base/nss_memio.h', |
| 282 'base/test_root_certs_nss.cc', |
| 275 'base/x509_certificate_nss.cc', | 283 'base/x509_certificate_nss.cc', |
| 276 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 284 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 277 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 285 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 278 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 286 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 279 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 287 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 280 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', | 288 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 281 'third_party/mozilla_security_manager/nsNSSCertTrust.h', | 289 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
| 282 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 290 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 283 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 291 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
| 284 ], | 292 ], |
| 285 }, | 293 }, |
| 286 { # else: not using openssl. | 294 { # else: not using openssl. |
| 287 'sources!': [ | 295 'sources!': [ |
| 288 'base/cert_database_openssl.cc', | 296 'base/cert_database_openssl.cc', |
| 289 'base/keygen_handler_openssl.cc', | 297 'base/keygen_handler_openssl.cc', |
| 290 'base/openssl_util.cc', | 298 'base/openssl_util.cc', |
| 291 'base/openssl_util.h', | 299 'base/openssl_util.h', |
| 300 'base/test_root_certs_openssl.cc', |
| 292 'base/x509_certificate_openssl.cc', | 301 'base/x509_certificate_openssl.cc', |
| 293 'base/x509_openssl_util.cc', | 302 'base/x509_openssl_util.cc', |
| 294 'base/x509_openssl_util.h', | 303 'base/x509_openssl_util.h', |
| 295 ], | 304 ], |
| 296 }, | 305 }, |
| 297 ], | 306 ], |
| 298 [ 'OS == "win"', { | 307 [ 'OS == "win"', { |
| 299 'dependencies': [ | 308 'dependencies': [ |
| 300 '../third_party/nss/nss.gyp:nss', | 309 '../third_party/nss/nss.gyp:nss', |
| 301 'tld_cleanup', | 310 'tld_cleanup', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 { | 1166 { |
| 1158 'target_name': 'net_test_support', | 1167 'target_name': 'net_test_support', |
| 1159 'type': '<(library)', | 1168 'type': '<(library)', |
| 1160 'dependencies': [ | 1169 'dependencies': [ |
| 1161 'net', | 1170 'net', |
| 1162 '../base/base.gyp:base', | 1171 '../base/base.gyp:base', |
| 1163 '../base/base.gyp:test_support_base', | 1172 '../base/base.gyp:test_support_base', |
| 1164 '../testing/gtest.gyp:gtest', | 1173 '../testing/gtest.gyp:gtest', |
| 1165 ], | 1174 ], |
| 1166 'sources': [ | 1175 'sources': [ |
| 1167 'base/cert_test_util.cc', | |
| 1168 'base/cert_test_util.h', | |
| 1169 'disk_cache/disk_cache_test_util.cc', | 1176 'disk_cache/disk_cache_test_util.cc', |
| 1170 'disk_cache/disk_cache_test_util.h', | 1177 'disk_cache/disk_cache_test_util.h', |
| 1171 'proxy/proxy_config_service_common_unittest.cc', | 1178 'proxy/proxy_config_service_common_unittest.cc', |
| 1172 'proxy/proxy_config_service_common_unittest.h', | 1179 'proxy/proxy_config_service_common_unittest.h', |
| 1173 'socket/socket_test_util.cc', | 1180 'socket/socket_test_util.cc', |
| 1174 'socket/socket_test_util.h', | 1181 'socket/socket_test_util.h', |
| 1175 'test/python_utils.cc', | 1182 'test/python_utils.cc', |
| 1176 'test/python_utils.h', | 1183 'test/python_utils.h', |
| 1177 'test/test_server.cc', | 1184 'test/test_server.cc', |
| 1178 'test/test_server_posix.cc', | 1185 'test/test_server_posix.cc', |
| 1179 'test/test_server_win.cc', | 1186 'test/test_server_win.cc', |
| 1180 'test/test_server.h', | 1187 'test/test_server.h', |
| 1181 ], | 1188 ], |
| 1182 'conditions': [ | 1189 'conditions': [ |
| 1183 ['inside_chromium_build==1', { | 1190 ['inside_chromium_build==1', { |
| 1184 'dependencies': [ | 1191 'dependencies': [ |
| 1185 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', | 1192 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 1186 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m
anagement_proto', | 1193 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m
anagement_proto', |
| 1187 '../third_party/protobuf/protobuf.gyp:py_proto', | 1194 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1188 ], | 1195 ], |
| 1189 }], | 1196 }], |
| 1190 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 1197 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
| 1191 'conditions': [ | 1198 'conditions': [ |
| 1192 ['use_openssl==1', { | 1199 ['use_openssl==1', { |
| 1193 'dependencies': [ | 1200 'dependencies': [ |
| 1194 '../build/linux/system.gyp:openssl', | 1201 '../build/linux/system.gyp:openssl', |
| 1195 ] | 1202 ], |
| 1196 }, { | 1203 }, { |
| 1197 'dependencies': [ | 1204 'dependencies': [ |
| 1198 '../build/linux/system.gyp:nss', | 1205 '../build/linux/system.gyp:nss', |
| 1199 ], | 1206 ], |
| 1200 }], | 1207 }], |
| 1201 ], | 1208 ], |
| 1202 }], | 1209 }], |
| 1203 ['OS == "linux"', { | 1210 ['OS == "linux"', { |
| 1204 'conditions': [ | 1211 'conditions': [ |
| 1205 ['linux_use_tcmalloc==1', { | 1212 ['linux_use_tcmalloc==1', { |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1448 ], | 1455 ], |
| 1449 }], | 1456 }], |
| 1450 ], | 1457 ], |
| 1451 } | 1458 } |
| 1452 | 1459 |
| 1453 # Local Variables: | 1460 # Local Variables: |
| 1454 # tab-width:2 | 1461 # tab-width:2 |
| 1455 # indent-tabs-mode:nil | 1462 # indent-tabs-mode:nil |
| 1456 # End: | 1463 # End: |
| 1457 # vim: set expandtab tabstop=2 shiftwidth=2: | 1464 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |