| 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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 'spdy/spdy_headers_block_parser.cc', | 1090 'spdy/spdy_headers_block_parser.cc', |
| 1091 'spdy/spdy_headers_block_parser.h', | 1091 'spdy/spdy_headers_block_parser.h', |
| 1092 'spdy/spdy_http_stream.cc', | 1092 'spdy/spdy_http_stream.cc', |
| 1093 'spdy/spdy_http_stream.h', | 1093 'spdy/spdy_http_stream.h', |
| 1094 'spdy/spdy_http_utils.cc', | 1094 'spdy/spdy_http_utils.cc', |
| 1095 'spdy/spdy_http_utils.h', | 1095 'spdy/spdy_http_utils.h', |
| 1096 'spdy/spdy_pinnable_buffer_piece.cc', | 1096 'spdy/spdy_pinnable_buffer_piece.cc', |
| 1097 'spdy/spdy_pinnable_buffer_piece.h', | 1097 'spdy/spdy_pinnable_buffer_piece.h', |
| 1098 'spdy/spdy_prefixed_buffer_reader.cc', | 1098 'spdy/spdy_prefixed_buffer_reader.cc', |
| 1099 'spdy/spdy_prefixed_buffer_reader.h', | 1099 'spdy/spdy_prefixed_buffer_reader.h', |
| 1100 'spdy/spdy_priority_forest.h', | |
| 1101 'spdy/spdy_priority_tree.h', | 1100 'spdy/spdy_priority_tree.h', |
| 1102 'spdy/spdy_protocol.cc', | 1101 'spdy/spdy_protocol.cc', |
| 1103 'spdy/spdy_protocol.h', | 1102 'spdy/spdy_protocol.h', |
| 1104 'spdy/spdy_proxy_client_socket.cc', | 1103 'spdy/spdy_proxy_client_socket.cc', |
| 1105 'spdy/spdy_proxy_client_socket.h', | 1104 'spdy/spdy_proxy_client_socket.h', |
| 1106 'spdy/spdy_read_queue.cc', | 1105 'spdy/spdy_read_queue.cc', |
| 1107 'spdy/spdy_read_queue.h', | 1106 'spdy/spdy_read_queue.h', |
| 1108 'spdy/spdy_session.cc', | 1107 'spdy/spdy_session.cc', |
| 1109 'spdy/spdy_session.h', | 1108 'spdy/spdy_session.h', |
| 1110 'spdy/spdy_session_key.cc', | 1109 'spdy/spdy_session_key.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1672 'spdy/spdy_frame_builder_test.cc', | 1671 'spdy/spdy_frame_builder_test.cc', |
| 1673 'spdy/spdy_frame_reader_test.cc', | 1672 'spdy/spdy_frame_reader_test.cc', |
| 1674 'spdy/spdy_framer_test.cc', | 1673 'spdy/spdy_framer_test.cc', |
| 1675 'spdy/spdy_header_block_unittest.cc', | 1674 'spdy/spdy_header_block_unittest.cc', |
| 1676 'spdy/spdy_headers_block_parser_test.cc', | 1675 'spdy/spdy_headers_block_parser_test.cc', |
| 1677 'spdy/spdy_http_stream_unittest.cc', | 1676 'spdy/spdy_http_stream_unittest.cc', |
| 1678 'spdy/spdy_http_utils_unittest.cc', | 1677 'spdy/spdy_http_utils_unittest.cc', |
| 1679 'spdy/spdy_network_transaction_unittest.cc', | 1678 'spdy/spdy_network_transaction_unittest.cc', |
| 1680 'spdy/spdy_pinnable_buffer_piece_test.cc', | 1679 'spdy/spdy_pinnable_buffer_piece_test.cc', |
| 1681 'spdy/spdy_prefixed_buffer_reader_test.cc', | 1680 'spdy/spdy_prefixed_buffer_reader_test.cc', |
| 1682 'spdy/spdy_priority_forest_test.cc', | |
| 1683 'spdy/spdy_priority_tree_test.cc', | 1681 'spdy/spdy_priority_tree_test.cc', |
| 1684 'spdy/spdy_protocol_test.cc', | 1682 'spdy/spdy_protocol_test.cc', |
| 1685 'spdy/spdy_proxy_client_socket_unittest.cc', | 1683 'spdy/spdy_proxy_client_socket_unittest.cc', |
| 1686 'spdy/spdy_read_queue_unittest.cc', | 1684 'spdy/spdy_read_queue_unittest.cc', |
| 1687 'spdy/spdy_session_pool_unittest.cc', | 1685 'spdy/spdy_session_pool_unittest.cc', |
| 1688 'spdy/spdy_session_test_util.cc', | 1686 'spdy/spdy_session_test_util.cc', |
| 1689 'spdy/spdy_session_test_util.h', | 1687 'spdy/spdy_session_test_util.h', |
| 1690 'spdy/spdy_session_unittest.cc', | 1688 'spdy/spdy_session_unittest.cc', |
| 1691 'spdy/spdy_stream_test_util.cc', | 1689 'spdy/spdy_stream_test_util.cc', |
| 1692 'spdy/spdy_stream_test_util.h', | 1690 'spdy/spdy_stream_test_util.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'base/mac/url_conversions_unittest.mm', | 1816 'base/mac/url_conversions_unittest.mm', |
| 1819 ], | 1817 ], |
| 1820 'net_docs_script': 'tools/net_docs/net_docs.py', | 1818 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1821 'net_docs_sources': [ | 1819 'net_docs_sources': [ |
| 1822 'README.md', | 1820 'README.md', |
| 1823 'sdch/README.md', | 1821 'sdch/README.md', |
| 1824 ], | 1822 ], |
| 1825 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1823 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1826 } | 1824 } |
| 1827 } | 1825 } |
| OLD | NEW |