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 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1860 'quic/congestion_control/inter_arrival_overuse_detector_test.cc', | 1860 'quic/congestion_control/inter_arrival_overuse_detector_test.cc', |
1861 'quic/congestion_control/inter_arrival_probe_test.cc', | 1861 'quic/congestion_control/inter_arrival_probe_test.cc', |
1862 'quic/congestion_control/inter_arrival_receiver_test.cc', | 1862 'quic/congestion_control/inter_arrival_receiver_test.cc', |
1863 'quic/congestion_control/inter_arrival_state_machine_test.cc', | 1863 'quic/congestion_control/inter_arrival_state_machine_test.cc', |
1864 'quic/congestion_control/inter_arrival_sender_test.cc', | 1864 'quic/congestion_control/inter_arrival_sender_test.cc', |
1865 'quic/congestion_control/leaky_bucket_test.cc', | 1865 'quic/congestion_control/leaky_bucket_test.cc', |
1866 'quic/congestion_control/paced_sender_test.cc', | 1866 'quic/congestion_control/paced_sender_test.cc', |
1867 'quic/congestion_control/pacing_sender_test.cc', | 1867 'quic/congestion_control/pacing_sender_test.cc', |
1868 'quic/congestion_control/quic_max_sized_map_test.cc', | 1868 'quic/congestion_control/quic_max_sized_map_test.cc', |
1869 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1869 'quic/congestion_control/tcp_cubic_sender_test.cc', |
| 1870 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1870 'quic/congestion_control/tcp_receiver_test.cc', | 1871 'quic/congestion_control/tcp_receiver_test.cc', |
1871 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1872 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1872 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1873 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1873 'quic/crypto/cert_compressor_test.cc', | 1874 'quic/crypto/cert_compressor_test.cc', |
1874 'quic/crypto/channel_id_test.cc', | 1875 'quic/crypto/channel_id_test.cc', |
1875 'quic/crypto/common_cert_set_test.cc', | 1876 'quic/crypto/common_cert_set_test.cc', |
1876 'quic/crypto/crypto_framer_test.cc', | 1877 'quic/crypto/crypto_framer_test.cc', |
1877 'quic/crypto/crypto_secret_boxer_test.cc', | 1878 'quic/crypto/crypto_secret_boxer_test.cc', |
1878 'quic/crypto/crypto_server_test.cc', | 1879 'quic/crypto/crypto_server_test.cc', |
1879 'quic/crypto/crypto_utils_test.cc', | 1880 'quic/crypto/crypto_utils_test.cc', |
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3231 'net_unittests.isolate', | 3232 'net_unittests.isolate', |
3232 ], | 3233 ], |
3233 'sources': [ | 3234 'sources': [ |
3234 'net_unittests.isolate', | 3235 'net_unittests.isolate', |
3235 ], | 3236 ], |
3236 }, | 3237 }, |
3237 ], | 3238 ], |
3238 }], | 3239 }], |
3239 ], | 3240 ], |
3240 } | 3241 } |
OLD | NEW |