OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'quic/congestion_control/tcp_cubic_sender_packets.cc', | 249 'quic/congestion_control/tcp_cubic_sender_packets.cc', |
250 'quic/congestion_control/tcp_cubic_sender_packets.h', | 250 'quic/congestion_control/tcp_cubic_sender_packets.h', |
251 'quic/crypto/aead_base_decrypter.cc', | 251 'quic/crypto/aead_base_decrypter.cc', |
252 'quic/crypto/aead_base_decrypter.h', | 252 'quic/crypto/aead_base_decrypter.h', |
253 'quic/crypto/aead_base_encrypter.cc', | 253 'quic/crypto/aead_base_encrypter.cc', |
254 'quic/crypto/aead_base_encrypter.h', | 254 'quic/crypto/aead_base_encrypter.h', |
255 'quic/crypto/aes_128_gcm_12_decrypter.cc', | 255 'quic/crypto/aes_128_gcm_12_decrypter.cc', |
256 'quic/crypto/aes_128_gcm_12_decrypter.h', | 256 'quic/crypto/aes_128_gcm_12_decrypter.h', |
257 'quic/crypto/aes_128_gcm_12_encrypter.cc', | 257 'quic/crypto/aes_128_gcm_12_encrypter.cc', |
258 'quic/crypto/aes_128_gcm_12_encrypter.h', | 258 'quic/crypto/aes_128_gcm_12_encrypter.h', |
259 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.cc', | 259 'quic/crypto/chacha20_poly1305_decrypter.cc', |
260 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.h', | 260 'quic/crypto/chacha20_poly1305_decrypter.h', |
261 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.cc', | 261 'quic/crypto/chacha20_poly1305_encrypter.cc', |
262 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.h', | 262 'quic/crypto/chacha20_poly1305_encrypter.h', |
263 'quic/crypto/channel_id.cc', | 263 'quic/crypto/channel_id.cc', |
264 'quic/crypto/channel_id.h', | 264 'quic/crypto/channel_id.h', |
265 'quic/crypto/channel_id_chromium.cc', | 265 'quic/crypto/channel_id_chromium.cc', |
266 'quic/crypto/channel_id_chromium.h', | 266 'quic/crypto/channel_id_chromium.h', |
267 'quic/crypto/common_cert_set.cc', | 267 'quic/crypto/common_cert_set.cc', |
268 'quic/crypto/common_cert_set.h', | 268 'quic/crypto/common_cert_set.h', |
269 'quic/crypto/crypto_framer.cc', | 269 'quic/crypto/crypto_framer.cc', |
270 'quic/crypto/crypto_framer.h', | 270 'quic/crypto/crypto_framer.h', |
271 'quic/crypto/crypto_handshake.cc', | 271 'quic/crypto/crypto_handshake.cc', |
272 'quic/crypto/crypto_handshake.h', | 272 'quic/crypto/crypto_handshake.h', |
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1536 'quic/congestion_control/pacing_sender_test.cc', | 1536 'quic/congestion_control/pacing_sender_test.cc', |
1537 'quic/congestion_control/prr_sender_test.cc', | 1537 'quic/congestion_control/prr_sender_test.cc', |
1538 'quic/congestion_control/rtt_stats_test.cc', | 1538 'quic/congestion_control/rtt_stats_test.cc', |
1539 'quic/congestion_control/send_algorithm_simulator.cc', | 1539 'quic/congestion_control/send_algorithm_simulator.cc', |
1540 'quic/congestion_control/send_algorithm_simulator.h', | 1540 'quic/congestion_control/send_algorithm_simulator.h', |
1541 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc', | 1541 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc', |
1542 'quic/congestion_control/tcp_cubic_sender_packets_test.cc', | 1542 'quic/congestion_control/tcp_cubic_sender_packets_test.cc', |
1543 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1543 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1544 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1544 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1545 'quic/crypto/cert_compressor_test.cc', | 1545 'quic/crypto/cert_compressor_test.cc', |
1546 'quic/crypto/chacha20_poly1305_rfc7539_decrypter_test.cc', | 1546 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
1547 'quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc', | 1547 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
1548 'quic/crypto/channel_id_test.cc', | 1548 'quic/crypto/channel_id_test.cc', |
1549 'quic/crypto/common_cert_set_test.cc', | 1549 'quic/crypto/common_cert_set_test.cc', |
1550 'quic/crypto/crypto_framer_test.cc', | 1550 'quic/crypto/crypto_framer_test.cc', |
1551 'quic/crypto/crypto_handshake_message_test.cc', | 1551 'quic/crypto/crypto_handshake_message_test.cc', |
1552 'quic/crypto/crypto_secret_boxer_test.cc', | 1552 'quic/crypto/crypto_secret_boxer_test.cc', |
1553 'quic/crypto/crypto_server_test.cc', | 1553 'quic/crypto/crypto_server_test.cc', |
1554 'quic/crypto/crypto_utils_test.cc', | 1554 'quic/crypto/crypto_utils_test.cc', |
1555 'quic/crypto/curve25519_key_exchange_test.cc', | 1555 'quic/crypto/curve25519_key_exchange_test.cc', |
1556 'quic/crypto/local_strike_register_client_test.cc', | 1556 'quic/crypto/local_strike_register_client_test.cc', |
1557 'quic/crypto/null_decrypter_test.cc', | 1557 'quic/crypto/null_decrypter_test.cc', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1799 'url_request/url_request_throttler_unittest.cc', | 1799 'url_request/url_request_throttler_unittest.cc', |
1800 'url_request/url_request_unittest.cc', | 1800 'url_request/url_request_unittest.cc', |
1801 'url_request/view_cache_helper_unittest.cc', | 1801 'url_request/view_cache_helper_unittest.cc', |
1802 ], | 1802 ], |
1803 'net_linux_test_sources': [ | 1803 'net_linux_test_sources': [ |
1804 'quic/quic_end_to_end_unittest.cc', | 1804 'quic/quic_end_to_end_unittest.cc', |
1805 'tools/quic/end_to_end_test.cc', | 1805 'tools/quic/end_to_end_test.cc', |
1806 'tools/quic/quic_client_session_test.cc', | 1806 'tools/quic/quic_client_session_test.cc', |
1807 'tools/quic/quic_client_test.cc', | 1807 'tools/quic/quic_client_test.cc', |
1808 'tools/quic/quic_dispatcher_test.cc', | 1808 'tools/quic/quic_dispatcher_test.cc', |
| 1809 'tools/quic/quic_epoll_alarm_factory_test.cc', |
1809 'tools/quic/quic_epoll_clock_test.cc', | 1810 'tools/quic/quic_epoll_clock_test.cc', |
1810 'tools/quic/quic_epoll_connection_helper_test.cc', | 1811 'tools/quic/quic_epoll_connection_helper_test.cc', |
1811 'tools/quic/quic_in_memory_cache_test.cc', | 1812 'tools/quic/quic_in_memory_cache_test.cc', |
1812 'tools/quic/quic_server_session_base_test.cc', | 1813 'tools/quic/quic_server_session_base_test.cc', |
1813 'tools/quic/quic_server_test.cc', | 1814 'tools/quic/quic_server_test.cc', |
1814 'tools/quic/quic_simple_server_session_test.cc', | 1815 'tools/quic/quic_simple_server_session_test.cc', |
1815 'tools/quic/quic_simple_server_test.cc', | 1816 'tools/quic/quic_simple_server_test.cc', |
1816 'tools/quic/quic_spdy_client_stream_test.cc', | 1817 'tools/quic/quic_spdy_client_stream_test.cc', |
1817 'tools/quic/quic_time_wait_list_manager_test.cc', | 1818 'tools/quic/quic_time_wait_list_manager_test.cc', |
1818 'tools/quic/spdy_balsa_utils_test.cc', | 1819 'tools/quic/spdy_balsa_utils_test.cc', |
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3127 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3130 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3134 ], | 3135 ], |
3135 } | 3136 } |
3136 } | 3137 } |
OLD | NEW |