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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'quic/crypto/quic_random.cc', | 727 'quic/crypto/quic_random.cc', |
728 'quic/crypto/quic_random.h', | 728 'quic/crypto/quic_random.h', |
729 'quic/crypto/scoped_evp_cipher_ctx.h', | 729 'quic/crypto/scoped_evp_cipher_ctx.h', |
730 'quic/crypto/strike_register.cc', | 730 'quic/crypto/strike_register.cc', |
731 'quic/crypto/strike_register.h', | 731 'quic/crypto/strike_register.h', |
732 'quic/quic_bandwidth.cc', | 732 'quic/quic_bandwidth.cc', |
733 'quic/quic_bandwidth.h', | 733 'quic/quic_bandwidth.h', |
734 'quic/quic_blocked_writer_interface.h', | 734 'quic/quic_blocked_writer_interface.h', |
735 'quic/quic_client_session.cc', | 735 'quic/quic_client_session.cc', |
736 'quic/quic_client_session.h', | 736 'quic/quic_client_session.h', |
| 737 'quic/quic_config.cc', |
| 738 'quic/quic_config.h', |
737 'quic/quic_crypto_client_stream.cc', | 739 'quic/quic_crypto_client_stream.cc', |
738 'quic/quic_crypto_client_stream.h', | 740 'quic/quic_crypto_client_stream.h', |
739 'quic/quic_crypto_client_stream_factory.h', | 741 'quic/quic_crypto_client_stream_factory.h', |
740 'quic/quic_crypto_server_stream.cc', | 742 'quic/quic_crypto_server_stream.cc', |
741 'quic/quic_crypto_server_stream.h', | 743 'quic/quic_crypto_server_stream.h', |
742 'quic/quic_crypto_stream.cc', | 744 'quic/quic_crypto_stream.cc', |
743 'quic/quic_crypto_stream.h', | 745 'quic/quic_crypto_stream.h', |
744 'quic/quic_clock.cc', | 746 'quic/quic_clock.cc', |
745 'quic/quic_clock.h', | 747 'quic/quic_clock.h', |
746 'quic/quic_connection.cc', | 748 'quic/quic_connection.cc', |
(...skipping 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2804 '--result', '<@(_outputs)', | 2806 '--result', '<@(_outputs)', |
2805 '--isolate', 'net_unittests.isolate', | 2807 '--isolate', 'net_unittests.isolate', |
2806 ], | 2808 ], |
2807 }, | 2809 }, |
2808 ], | 2810 ], |
2809 }, | 2811 }, |
2810 ], | 2812 ], |
2811 }], | 2813 }], |
2812 ], | 2814 ], |
2813 } | 2815 } |
OLD | NEW |