| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1565 'socket_stream/socket_stream_metrics_unittest.cc', | 1565 'socket_stream/socket_stream_metrics_unittest.cc', |
| 1566 'socket_stream/socket_stream_unittest.cc', | 1566 'socket_stream/socket_stream_unittest.cc', |
| 1567 'spdy/buffered_spdy_framer_unittest.cc', | 1567 'spdy/buffered_spdy_framer_unittest.cc', |
| 1568 'spdy/hpack_decoder_test.cc', | 1568 'spdy/hpack_decoder_test.cc', |
| 1569 'spdy/hpack_encoder_test.cc', | 1569 'spdy/hpack_encoder_test.cc', |
| 1570 'spdy/hpack_entry_test.cc', | 1570 'spdy/hpack_entry_test.cc', |
| 1571 'spdy/hpack_header_table_test.cc', | 1571 'spdy/hpack_header_table_test.cc', |
| 1572 'spdy/hpack_huffman_table_test.cc', | 1572 'spdy/hpack_huffman_table_test.cc', |
| 1573 'spdy/hpack_input_stream_test.cc', | 1573 'spdy/hpack_input_stream_test.cc', |
| 1574 'spdy/hpack_output_stream_test.cc', | 1574 'spdy/hpack_output_stream_test.cc', |
| 1575 'spdy/hpack_round_trip_test.cc', |
| 1575 'spdy/hpack_string_util_test.cc', | 1576 'spdy/hpack_string_util_test.cc', |
| 1576 'spdy/mock_spdy_framer_visitor.cc', | 1577 'spdy/mock_spdy_framer_visitor.cc', |
| 1577 'spdy/mock_spdy_framer_visitor.h', | 1578 'spdy/mock_spdy_framer_visitor.h', |
| 1578 'spdy/spdy_buffer_unittest.cc', | 1579 'spdy/spdy_buffer_unittest.cc', |
| 1579 'spdy/spdy_frame_builder_test.cc', | 1580 'spdy/spdy_frame_builder_test.cc', |
| 1580 'spdy/spdy_frame_reader_test.cc', | 1581 'spdy/spdy_frame_reader_test.cc', |
| 1581 'spdy/spdy_framer_test.cc', | 1582 'spdy/spdy_framer_test.cc', |
| 1582 'spdy/spdy_header_block_unittest.cc', | 1583 'spdy/spdy_header_block_unittest.cc', |
| 1583 'spdy/spdy_headers_block_parser_test.cc', | 1584 'spdy/spdy_headers_block_parser_test.cc', |
| 1584 'spdy/spdy_http_stream_unittest.cc', | 1585 'spdy/spdy_http_stream_unittest.cc', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1707 'tools/quic/test_tools/quic_test_client.h', | 1708 'tools/quic/test_tools/quic_test_client.h', |
| 1708 'tools/quic/test_tools/quic_test_utils.cc', | 1709 'tools/quic/test_tools/quic_test_utils.cc', |
| 1709 'tools/quic/test_tools/quic_test_utils.h', | 1710 'tools/quic/test_tools/quic_test_utils.h', |
| 1710 'tools/quic/test_tools/server_thread.h', | 1711 'tools/quic/test_tools/server_thread.h', |
| 1711 'tools/quic/test_tools/server_thread.cc', | 1712 'tools/quic/test_tools/server_thread.cc', |
| 1712 'tools/quic/test_tools/simple_client.h', | 1713 'tools/quic/test_tools/simple_client.h', |
| 1713 'tools/quic/test_tools/simple_client.cc', | 1714 'tools/quic/test_tools/simple_client.cc', |
| 1714 ], | 1715 ], |
| 1715 } | 1716 } |
| 1716 } | 1717 } |
| OLD | NEW |