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 'conditions': [ | 10 'conditions': [ |
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1628 'spdy/spdy_http_stream_spdy3_unittest.cc', | 1628 'spdy/spdy_http_stream_spdy3_unittest.cc', |
1629 'spdy/spdy_http_stream_spdy2_unittest.cc', | 1629 'spdy/spdy_http_stream_spdy2_unittest.cc', |
1630 'spdy/spdy_http_utils_unittest.cc', | 1630 'spdy/spdy_http_utils_unittest.cc', |
1631 'spdy/spdy_network_transaction_spdy3_unittest.cc', | 1631 'spdy/spdy_network_transaction_spdy3_unittest.cc', |
1632 'spdy/spdy_network_transaction_spdy2_unittest.cc', | 1632 'spdy/spdy_network_transaction_spdy2_unittest.cc', |
1633 'spdy/spdy_protocol_test.cc', | 1633 'spdy/spdy_protocol_test.cc', |
1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', | 1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', |
1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', | 1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', |
1636 'spdy/spdy_session_spdy3_unittest.cc', | 1636 'spdy/spdy_session_spdy3_unittest.cc', |
1637 'spdy/spdy_session_spdy2_unittest.cc', | 1637 'spdy/spdy_session_spdy2_unittest.cc', |
1638 'spdy/spdy_session_test_util.cc', | |
1639 'spdy/spdy_session_test_util.h', | |
1640 'spdy/spdy_stream_spdy3_unittest.cc', | 1638 'spdy/spdy_stream_spdy3_unittest.cc', |
1641 'spdy/spdy_stream_spdy2_unittest.cc', | 1639 'spdy/spdy_stream_spdy2_unittest.cc', |
1642 'spdy/spdy_stream_test_util.cc', | 1640 'spdy/spdy_stream_test_util.cc', |
1643 'spdy/spdy_stream_test_util.h', | 1641 'spdy/spdy_stream_test_util.h', |
1644 'spdy/spdy_test_util_common.cc', | 1642 'spdy/spdy_test_util_common.cc', |
1645 'spdy/spdy_test_util_common.h', | 1643 'spdy/spdy_test_util_common.h', |
1646 'spdy/spdy_test_util_spdy3.cc', | 1644 'spdy/spdy_test_util_spdy3.cc', |
1647 'spdy/spdy_test_util_spdy3.h', | 1645 'spdy/spdy_test_util_spdy3.h', |
1648 'spdy/spdy_test_util_spdy2.cc', | 1646 'spdy/spdy_test_util_spdy2.cc', |
1649 'spdy/spdy_test_util_spdy2.h', | 1647 'spdy/spdy_test_util_spdy2.h', |
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2710 '--result', '<@(_outputs)', | 2708 '--result', '<@(_outputs)', |
2711 '--isolate', 'net_unittests.isolate', | 2709 '--isolate', 'net_unittests.isolate', |
2712 ], | 2710 ], |
2713 }, | 2711 }, |
2714 ], | 2712 ], |
2715 }, | 2713 }, |
2716 ], | 2714 ], |
2717 }], | 2715 }], |
2718 ], | 2716 ], |
2719 } | 2717 } |
OLD | NEW |