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 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1688 'spdy/spdy_http_stream_spdy2_unittest.cc', | 1688 'spdy/spdy_http_stream_spdy2_unittest.cc', |
1689 'spdy/spdy_http_utils_unittest.cc', | 1689 'spdy/spdy_http_utils_unittest.cc', |
1690 'spdy/spdy_network_transaction_spdy3_unittest.cc', | 1690 'spdy/spdy_network_transaction_spdy3_unittest.cc', |
1691 'spdy/spdy_network_transaction_spdy2_unittest.cc', | 1691 'spdy/spdy_network_transaction_spdy2_unittest.cc', |
1692 'spdy/spdy_priority_forest_test.cc', | 1692 'spdy/spdy_priority_forest_test.cc', |
1693 'spdy/spdy_protocol_test.cc', | 1693 'spdy/spdy_protocol_test.cc', |
1694 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', | 1694 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', |
1695 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', | 1695 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', |
1696 'spdy/spdy_session_spdy3_unittest.cc', | 1696 'spdy/spdy_session_spdy3_unittest.cc', |
1697 'spdy/spdy_session_spdy2_unittest.cc', | 1697 'spdy/spdy_session_spdy2_unittest.cc', |
| 1698 'spdy/spdy_session_test_util.cc', |
| 1699 'spdy/spdy_session_test_util.h', |
1698 'spdy/spdy_stream_spdy3_unittest.cc', | 1700 'spdy/spdy_stream_spdy3_unittest.cc', |
1699 'spdy/spdy_stream_spdy2_unittest.cc', | 1701 'spdy/spdy_stream_spdy2_unittest.cc', |
1700 'spdy/spdy_stream_test_util.cc', | 1702 'spdy/spdy_stream_test_util.cc', |
1701 'spdy/spdy_stream_test_util.h', | 1703 'spdy/spdy_stream_test_util.h', |
1702 'spdy/spdy_test_util_common.cc', | 1704 'spdy/spdy_test_util_common.cc', |
1703 'spdy/spdy_test_util_common.h', | 1705 'spdy/spdy_test_util_common.h', |
1704 'spdy/spdy_test_util_spdy3.cc', | 1706 'spdy/spdy_test_util_spdy3.cc', |
1705 'spdy/spdy_test_util_spdy3.h', | 1707 'spdy/spdy_test_util_spdy3.h', |
1706 'spdy/spdy_test_util_spdy2.cc', | 1708 'spdy/spdy_test_util_spdy2.cc', |
1707 'spdy/spdy_test_util_spdy2.h', | 1709 'spdy/spdy_test_util_spdy2.h', |
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 '--result', '<@(_outputs)', | 2800 '--result', '<@(_outputs)', |
2799 '--isolate', 'net_unittests.isolate', | 2801 '--isolate', 'net_unittests.isolate', |
2800 ], | 2802 ], |
2801 }, | 2803 }, |
2802 ], | 2804 ], |
2803 }, | 2805 }, |
2804 ], | 2806 ], |
2805 }], | 2807 }], |
2806 ], | 2808 ], |
2807 } | 2809 } |
OLD | NEW |