OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
9 import("//url/config.gni") | 9 import("//url/config.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 "quic/crypto/chacha20_poly1305_decrypter_openssl.cc", | 261 "quic/crypto/chacha20_poly1305_decrypter_openssl.cc", |
262 "quic/crypto/chacha20_poly1305_encrypter_openssl.cc", | 262 "quic/crypto/chacha20_poly1305_encrypter_openssl.cc", |
263 "quic/crypto/channel_id_openssl.cc", | 263 "quic/crypto/channel_id_openssl.cc", |
264 "quic/crypto/p256_key_exchange_openssl.cc", | 264 "quic/crypto/p256_key_exchange_openssl.cc", |
265 "quic/crypto/scoped_evp_aead_ctx.cc", | 265 "quic/crypto/scoped_evp_aead_ctx.cc", |
266 "quic/crypto/scoped_evp_aead_ctx.h", | 266 "quic/crypto/scoped_evp_aead_ctx.h", |
267 "socket/ssl_client_socket_openssl.cc", | 267 "socket/ssl_client_socket_openssl.cc", |
268 "socket/ssl_client_socket_openssl.h", | 268 "socket/ssl_client_socket_openssl.h", |
269 "socket/ssl_server_socket_openssl.cc", | 269 "socket/ssl_server_socket_openssl.cc", |
270 "socket/ssl_server_socket_openssl.h", | 270 "socket/ssl_server_socket_openssl.h", |
271 "socket/ssl_session_cache_openssl.cc", | |
272 "socket/ssl_session_cache_openssl.h", | |
273 "ssl/openssl_platform_key.h", | 271 "ssl/openssl_platform_key.h", |
274 "ssl/openssl_ssl_util.cc", | 272 "ssl/openssl_ssl_util.cc", |
275 "ssl/openssl_ssl_util.h", | 273 "ssl/openssl_ssl_util.h", |
| 274 "ssl/ssl_client_session_cache_openssl.cc", |
| 275 "ssl/ssl_client_session_cache_openssl.h", |
276 ] | 276 ] |
277 if (is_mac) { | 277 if (is_mac) { |
278 sources -= [ "ssl/openssl_platform_key_mac.cc" ] | 278 sources -= [ "ssl/openssl_platform_key_mac.cc" ] |
279 } | 279 } |
280 if (is_win) { | 280 if (is_win) { |
281 sources -= [ | 281 sources -= [ |
282 "cert/sha256_legacy_support_openssl_win.cc", | 282 "cert/sha256_legacy_support_openssl_win.cc", |
283 "ssl/openssl_platform_key_win.cc", | 283 "ssl/openssl_platform_key_win.cc", |
284 ] | 284 ] |
285 } | 285 } |
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 sources -= [ | 1384 sources -= [ |
1385 "cert/nss_cert_database_chromeos_unittest.cc", | 1385 "cert/nss_cert_database_chromeos_unittest.cc", |
1386 "cert/nss_profile_filter_chromeos_unittest.cc", | 1386 "cert/nss_profile_filter_chromeos_unittest.cc", |
1387 ] | 1387 ] |
1388 } | 1388 } |
1389 } else { | 1389 } else { |
1390 sources -= [ | 1390 sources -= [ |
1391 "cert/x509_util_openssl_unittest.cc", | 1391 "cert/x509_util_openssl_unittest.cc", |
1392 "quic/test_tools/crypto_test_utils_openssl.cc", | 1392 "quic/test_tools/crypto_test_utils_openssl.cc", |
1393 "socket/ssl_client_socket_openssl_unittest.cc", | 1393 "socket/ssl_client_socket_openssl_unittest.cc", |
1394 "socket/ssl_session_cache_openssl_unittest.cc", | 1394 "ssl/ssl_client_session_cache_openssl_unittest.cc", |
1395 ] | 1395 ] |
1396 if (!is_desktop_linux && !is_chromeos) { | 1396 if (!is_desktop_linux && !is_chromeos) { |
1397 sources -= [ "cert/nss_cert_database_unittest.cc" ] | 1397 sources -= [ "cert/nss_cert_database_unittest.cc" ] |
1398 } | 1398 } |
1399 } | 1399 } |
1400 | 1400 |
1401 if (use_kerberos) { | 1401 if (use_kerberos) { |
1402 defines += [ "USE_KERBEROS" ] | 1402 defines += [ "USE_KERBEROS" ] |
1403 } else { | 1403 } else { |
1404 sources -= [ | 1404 sources -= [ |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 } else { | 1621 } else { |
1622 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1622 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
1623 } | 1623 } |
1624 | 1624 |
1625 if (is_win && icu_use_data_file) { | 1625 if (is_win && icu_use_data_file) { |
1626 # This is needed to trigger the dll copy step on windows. | 1626 # This is needed to trigger the dll copy step on windows. |
1627 # TODO(mark): Specifying this here shouldn't be necessary. | 1627 # TODO(mark): Specifying this here shouldn't be necessary. |
1628 deps += [ "//third_party/icu:icudata" ] | 1628 deps += [ "//third_party/icu:icudata" ] |
1629 } | 1629 } |
1630 } | 1630 } |
OLD | NEW |