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

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: 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'spdy/hpack/hpack_huffman_decoder.h', 1126 'spdy/hpack/hpack_huffman_decoder.h',
1127 'spdy/hpack/hpack_huffman_table.cc', 1127 'spdy/hpack/hpack_huffman_table.cc',
1128 'spdy/hpack/hpack_huffman_table.h', 1128 'spdy/hpack/hpack_huffman_table.h',
1129 'spdy/hpack/hpack_input_stream.cc', 1129 'spdy/hpack/hpack_input_stream.cc',
1130 'spdy/hpack/hpack_input_stream.h', 1130 'spdy/hpack/hpack_input_stream.h',
1131 'spdy/hpack/hpack_output_stream.cc', 1131 'spdy/hpack/hpack_output_stream.cc',
1132 'spdy/hpack/hpack_output_stream.h', 1132 'spdy/hpack/hpack_output_stream.h',
1133 'spdy/hpack/hpack_static_table.cc', 1133 'spdy/hpack/hpack_static_table.cc',
1134 'spdy/hpack/hpack_static_table.h', 1134 'spdy/hpack/hpack_static_table.h',
1135 'spdy/http2_write_scheduler.h', 1135 'spdy/http2_write_scheduler.h',
1136 'spdy/http2_priority_dependencies.h',
1137 'spdy/http2_priority_dependencies.cc',
1136 'spdy/priority_write_scheduler.h', 1138 'spdy/priority_write_scheduler.h',
1137 'spdy/spdy_alt_svc_wire_format.cc', 1139 'spdy/spdy_alt_svc_wire_format.cc',
1138 'spdy/spdy_alt_svc_wire_format.h', 1140 'spdy/spdy_alt_svc_wire_format.h',
1139 'spdy/spdy_bitmasks.h', 1141 'spdy/spdy_bitmasks.h',
1140 'spdy/spdy_buffer.cc', 1142 'spdy/spdy_buffer.cc',
1141 'spdy/spdy_buffer.h', 1143 'spdy/spdy_buffer.h',
1142 'spdy/spdy_buffer_producer.cc', 1144 'spdy/spdy_buffer_producer.cc',
1143 'spdy/spdy_buffer_producer.h', 1145 'spdy/spdy_buffer_producer.h',
1144 'spdy/spdy_frame_builder.cc', 1146 'spdy/spdy_frame_builder.cc',
1145 'spdy/spdy_frame_builder.h', 1147 'spdy/spdy_frame_builder.h',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 'spdy/hpack/hpack_encoder_test.cc', 1731 'spdy/hpack/hpack_encoder_test.cc',
1730 'spdy/hpack/hpack_entry_test.cc', 1732 'spdy/hpack/hpack_entry_test.cc',
1731 'spdy/hpack/hpack_header_table_test.cc', 1733 'spdy/hpack/hpack_header_table_test.cc',
1732 'spdy/hpack/hpack_huffman_decoder_test.cc', 1734 'spdy/hpack/hpack_huffman_decoder_test.cc',
1733 'spdy/hpack/hpack_huffman_table_test.cc', 1735 'spdy/hpack/hpack_huffman_table_test.cc',
1734 'spdy/hpack/hpack_input_stream_test.cc', 1736 'spdy/hpack/hpack_input_stream_test.cc',
1735 'spdy/hpack/hpack_output_stream_test.cc', 1737 'spdy/hpack/hpack_output_stream_test.cc',
1736 'spdy/hpack/hpack_round_trip_test.cc', 1738 'spdy/hpack/hpack_round_trip_test.cc',
1737 'spdy/hpack/hpack_static_table_test.cc', 1739 'spdy/hpack/hpack_static_table_test.cc',
1738 'spdy/http2_write_scheduler_test.cc', 1740 'spdy/http2_write_scheduler_test.cc',
1741 'spdy/http2_priority_dependencies_unittest.cc',
1739 'spdy/mock_spdy_framer_visitor.cc', 1742 'spdy/mock_spdy_framer_visitor.cc',
1740 'spdy/mock_spdy_framer_visitor.h', 1743 'spdy/mock_spdy_framer_visitor.h',
1741 'spdy/priority_write_scheduler_test.cc', 1744 'spdy/priority_write_scheduler_test.cc',
1742 'spdy/spdy_alt_svc_wire_format_test.cc', 1745 'spdy/spdy_alt_svc_wire_format_test.cc',
1743 'spdy/spdy_buffer_unittest.cc', 1746 'spdy/spdy_buffer_unittest.cc',
1744 'spdy/spdy_frame_builder_test.cc', 1747 'spdy/spdy_frame_builder_test.cc',
1745 'spdy/spdy_frame_reader_test.cc', 1748 'spdy/spdy_frame_reader_test.cc',
1746 'spdy/spdy_framer_test.cc', 1749 'spdy/spdy_framer_test.cc',
1747 'spdy/spdy_header_block_test.cc', 1750 'spdy/spdy_header_block_test.cc',
1748 'spdy/spdy_headers_block_parser_test.cc', 1751 'spdy/spdy_headers_block_parser_test.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1994 'docs/bug-triage-labels.md', 1997 'docs/bug-triage-labels.md',
1995 'docs/bug-triage-suggested-workflow.md', 1998 'docs/bug-triage-suggested-workflow.md',
1996 'docs/code-patterns.md', 1999 'docs/code-patterns.md',
1997 'docs/crash-course-in-net-internals.md', 2000 'docs/crash-course-in-net-internals.md',
1998 'docs/life-of-a-url-request.md', 2001 'docs/life-of-a-url-request.md',
1999 'sdch/README.md', 2002 'sdch/README.md',
2000 ], 2003 ],
2001 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2004 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2002 } 2005 }
2003 } 2006 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698