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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 'spdy/spdy_framer.cc', | 838 'spdy/spdy_framer.cc', |
839 'spdy/spdy_framer.h', | 839 'spdy/spdy_framer.h', |
840 'spdy/spdy_header_block.cc', | 840 'spdy/spdy_header_block.cc', |
841 'spdy/spdy_header_block.h', | 841 'spdy/spdy_header_block.h', |
842 'spdy/spdy_http_stream.cc', | 842 'spdy/spdy_http_stream.cc', |
843 'spdy/spdy_http_stream.h', | 843 'spdy/spdy_http_stream.h', |
844 'spdy/spdy_http_utils.cc', | 844 'spdy/spdy_http_utils.cc', |
845 'spdy/spdy_http_utils.h', | 845 'spdy/spdy_http_utils.h', |
846 'spdy/spdy_io_buffer.cc', | 846 'spdy/spdy_io_buffer.cc', |
847 'spdy/spdy_io_buffer.h', | 847 'spdy/spdy_io_buffer.h', |
| 848 'spdy/spdy_priority_forest.h', |
848 'spdy/spdy_protocol.cc', | 849 'spdy/spdy_protocol.cc', |
849 'spdy/spdy_protocol.h', | 850 'spdy/spdy_protocol.h', |
850 'spdy/spdy_proxy_client_socket.cc', | 851 'spdy/spdy_proxy_client_socket.cc', |
851 'spdy/spdy_proxy_client_socket.h', | 852 'spdy/spdy_proxy_client_socket.h', |
852 'spdy/spdy_session.cc', | 853 'spdy/spdy_session.cc', |
853 'spdy/spdy_session.h', | 854 'spdy/spdy_session.h', |
854 'spdy/spdy_session_pool.cc', | 855 'spdy/spdy_session_pool.cc', |
855 'spdy/spdy_session_pool.h', | 856 'spdy/spdy_session_pool.h', |
856 'spdy/spdy_stream.cc', | 857 'spdy/spdy_stream.cc', |
857 'spdy/spdy_stream.h', | 858 'spdy/spdy_stream.h', |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1623 'spdy/spdy_credential_state_unittest.cc', | 1624 'spdy/spdy_credential_state_unittest.cc', |
1624 'spdy/spdy_frame_builder_test.cc', | 1625 'spdy/spdy_frame_builder_test.cc', |
1625 'spdy/spdy_frame_reader_test.cc', | 1626 'spdy/spdy_frame_reader_test.cc', |
1626 'spdy/spdy_framer_test.cc', | 1627 'spdy/spdy_framer_test.cc', |
1627 'spdy/spdy_header_block_unittest.cc', | 1628 'spdy/spdy_header_block_unittest.cc', |
1628 'spdy/spdy_http_stream_spdy3_unittest.cc', | 1629 'spdy/spdy_http_stream_spdy3_unittest.cc', |
1629 'spdy/spdy_http_stream_spdy2_unittest.cc', | 1630 'spdy/spdy_http_stream_spdy2_unittest.cc', |
1630 'spdy/spdy_http_utils_unittest.cc', | 1631 'spdy/spdy_http_utils_unittest.cc', |
1631 'spdy/spdy_network_transaction_spdy3_unittest.cc', | 1632 'spdy/spdy_network_transaction_spdy3_unittest.cc', |
1632 'spdy/spdy_network_transaction_spdy2_unittest.cc', | 1633 'spdy/spdy_network_transaction_spdy2_unittest.cc', |
| 1634 'spdy/spdy_priority_forest_test.cc', |
1633 'spdy/spdy_protocol_test.cc', | 1635 'spdy/spdy_protocol_test.cc', |
1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', | 1636 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', |
1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', | 1637 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', |
1636 'spdy/spdy_session_spdy3_unittest.cc', | 1638 'spdy/spdy_session_spdy3_unittest.cc', |
1637 'spdy/spdy_session_spdy2_unittest.cc', | 1639 'spdy/spdy_session_spdy2_unittest.cc', |
1638 'spdy/spdy_stream_spdy3_unittest.cc', | 1640 'spdy/spdy_stream_spdy3_unittest.cc', |
1639 'spdy/spdy_stream_spdy2_unittest.cc', | 1641 'spdy/spdy_stream_spdy2_unittest.cc', |
1640 'spdy/spdy_stream_test_util.cc', | 1642 'spdy/spdy_stream_test_util.cc', |
1641 'spdy/spdy_stream_test_util.h', | 1643 'spdy/spdy_stream_test_util.h', |
1642 'spdy/spdy_test_util_common.cc', | 1644 'spdy/spdy_test_util_common.cc', |
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2708 '--result', '<@(_outputs)', | 2710 '--result', '<@(_outputs)', |
2709 '--isolate', 'net_unittests.isolate', | 2711 '--isolate', 'net_unittests.isolate', |
2710 ], | 2712 ], |
2711 }, | 2713 }, |
2712 ], | 2714 ], |
2713 }, | 2715 }, |
2714 ], | 2716 ], |
2715 }], | 2717 }], |
2716 ], | 2718 ], |
2717 } | 2719 } |
OLD | NEW |