Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Side by Side Diff: net/net.gypi

Issue 1668773003: Rename spdy_priority_tree* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | net/spdy/http2_write_scheduler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 'spdy/hpack/hpack_huffman_decoder.cc', 1109 'spdy/hpack/hpack_huffman_decoder.cc',
1110 'spdy/hpack/hpack_huffman_decoder.h', 1110 'spdy/hpack/hpack_huffman_decoder.h',
1111 'spdy/hpack/hpack_huffman_table.cc', 1111 'spdy/hpack/hpack_huffman_table.cc',
1112 'spdy/hpack/hpack_huffman_table.h', 1112 'spdy/hpack/hpack_huffman_table.h',
1113 'spdy/hpack/hpack_input_stream.cc', 1113 'spdy/hpack/hpack_input_stream.cc',
1114 'spdy/hpack/hpack_input_stream.h', 1114 'spdy/hpack/hpack_input_stream.h',
1115 'spdy/hpack/hpack_output_stream.cc', 1115 'spdy/hpack/hpack_output_stream.cc',
1116 'spdy/hpack/hpack_output_stream.h', 1116 'spdy/hpack/hpack_output_stream.h',
1117 'spdy/hpack/hpack_static_table.cc', 1117 'spdy/hpack/hpack_static_table.cc',
1118 'spdy/hpack/hpack_static_table.h', 1118 'spdy/hpack/hpack_static_table.h',
1119 'spdy/http2_write_scheduler.h',
1119 'spdy/priority_write_scheduler.h', 1120 'spdy/priority_write_scheduler.h',
1120 'spdy/spdy_alt_svc_wire_format.cc', 1121 'spdy/spdy_alt_svc_wire_format.cc',
1121 'spdy/spdy_alt_svc_wire_format.h', 1122 'spdy/spdy_alt_svc_wire_format.h',
1122 'spdy/spdy_bitmasks.h', 1123 'spdy/spdy_bitmasks.h',
1123 'spdy/spdy_buffer.cc', 1124 'spdy/spdy_buffer.cc',
1124 'spdy/spdy_buffer.h', 1125 'spdy/spdy_buffer.h',
1125 'spdy/spdy_buffer_producer.cc', 1126 'spdy/spdy_buffer_producer.cc',
1126 'spdy/spdy_buffer_producer.h', 1127 'spdy/spdy_buffer_producer.h',
1127 'spdy/spdy_frame_builder.cc', 1128 'spdy/spdy_frame_builder.cc',
1128 'spdy/spdy_frame_builder.h', 1129 'spdy/spdy_frame_builder.h',
1129 'spdy/spdy_frame_reader.cc', 1130 'spdy/spdy_frame_reader.cc',
1130 'spdy/spdy_frame_reader.h', 1131 'spdy/spdy_frame_reader.h',
1131 'spdy/spdy_framer.cc', 1132 'spdy/spdy_framer.cc',
1132 'spdy/spdy_framer.h', 1133 'spdy/spdy_framer.h',
1133 'spdy/spdy_header_block.cc', 1134 'spdy/spdy_header_block.cc',
1134 'spdy/spdy_header_block.h', 1135 'spdy/spdy_header_block.h',
1135 'spdy/spdy_headers_block_parser.cc', 1136 'spdy/spdy_headers_block_parser.cc',
1136 'spdy/spdy_headers_block_parser.h', 1137 'spdy/spdy_headers_block_parser.h',
1137 'spdy/spdy_headers_handler_interface.h', 1138 'spdy/spdy_headers_handler_interface.h',
1138 'spdy/spdy_http_stream.cc', 1139 'spdy/spdy_http_stream.cc',
1139 'spdy/spdy_http_stream.h', 1140 'spdy/spdy_http_stream.h',
1140 'spdy/spdy_http_utils.cc', 1141 'spdy/spdy_http_utils.cc',
1141 'spdy/spdy_http_utils.h', 1142 'spdy/spdy_http_utils.h',
1142 'spdy/spdy_pinnable_buffer_piece.cc', 1143 'spdy/spdy_pinnable_buffer_piece.cc',
1143 'spdy/spdy_pinnable_buffer_piece.h', 1144 'spdy/spdy_pinnable_buffer_piece.h',
1144 'spdy/spdy_prefixed_buffer_reader.cc', 1145 'spdy/spdy_prefixed_buffer_reader.cc',
1145 'spdy/spdy_prefixed_buffer_reader.h', 1146 'spdy/spdy_prefixed_buffer_reader.h',
1146 'spdy/spdy_priority_tree.h',
1147 'spdy/spdy_protocol.cc', 1147 'spdy/spdy_protocol.cc',
1148 'spdy/spdy_protocol.h', 1148 'spdy/spdy_protocol.h',
1149 'spdy/spdy_proxy_client_socket.cc', 1149 'spdy/spdy_proxy_client_socket.cc',
1150 'spdy/spdy_proxy_client_socket.h', 1150 'spdy/spdy_proxy_client_socket.h',
1151 'spdy/spdy_read_queue.cc', 1151 'spdy/spdy_read_queue.cc',
1152 'spdy/spdy_read_queue.h', 1152 'spdy/spdy_read_queue.h',
1153 'spdy/spdy_session.cc', 1153 'spdy/spdy_session.cc',
1154 'spdy/spdy_session.h', 1154 'spdy/spdy_session.h',
1155 'spdy/spdy_session_key.cc', 1155 'spdy/spdy_session_key.cc',
1156 'spdy/spdy_session_key.h', 1156 'spdy/spdy_session_key.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'spdy/hpack/hpack_decoder_test.cc', 1706 'spdy/hpack/hpack_decoder_test.cc',
1707 'spdy/hpack/hpack_encoder_test.cc', 1707 'spdy/hpack/hpack_encoder_test.cc',
1708 'spdy/hpack/hpack_entry_test.cc', 1708 'spdy/hpack/hpack_entry_test.cc',
1709 'spdy/hpack/hpack_header_table_test.cc', 1709 'spdy/hpack/hpack_header_table_test.cc',
1710 'spdy/hpack/hpack_huffman_decoder_test.cc', 1710 'spdy/hpack/hpack_huffman_decoder_test.cc',
1711 'spdy/hpack/hpack_huffman_table_test.cc', 1711 'spdy/hpack/hpack_huffman_table_test.cc',
1712 'spdy/hpack/hpack_input_stream_test.cc', 1712 'spdy/hpack/hpack_input_stream_test.cc',
1713 'spdy/hpack/hpack_output_stream_test.cc', 1713 'spdy/hpack/hpack_output_stream_test.cc',
1714 'spdy/hpack/hpack_round_trip_test.cc', 1714 'spdy/hpack/hpack_round_trip_test.cc',
1715 'spdy/hpack/hpack_static_table_test.cc', 1715 'spdy/hpack/hpack_static_table_test.cc',
1716 'spdy/http2_write_scheduler_test.cc',
1716 'spdy/mock_spdy_framer_visitor.cc', 1717 'spdy/mock_spdy_framer_visitor.cc',
1717 'spdy/mock_spdy_framer_visitor.h', 1718 'spdy/mock_spdy_framer_visitor.h',
1718 'spdy/priority_write_scheduler_test.cc', 1719 'spdy/priority_write_scheduler_test.cc',
1719 'spdy/spdy_alt_svc_wire_format_test.cc', 1720 'spdy/spdy_alt_svc_wire_format_test.cc',
1720 'spdy/spdy_buffer_unittest.cc', 1721 'spdy/spdy_buffer_unittest.cc',
1721 'spdy/spdy_frame_builder_test.cc', 1722 'spdy/spdy_frame_builder_test.cc',
1722 'spdy/spdy_frame_reader_test.cc', 1723 'spdy/spdy_frame_reader_test.cc',
1723 'spdy/spdy_framer_test.cc', 1724 'spdy/spdy_framer_test.cc',
1724 'spdy/spdy_header_block_test.cc', 1725 'spdy/spdy_header_block_test.cc',
1725 'spdy/spdy_headers_block_parser_test.cc', 1726 'spdy/spdy_headers_block_parser_test.cc',
1726 'spdy/spdy_http_stream_unittest.cc', 1727 'spdy/spdy_http_stream_unittest.cc',
1727 'spdy/spdy_http_utils_unittest.cc', 1728 'spdy/spdy_http_utils_unittest.cc',
1728 'spdy/spdy_network_transaction_unittest.cc', 1729 'spdy/spdy_network_transaction_unittest.cc',
1729 'spdy/spdy_pinnable_buffer_piece_test.cc', 1730 'spdy/spdy_pinnable_buffer_piece_test.cc',
1730 'spdy/spdy_prefixed_buffer_reader_test.cc', 1731 'spdy/spdy_prefixed_buffer_reader_test.cc',
1731 'spdy/spdy_priority_tree_test.cc',
1732 'spdy/spdy_protocol_test.cc', 1732 'spdy/spdy_protocol_test.cc',
1733 'spdy/spdy_proxy_client_socket_unittest.cc', 1733 'spdy/spdy_proxy_client_socket_unittest.cc',
1734 'spdy/spdy_read_queue_unittest.cc', 1734 'spdy/spdy_read_queue_unittest.cc',
1735 'spdy/spdy_session_pool_unittest.cc', 1735 'spdy/spdy_session_pool_unittest.cc',
1736 'spdy/spdy_session_test_util.cc', 1736 'spdy/spdy_session_test_util.cc',
1737 'spdy/spdy_session_test_util.h', 1737 'spdy/spdy_session_test_util.h',
1738 'spdy/spdy_session_unittest.cc', 1738 'spdy/spdy_session_unittest.cc',
1739 'spdy/spdy_stream_test_util.cc', 1739 'spdy/spdy_stream_test_util.cc',
1740 'spdy/spdy_stream_test_util.h', 1740 'spdy/spdy_stream_test_util.h',
1741 'spdy/spdy_stream_unittest.cc', 1741 'spdy/spdy_stream_unittest.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'docs/bug-triage-labels.md', 1970 'docs/bug-triage-labels.md',
1971 'docs/bug-triage-suggested-workflow.md', 1971 'docs/bug-triage-suggested-workflow.md',
1972 'docs/code-patterns.md', 1972 'docs/code-patterns.md',
1973 'docs/crash-course-in-net-internals.md', 1973 'docs/crash-course-in-net-internals.md',
1974 'docs/life-of-a-url-request.md', 1974 'docs/life-of-a-url-request.md',
1975 'sdch/README.md', 1975 'sdch/README.md',
1976 ], 1976 ],
1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1978 } 1978 }
1979 } 1979 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/http2_write_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698