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

Side by Side Diff: net/net.gypi

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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
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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 'spdy/hpack/hpack_huffman_decoder.h', 1131 'spdy/hpack/hpack_huffman_decoder.h',
1132 'spdy/hpack/hpack_huffman_table.cc', 1132 'spdy/hpack/hpack_huffman_table.cc',
1133 'spdy/hpack/hpack_huffman_table.h', 1133 'spdy/hpack/hpack_huffman_table.h',
1134 'spdy/hpack/hpack_input_stream.cc', 1134 'spdy/hpack/hpack_input_stream.cc',
1135 'spdy/hpack/hpack_input_stream.h', 1135 'spdy/hpack/hpack_input_stream.h',
1136 'spdy/hpack/hpack_output_stream.cc', 1136 'spdy/hpack/hpack_output_stream.cc',
1137 'spdy/hpack/hpack_output_stream.h', 1137 'spdy/hpack/hpack_output_stream.h',
1138 'spdy/hpack/hpack_static_table.cc', 1138 'spdy/hpack/hpack_static_table.cc',
1139 'spdy/hpack/hpack_static_table.h', 1139 'spdy/hpack/hpack_static_table.h',
1140 'spdy/http2_write_scheduler.h', 1140 'spdy/http2_write_scheduler.h',
1141 'spdy/http2_priority_dependencies.h',
1142 'spdy/http2_priority_dependencies.cc',
1141 'spdy/priority_write_scheduler.h', 1143 'spdy/priority_write_scheduler.h',
1142 'spdy/spdy_alt_svc_wire_format.cc', 1144 'spdy/spdy_alt_svc_wire_format.cc',
1143 'spdy/spdy_alt_svc_wire_format.h', 1145 'spdy/spdy_alt_svc_wire_format.h',
1144 'spdy/spdy_bitmasks.h', 1146 'spdy/spdy_bitmasks.h',
1145 'spdy/spdy_buffer.cc', 1147 'spdy/spdy_buffer.cc',
1146 'spdy/spdy_buffer.h', 1148 'spdy/spdy_buffer.h',
1147 'spdy/spdy_buffer_producer.cc', 1149 'spdy/spdy_buffer_producer.cc',
1148 'spdy/spdy_buffer_producer.h', 1150 'spdy/spdy_buffer_producer.h',
1149 'spdy/spdy_frame_builder.cc', 1151 'spdy/spdy_frame_builder.cc',
1150 'spdy/spdy_frame_builder.h', 1152 'spdy/spdy_frame_builder.h',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 'spdy/hpack/hpack_encoder_test.cc', 1749 'spdy/hpack/hpack_encoder_test.cc',
1748 'spdy/hpack/hpack_entry_test.cc', 1750 'spdy/hpack/hpack_entry_test.cc',
1749 'spdy/hpack/hpack_header_table_test.cc', 1751 'spdy/hpack/hpack_header_table_test.cc',
1750 'spdy/hpack/hpack_huffman_decoder_test.cc', 1752 'spdy/hpack/hpack_huffman_decoder_test.cc',
1751 'spdy/hpack/hpack_huffman_table_test.cc', 1753 'spdy/hpack/hpack_huffman_table_test.cc',
1752 'spdy/hpack/hpack_input_stream_test.cc', 1754 'spdy/hpack/hpack_input_stream_test.cc',
1753 'spdy/hpack/hpack_output_stream_test.cc', 1755 'spdy/hpack/hpack_output_stream_test.cc',
1754 'spdy/hpack/hpack_round_trip_test.cc', 1756 'spdy/hpack/hpack_round_trip_test.cc',
1755 'spdy/hpack/hpack_static_table_test.cc', 1757 'spdy/hpack/hpack_static_table_test.cc',
1756 'spdy/http2_write_scheduler_test.cc', 1758 'spdy/http2_write_scheduler_test.cc',
1759 'spdy/http2_priority_dependencies_unittest.cc',
1757 'spdy/mock_spdy_framer_visitor.cc', 1760 'spdy/mock_spdy_framer_visitor.cc',
1758 'spdy/mock_spdy_framer_visitor.h', 1761 'spdy/mock_spdy_framer_visitor.h',
1759 'spdy/priority_write_scheduler_test.cc', 1762 'spdy/priority_write_scheduler_test.cc',
1760 'spdy/spdy_alt_svc_wire_format_test.cc', 1763 'spdy/spdy_alt_svc_wire_format_test.cc',
1761 'spdy/spdy_buffer_unittest.cc', 1764 'spdy/spdy_buffer_unittest.cc',
1762 'spdy/spdy_frame_builder_test.cc', 1765 'spdy/spdy_frame_builder_test.cc',
1763 'spdy/spdy_frame_reader_test.cc', 1766 'spdy/spdy_frame_reader_test.cc',
1764 'spdy/spdy_framer_test.cc', 1767 'spdy/spdy_framer_test.cc',
1765 'spdy/spdy_header_block_test.cc', 1768 'spdy/spdy_header_block_test.cc',
1766 'spdy/spdy_headers_block_parser_test.cc', 1769 'spdy/spdy_headers_block_parser_test.cc',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'docs/bug-triage-labels.md', 2005 'docs/bug-triage-labels.md',
2003 'docs/bug-triage-suggested-workflow.md', 2006 'docs/bug-triage-suggested-workflow.md',
2004 'docs/code-patterns.md', 2007 'docs/code-patterns.md',
2005 'docs/crash-course-in-net-internals.md', 2008 'docs/crash-course-in-net-internals.md',
2006 'docs/life-of-a-url-request.md', 2009 'docs/life-of-a-url-request.md',
2007 'sdch/README.md', 2010 'sdch/README.md',
2008 ], 2011 ],
2009 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2010 } 2013 }
2011 } 2014 }
OLDNEW
« no previous file with comments | « net/http/http_proxy_client_socket_pool_unittest.cc ('k') | net/spdy/http2_priority_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698