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 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1397 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1397 'proxy/proxy_script_fetcher_impl_unittest.cc', |
1398 'proxy/proxy_server_unittest.cc', | 1398 'proxy/proxy_server_unittest.cc', |
1399 'proxy/proxy_service_unittest.cc', | 1399 'proxy/proxy_service_unittest.cc', |
1400 'quic/congestion_control/cube_root_test.cc', | 1400 'quic/congestion_control/cube_root_test.cc', |
1401 'quic/congestion_control/cubic_test.cc', | 1401 'quic/congestion_control/cubic_test.cc', |
1402 'quic/congestion_control/fix_rate_test.cc', | 1402 'quic/congestion_control/fix_rate_test.cc', |
1403 'quic/congestion_control/hybrid_slow_start_test.cc', | 1403 'quic/congestion_control/hybrid_slow_start_test.cc', |
1404 'quic/congestion_control/leaky_bucket_test.cc', | 1404 'quic/congestion_control/leaky_bucket_test.cc', |
1405 'quic/congestion_control/pacing_sender_test.cc', | 1405 'quic/congestion_control/pacing_sender_test.cc', |
1406 'quic/congestion_control/rtt_stats_test.cc', | 1406 'quic/congestion_control/rtt_stats_test.cc', |
| 1407 'quic/congestion_control/send_algorithm_simulator.cc', |
| 1408 'quic/congestion_control/send_algorithm_simulator.h', |
1407 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1409 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1408 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1410 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1409 'quic/congestion_control/tcp_receiver_test.cc', | 1411 'quic/congestion_control/tcp_receiver_test.cc', |
1410 'quic/congestion_control/time_loss_algorithm_test.cc', | 1412 'quic/congestion_control/time_loss_algorithm_test.cc', |
1411 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1413 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1412 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1414 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1413 'quic/crypto/cert_compressor_test.cc', | 1415 'quic/crypto/cert_compressor_test.cc', |
1414 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1416 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
1415 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1417 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
1416 'quic/crypto/channel_id_test.cc', | 1418 'quic/crypto/channel_id_test.cc', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 'tools/quic/test_tools/quic_test_client.h', | 1706 'tools/quic/test_tools/quic_test_client.h', |
1705 'tools/quic/test_tools/quic_test_utils.cc', | 1707 'tools/quic/test_tools/quic_test_utils.cc', |
1706 'tools/quic/test_tools/quic_test_utils.h', | 1708 'tools/quic/test_tools/quic_test_utils.h', |
1707 'tools/quic/test_tools/server_thread.h', | 1709 'tools/quic/test_tools/server_thread.h', |
1708 'tools/quic/test_tools/server_thread.cc', | 1710 'tools/quic/test_tools/server_thread.cc', |
1709 'tools/quic/test_tools/simple_client.h', | 1711 'tools/quic/test_tools/simple_client.h', |
1710 'tools/quic/test_tools/simple_client.cc', | 1712 'tools/quic/test_tools/simple_client.cc', |
1711 ], | 1713 ], |
1712 } | 1714 } |
1713 } | 1715 } |
OLD | NEW |