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

Side by Side Diff: net/net.gypi

Issue 549583003: Make HPACK static table static and immutable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/hpack_constants.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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'spdy/hpack_header_table.cc', 1022 'spdy/hpack_header_table.cc',
1023 'spdy/hpack_header_table.h', 1023 'spdy/hpack_header_table.h',
1024 'spdy/hpack_huffman_aggregator.cc', 1024 'spdy/hpack_huffman_aggregator.cc',
1025 'spdy/hpack_huffman_aggregator.h', 1025 'spdy/hpack_huffman_aggregator.h',
1026 'spdy/hpack_huffman_table.cc', 1026 'spdy/hpack_huffman_table.cc',
1027 'spdy/hpack_huffman_table.h', 1027 'spdy/hpack_huffman_table.h',
1028 'spdy/hpack_input_stream.cc', 1028 'spdy/hpack_input_stream.cc',
1029 'spdy/hpack_input_stream.h', 1029 'spdy/hpack_input_stream.h',
1030 'spdy/hpack_output_stream.cc', 1030 'spdy/hpack_output_stream.cc',
1031 'spdy/hpack_output_stream.h', 1031 'spdy/hpack_output_stream.h',
1032 'spdy/hpack_static_table.cc',
1033 'spdy/hpack_static_table.h',
1032 'spdy/hpack_string_util.cc', 1034 'spdy/hpack_string_util.cc',
1033 'spdy/hpack_string_util.h', 1035 'spdy/hpack_string_util.h',
1034 'spdy/spdy_bitmasks.h', 1036 'spdy/spdy_bitmasks.h',
1035 'spdy/spdy_buffer.cc', 1037 'spdy/spdy_buffer.cc',
1036 'spdy/spdy_buffer.h', 1038 'spdy/spdy_buffer.h',
1037 'spdy/spdy_buffer_producer.cc', 1039 'spdy/spdy_buffer_producer.cc',
1038 'spdy/spdy_buffer_producer.h', 1040 'spdy/spdy_buffer_producer.h',
1039 'spdy/spdy_frame_builder.cc', 1041 'spdy/spdy_frame_builder.cc',
1040 'spdy/spdy_frame_builder.h', 1042 'spdy/spdy_frame_builder.h',
1041 'spdy/spdy_frame_reader.cc', 1043 'spdy/spdy_frame_reader.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1591 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1593 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1592 'spdy/hpack_decoder_test.cc', 1594 'spdy/hpack_decoder_test.cc',
1593 'spdy/hpack_encoder_test.cc', 1595 'spdy/hpack_encoder_test.cc',
1594 'spdy/hpack_entry_test.cc', 1596 'spdy/hpack_entry_test.cc',
1595 'spdy/hpack_header_table_test.cc', 1597 'spdy/hpack_header_table_test.cc',
1596 'spdy/hpack_huffman_aggregator_test.cc', 1598 'spdy/hpack_huffman_aggregator_test.cc',
1597 'spdy/hpack_huffman_table_test.cc', 1599 'spdy/hpack_huffman_table_test.cc',
1598 'spdy/hpack_input_stream_test.cc', 1600 'spdy/hpack_input_stream_test.cc',
1599 'spdy/hpack_output_stream_test.cc', 1601 'spdy/hpack_output_stream_test.cc',
1600 'spdy/hpack_round_trip_test.cc', 1602 'spdy/hpack_round_trip_test.cc',
1603 'spdy/hpack_static_table_test.cc',
1601 'spdy/hpack_string_util_test.cc', 1604 'spdy/hpack_string_util_test.cc',
1602 'spdy/mock_spdy_framer_visitor.cc', 1605 'spdy/mock_spdy_framer_visitor.cc',
1603 'spdy/mock_spdy_framer_visitor.h', 1606 'spdy/mock_spdy_framer_visitor.h',
1604 'spdy/spdy_buffer_unittest.cc', 1607 'spdy/spdy_buffer_unittest.cc',
1605 'spdy/spdy_frame_builder_test.cc', 1608 'spdy/spdy_frame_builder_test.cc',
1606 'spdy/spdy_frame_reader_test.cc', 1609 'spdy/spdy_frame_reader_test.cc',
1607 'spdy/spdy_framer_test.cc', 1610 'spdy/spdy_framer_test.cc',
1608 'spdy/spdy_header_block_unittest.cc', 1611 'spdy/spdy_header_block_unittest.cc',
1609 'spdy/spdy_headers_block_parser_test.cc', 1612 'spdy/spdy_headers_block_parser_test.cc',
1610 'spdy/spdy_http_stream_unittest.cc', 1613 'spdy/spdy_http_stream_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'tools/quic/test_tools/quic_test_client.h', 1738 'tools/quic/test_tools/quic_test_client.h',
1736 'tools/quic/test_tools/quic_test_utils.cc', 1739 'tools/quic/test_tools/quic_test_utils.cc',
1737 'tools/quic/test_tools/quic_test_utils.h', 1740 'tools/quic/test_tools/quic_test_utils.h',
1738 'tools/quic/test_tools/server_thread.h', 1741 'tools/quic/test_tools/server_thread.h',
1739 'tools/quic/test_tools/server_thread.cc', 1742 'tools/quic/test_tools/server_thread.cc',
1740 'tools/quic/test_tools/simple_client.h', 1743 'tools/quic/test_tools/simple_client.h',
1741 'tools/quic/test_tools/simple_client.cc', 1744 'tools/quic/test_tools/simple_client.cc',
1742 ], 1745 ],
1743 } 1746 }
1744 } 1747 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/hpack_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698