OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 'quic/congestion_control/send_algorithm_interface.cc', | 775 'quic/congestion_control/send_algorithm_interface.cc', |
776 'quic/congestion_control/send_algorithm_interface.h', | 776 'quic/congestion_control/send_algorithm_interface.h', |
777 'quic/congestion_control/tcp_cubic_sender.cc', | 777 'quic/congestion_control/tcp_cubic_sender.cc', |
778 'quic/congestion_control/tcp_cubic_sender.h', | 778 'quic/congestion_control/tcp_cubic_sender.h', |
779 'quic/congestion_control/tcp_loss_algorithm.cc', | 779 'quic/congestion_control/tcp_loss_algorithm.cc', |
780 'quic/congestion_control/tcp_loss_algorithm.h', | 780 'quic/congestion_control/tcp_loss_algorithm.h', |
781 'quic/congestion_control/tcp_receiver.cc', | 781 'quic/congestion_control/tcp_receiver.cc', |
782 'quic/congestion_control/tcp_receiver.h', | 782 'quic/congestion_control/tcp_receiver.h', |
783 'quic/congestion_control/time_loss_algorithm.cc', | 783 'quic/congestion_control/time_loss_algorithm.cc', |
784 'quic/congestion_control/time_loss_algorithm.h', | 784 'quic/congestion_control/time_loss_algorithm.h', |
| 785 'quic/crypto/aead_base_decrypter.h', |
| 786 'quic/crypto/aead_base_decrypter_nss.cc', |
| 787 'quic/crypto/aead_base_decrypter_openssl.cc', |
| 788 'quic/crypto/aead_base_encrypter.h', |
| 789 'quic/crypto/aead_base_encrypter_nss.cc', |
| 790 'quic/crypto/aead_base_encrypter_openssl.cc', |
785 'quic/crypto/aes_128_gcm_12_decrypter.h', | 791 'quic/crypto/aes_128_gcm_12_decrypter.h', |
786 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 792 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
787 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 793 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
788 'quic/crypto/aes_128_gcm_12_encrypter.h', | 794 'quic/crypto/aes_128_gcm_12_encrypter.h', |
789 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', | 795 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', |
790 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 796 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
791 'quic/crypto/cert_compressor.cc', | 797 'quic/crypto/cert_compressor.cc', |
792 'quic/crypto/cert_compressor.h', | 798 'quic/crypto/cert_compressor.h', |
| 799 'quic/crypto/chacha20_poly1305_decrypter.h', |
| 800 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', |
| 801 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
| 802 'quic/crypto/chacha20_poly1305_encrypter.h', |
| 803 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', |
| 804 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
793 'quic/crypto/channel_id.cc', | 805 'quic/crypto/channel_id.cc', |
794 'quic/crypto/channel_id.h', | 806 'quic/crypto/channel_id.h', |
795 'quic/crypto/channel_id_nss.cc', | 807 'quic/crypto/channel_id_nss.cc', |
796 'quic/crypto/channel_id_openssl.cc', | 808 'quic/crypto/channel_id_openssl.cc', |
797 'quic/crypto/common_cert_set.cc', | 809 'quic/crypto/common_cert_set.cc', |
798 'quic/crypto/common_cert_set.h', | 810 'quic/crypto/common_cert_set.h', |
799 'quic/crypto/crypto_framer.cc', | 811 'quic/crypto/crypto_framer.cc', |
800 'quic/crypto/crypto_framer.h', | 812 'quic/crypto/crypto_framer.h', |
801 'quic/crypto/crypto_handshake.cc', | 813 'quic/crypto/crypto_handshake.cc', |
802 'quic/crypto/crypto_handshake.h', | 814 'quic/crypto/crypto_handshake.h', |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1361 'cert/jwk_serializer_nss.cc', | 1373 'cert/jwk_serializer_nss.cc', |
1362 'cert/nss_cert_database.cc', | 1374 'cert/nss_cert_database.cc', |
1363 'cert/nss_cert_database.h', | 1375 'cert/nss_cert_database.h', |
1364 'cert/scoped_nss_types.h', | 1376 'cert/scoped_nss_types.h', |
1365 'cert/test_root_certs_nss.cc', | 1377 'cert/test_root_certs_nss.cc', |
1366 'cert/x509_certificate_nss.cc', | 1378 'cert/x509_certificate_nss.cc', |
1367 'cert/x509_util_nss.cc', | 1379 'cert/x509_util_nss.cc', |
1368 'cert/x509_util_nss.h', | 1380 'cert/x509_util_nss.h', |
1369 'ocsp/nss_ocsp.cc', | 1381 'ocsp/nss_ocsp.cc', |
1370 'ocsp/nss_ocsp.h', | 1382 'ocsp/nss_ocsp.h', |
| 1383 'quic/crypto/aead_base_decrypter_nss.cc', |
| 1384 'quic/crypto/aead_base_encrypter_nss.cc', |
1371 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 1385 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
1372 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', | 1386 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', |
| 1387 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', |
| 1388 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', |
1373 'quic/crypto/channel_id_nss.cc', | 1389 'quic/crypto/channel_id_nss.cc', |
1374 'quic/crypto/p256_key_exchange_nss.cc', | 1390 'quic/crypto/p256_key_exchange_nss.cc', |
1375 'socket/nss_ssl_util.cc', | 1391 'socket/nss_ssl_util.cc', |
1376 'socket/nss_ssl_util.h', | 1392 'socket/nss_ssl_util.h', |
1377 'socket/ssl_client_socket_nss.cc', | 1393 'socket/ssl_client_socket_nss.cc', |
1378 'socket/ssl_client_socket_nss.h', | 1394 'socket/ssl_client_socket_nss.h', |
1379 'socket/ssl_server_socket_nss.cc', | 1395 'socket/ssl_server_socket_nss.cc', |
1380 'socket/ssl_server_socket_nss.h', | 1396 'socket/ssl_server_socket_nss.h', |
1381 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 1397 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
1382 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 1398 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
(...skipping 13 matching lines...) Expand all Loading... |
1396 'cert/cert_database_openssl.cc', | 1412 'cert/cert_database_openssl.cc', |
1397 'cert/cert_verify_proc_openssl.cc', | 1413 'cert/cert_verify_proc_openssl.cc', |
1398 'cert/cert_verify_proc_openssl.h', | 1414 'cert/cert_verify_proc_openssl.h', |
1399 'cert/ct_log_verifier_openssl.cc', | 1415 'cert/ct_log_verifier_openssl.cc', |
1400 'cert/ct_objects_extractor_openssl.cc', | 1416 'cert/ct_objects_extractor_openssl.cc', |
1401 'cert/jwk_serializer_openssl.cc', | 1417 'cert/jwk_serializer_openssl.cc', |
1402 'cert/test_root_certs_openssl.cc', | 1418 'cert/test_root_certs_openssl.cc', |
1403 'cert/x509_certificate_openssl.cc', | 1419 'cert/x509_certificate_openssl.cc', |
1404 'cert/x509_util_openssl.cc', | 1420 'cert/x509_util_openssl.cc', |
1405 'cert/x509_util_openssl.h', | 1421 'cert/x509_util_openssl.h', |
| 1422 'quic/crypto/aead_base_decrypter_openssl.cc', |
| 1423 'quic/crypto/aead_base_encrypter_openssl.cc', |
1406 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 1424 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
1407 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 1425 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 1426 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
| 1427 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
1408 'quic/crypto/channel_id_openssl.cc', | 1428 'quic/crypto/channel_id_openssl.cc', |
1409 'quic/crypto/p256_key_exchange_openssl.cc', | 1429 'quic/crypto/p256_key_exchange_openssl.cc', |
1410 'quic/crypto/scoped_evp_aead_ctx.cc', | 1430 'quic/crypto/scoped_evp_aead_ctx.cc', |
1411 'quic/crypto/scoped_evp_aead_ctx.h', | 1431 'quic/crypto/scoped_evp_aead_ctx.h', |
1412 'socket/ssl_client_socket_openssl.cc', | 1432 'socket/ssl_client_socket_openssl.cc', |
1413 'socket/ssl_client_socket_openssl.h', | 1433 'socket/ssl_client_socket_openssl.h', |
1414 'socket/ssl_server_socket_openssl.cc', | 1434 'socket/ssl_server_socket_openssl.cc', |
1415 'socket/ssl_session_cache_openssl.cc', | 1435 'socket/ssl_session_cache_openssl.cc', |
1416 'socket/ssl_session_cache_openssl.h', | 1436 'socket/ssl_session_cache_openssl.h', |
1417 'ssl/openssl_client_key_store.cc', | 1437 'ssl/openssl_client_key_store.cc', |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1852 'quic/congestion_control/paced_sender_test.cc', | 1872 'quic/congestion_control/paced_sender_test.cc', |
1853 'quic/congestion_control/pacing_sender_test.cc', | 1873 'quic/congestion_control/pacing_sender_test.cc', |
1854 'quic/congestion_control/quic_max_sized_map_test.cc', | 1874 'quic/congestion_control/quic_max_sized_map_test.cc', |
1855 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1875 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1856 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1876 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1857 'quic/congestion_control/tcp_receiver_test.cc', | 1877 'quic/congestion_control/tcp_receiver_test.cc', |
1858 'quic/congestion_control/time_loss_algorithm_test.cc', | 1878 'quic/congestion_control/time_loss_algorithm_test.cc', |
1859 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1879 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1860 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1880 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1861 'quic/crypto/cert_compressor_test.cc', | 1881 'quic/crypto/cert_compressor_test.cc', |
| 1882 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
| 1883 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
1862 'quic/crypto/channel_id_test.cc', | 1884 'quic/crypto/channel_id_test.cc', |
1863 'quic/crypto/common_cert_set_test.cc', | 1885 'quic/crypto/common_cert_set_test.cc', |
1864 'quic/crypto/crypto_framer_test.cc', | 1886 'quic/crypto/crypto_framer_test.cc', |
1865 'quic/crypto/crypto_secret_boxer_test.cc', | 1887 'quic/crypto/crypto_secret_boxer_test.cc', |
1866 'quic/crypto/crypto_server_test.cc', | 1888 'quic/crypto/crypto_server_test.cc', |
1867 'quic/crypto/crypto_utils_test.cc', | 1889 'quic/crypto/crypto_utils_test.cc', |
1868 'quic/crypto/curve25519_key_exchange_test.cc', | 1890 'quic/crypto/curve25519_key_exchange_test.cc', |
1869 'quic/crypto/local_strike_register_client_test.cc', | 1891 'quic/crypto/local_strike_register_client_test.cc', |
1870 'quic/crypto/null_decrypter_test.cc', | 1892 'quic/crypto/null_decrypter_test.cc', |
1871 'quic/crypto/null_encrypter_test.cc', | 1893 'quic/crypto/null_encrypter_test.cc', |
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3221 'net_unittests.isolate', | 3243 'net_unittests.isolate', |
3222 ], | 3244 ], |
3223 'sources': [ | 3245 'sources': [ |
3224 'net_unittests.isolate', | 3246 'net_unittests.isolate', |
3225 ], | 3247 ], |
3226 }, | 3248 }, |
3227 ], | 3249 ], |
3228 }], | 3250 }], |
3229 ], | 3251 ], |
3230 } | 3252 } |
OLD | NEW |