| 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'spdy/hpack_huffman_table.h', | 1065 'spdy/hpack_huffman_table.h', |
| 1066 'spdy/hpack_input_stream.cc', | 1066 'spdy/hpack_input_stream.cc', |
| 1067 'spdy/hpack_input_stream.h', | 1067 'spdy/hpack_input_stream.h', |
| 1068 'spdy/hpack_output_stream.cc', | 1068 'spdy/hpack_output_stream.cc', |
| 1069 'spdy/hpack_output_stream.h', | 1069 'spdy/hpack_output_stream.h', |
| 1070 'spdy/hpack_static_table.cc', | 1070 'spdy/hpack_static_table.cc', |
| 1071 'spdy/hpack_static_table.h', | 1071 'spdy/hpack_static_table.h', |
| 1072 'spdy/hpack_string_util.cc', | 1072 'spdy/hpack_string_util.cc', |
| 1073 'spdy/hpack_string_util.h', | 1073 'spdy/hpack_string_util.h', |
| 1074 'spdy/spdy_bitmasks.h', | 1074 'spdy/spdy_bitmasks.h', |
| 1075 'spdy/spdy_alt_svc_wire_format.h', |
| 1076 'spdy/spdy_alt_svc_wire_format.cc', |
| 1075 'spdy/spdy_buffer.cc', | 1077 'spdy/spdy_buffer.cc', |
| 1076 'spdy/spdy_buffer.h', | 1078 'spdy/spdy_buffer.h', |
| 1077 'spdy/spdy_buffer_producer.cc', | 1079 'spdy/spdy_buffer_producer.cc', |
| 1078 'spdy/spdy_buffer_producer.h', | 1080 'spdy/spdy_buffer_producer.h', |
| 1079 'spdy/spdy_frame_builder.cc', | 1081 'spdy/spdy_frame_builder.cc', |
| 1080 'spdy/spdy_frame_builder.h', | 1082 'spdy/spdy_frame_builder.h', |
| 1081 'spdy/spdy_frame_reader.cc', | 1083 'spdy/spdy_frame_reader.cc', |
| 1082 'spdy/spdy_frame_reader.h', | 1084 'spdy/spdy_frame_reader.h', |
| 1083 'spdy/spdy_framer.cc', | 1085 'spdy/spdy_framer.cc', |
| 1084 'spdy/spdy_framer.h', | 1086 'spdy/spdy_framer.h', |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1661 'spdy/hpack_entry_test.cc', | 1663 'spdy/hpack_entry_test.cc', |
| 1662 'spdy/hpack_header_table_test.cc', | 1664 'spdy/hpack_header_table_test.cc', |
| 1663 'spdy/hpack_huffman_table_test.cc', | 1665 'spdy/hpack_huffman_table_test.cc', |
| 1664 'spdy/hpack_input_stream_test.cc', | 1666 'spdy/hpack_input_stream_test.cc', |
| 1665 'spdy/hpack_output_stream_test.cc', | 1667 'spdy/hpack_output_stream_test.cc', |
| 1666 'spdy/hpack_round_trip_test.cc', | 1668 'spdy/hpack_round_trip_test.cc', |
| 1667 'spdy/hpack_static_table_test.cc', | 1669 'spdy/hpack_static_table_test.cc', |
| 1668 'spdy/hpack_string_util_test.cc', | 1670 'spdy/hpack_string_util_test.cc', |
| 1669 'spdy/mock_spdy_framer_visitor.cc', | 1671 'spdy/mock_spdy_framer_visitor.cc', |
| 1670 'spdy/mock_spdy_framer_visitor.h', | 1672 'spdy/mock_spdy_framer_visitor.h', |
| 1673 'spdy/spdy_alt_svc_wire_format_test.cc', |
| 1671 'spdy/spdy_buffer_unittest.cc', | 1674 'spdy/spdy_buffer_unittest.cc', |
| 1672 'spdy/spdy_frame_builder_test.cc', | 1675 'spdy/spdy_frame_builder_test.cc', |
| 1673 'spdy/spdy_frame_reader_test.cc', | 1676 'spdy/spdy_frame_reader_test.cc', |
| 1674 'spdy/spdy_framer_test.cc', | 1677 'spdy/spdy_framer_test.cc', |
| 1675 'spdy/spdy_header_block_unittest.cc', | 1678 'spdy/spdy_header_block_unittest.cc', |
| 1676 'spdy/spdy_headers_block_parser_test.cc', | 1679 'spdy/spdy_headers_block_parser_test.cc', |
| 1677 'spdy/spdy_http_stream_unittest.cc', | 1680 'spdy/spdy_http_stream_unittest.cc', |
| 1678 'spdy/spdy_http_utils_unittest.cc', | 1681 'spdy/spdy_http_utils_unittest.cc', |
| 1679 'spdy/spdy_network_transaction_unittest.cc', | 1682 'spdy/spdy_network_transaction_unittest.cc', |
| 1680 'spdy/spdy_pinnable_buffer_piece_test.cc', | 1683 'spdy/spdy_pinnable_buffer_piece_test.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 'base/mac/url_conversions_unittest.mm', | 1819 'base/mac/url_conversions_unittest.mm', |
| 1817 ], | 1820 ], |
| 1818 'net_docs_script': 'tools/net_docs/net_docs.py', | 1821 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1819 'net_docs_sources': [ | 1822 'net_docs_sources': [ |
| 1820 'README.md', | 1823 'README.md', |
| 1821 'sdch/README.md', | 1824 'sdch/README.md', |
| 1822 ], | 1825 ], |
| 1823 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1826 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1824 } | 1827 } |
| 1825 } | 1828 } |
| OLD | NEW |