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

Side by Side Diff: net/net.gypi

Issue 2606733004: Add HpackDecoderTables, static and dynamic tables for decoding HPACK. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « net/http2/tools/random_util.cc ('k') | no next file » | 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'http2/decoder/payload_decoders/settings_payload_decoder.cc', 810 'http2/decoder/payload_decoders/settings_payload_decoder.cc',
811 'http2/decoder/payload_decoders/settings_payload_decoder.h', 811 'http2/decoder/payload_decoders/settings_payload_decoder.h',
812 'http2/decoder/payload_decoders/unknown_payload_decoder.cc', 812 'http2/decoder/payload_decoders/unknown_payload_decoder.cc',
813 'http2/decoder/payload_decoders/unknown_payload_decoder.h', 813 'http2/decoder/payload_decoders/unknown_payload_decoder.h',
814 'http2/decoder/payload_decoders/window_update_payload_decoder.cc', 814 'http2/decoder/payload_decoders/window_update_payload_decoder.cc',
815 'http2/decoder/payload_decoders/window_update_payload_decoder.h', 815 'http2/decoder/payload_decoders/window_update_payload_decoder.h',
816 'http2/hpack/decoder/hpack_block_decoder.cc', 816 'http2/hpack/decoder/hpack_block_decoder.cc',
817 'http2/hpack/decoder/hpack_block_decoder.h', 817 'http2/hpack/decoder/hpack_block_decoder.h',
818 'http2/hpack/decoder/hpack_decoder_string_buffer.cc', 818 'http2/hpack/decoder/hpack_decoder_string_buffer.cc',
819 'http2/hpack/decoder/hpack_decoder_string_buffer.h', 819 'http2/hpack/decoder/hpack_decoder_string_buffer.h',
820 'http2/hpack/decoder/hpack_decoder_tables.cc',
821 'http2/hpack/decoder/hpack_decoder_tables.h',
820 'http2/hpack/decoder/hpack_entry_decoder.cc', 822 'http2/hpack/decoder/hpack_entry_decoder.cc',
821 'http2/hpack/decoder/hpack_entry_decoder.h', 823 'http2/hpack/decoder/hpack_entry_decoder.h',
822 'http2/hpack/decoder/hpack_entry_decoder_listener.cc', 824 'http2/hpack/decoder/hpack_entry_decoder_listener.cc',
823 'http2/hpack/decoder/hpack_entry_decoder_listener.h', 825 'http2/hpack/decoder/hpack_entry_decoder_listener.h',
824 'http2/hpack/decoder/hpack_entry_type_decoder.cc', 826 'http2/hpack/decoder/hpack_entry_type_decoder.cc',
825 'http2/hpack/decoder/hpack_entry_type_decoder.h', 827 'http2/hpack/decoder/hpack_entry_type_decoder.h',
826 'http2/hpack/decoder/hpack_string_decoder.cc', 828 'http2/hpack/decoder/hpack_string_decoder.cc',
827 'http2/hpack/decoder/hpack_string_decoder.h', 829 'http2/hpack/decoder/hpack_string_decoder.h',
828 'http2/hpack/decoder/hpack_string_decoder_listener.cc', 830 'http2/hpack/decoder/hpack_string_decoder_listener.cc',
829 'http2/hpack/decoder/hpack_string_decoder_listener.h', 831 'http2/hpack/decoder/hpack_string_decoder_listener.h',
830 'http2/hpack/decoder/hpack_varint_decoder.cc', 832 'http2/hpack/decoder/hpack_varint_decoder.cc',
831 'http2/hpack/decoder/hpack_varint_decoder.h', 833 'http2/hpack/decoder/hpack_varint_decoder.h',
832 'http2/hpack/decoder/hpack_whole_entry_buffer.cc', 834 'http2/hpack/decoder/hpack_whole_entry_buffer.cc',
833 'http2/hpack/decoder/hpack_whole_entry_buffer.h', 835 'http2/hpack/decoder/hpack_whole_entry_buffer.h',
834 'http2/hpack/decoder/hpack_whole_entry_listener.cc', 836 'http2/hpack/decoder/hpack_whole_entry_listener.cc',
835 'http2/hpack/decoder/hpack_whole_entry_listener.h', 837 'http2/hpack/decoder/hpack_whole_entry_listener.h',
838 'http2/hpack/hpack_static_table_entries.inc',
836 'http2/hpack/hpack_string.cc', 839 'http2/hpack/hpack_string.cc',
837 'http2/hpack/hpack_string.h', 840 'http2/hpack/hpack_string.h',
838 'http2/hpack/http2_hpack_constants.cc', 841 'http2/hpack/http2_hpack_constants.cc',
839 'http2/hpack/http2_hpack_constants.h', 842 'http2/hpack/http2_hpack_constants.h',
840 'http2/hpack/huffman/http2_hpack_huffman_decoder.cc', 843 'http2/hpack/huffman/http2_hpack_huffman_decoder.cc',
841 'http2/hpack/huffman/http2_hpack_huffman_decoder.h', 844 'http2/hpack/huffman/http2_hpack_huffman_decoder.h',
842 'http2/http2_constants.cc', 845 'http2/http2_constants.cc',
843 'http2/http2_constants.h', 846 'http2/http2_constants.h',
844 'http2/http2_structures.cc', 847 'http2/http2_structures.cc',
845 'http2/http2_structures.h', 848 'http2/http2_structures.h',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 'http2/decoder/payload_decoders/priority_payload_decoder_test.cc', 1787 'http2/decoder/payload_decoders/priority_payload_decoder_test.cc',
1785 'http2/decoder/payload_decoders/push_promise_payload_decoder_test.cc', 1788 'http2/decoder/payload_decoders/push_promise_payload_decoder_test.cc',
1786 'http2/decoder/payload_decoders/rst_stream_payload_decoder_test.cc', 1789 'http2/decoder/payload_decoders/rst_stream_payload_decoder_test.cc',
1787 'http2/decoder/payload_decoders/settings_payload_decoder_test.cc', 1790 'http2/decoder/payload_decoders/settings_payload_decoder_test.cc',
1788 'http2/decoder/payload_decoders/unknown_payload_decoder_test.cc', 1791 'http2/decoder/payload_decoders/unknown_payload_decoder_test.cc',
1789 'http2/decoder/payload_decoders/window_update_payload_decoder_test.cc', 1792 'http2/decoder/payload_decoders/window_update_payload_decoder_test.cc',
1790 'http2/hpack/decoder/hpack_block_collector.cc', 1793 'http2/hpack/decoder/hpack_block_collector.cc',
1791 'http2/hpack/decoder/hpack_block_collector.h', 1794 'http2/hpack/decoder/hpack_block_collector.h',
1792 'http2/hpack/decoder/hpack_block_decoder_test.cc', 1795 'http2/hpack/decoder/hpack_block_decoder_test.cc',
1793 'http2/hpack/decoder/hpack_decoder_string_buffer_test.cc', 1796 'http2/hpack/decoder/hpack_decoder_string_buffer_test.cc',
1797 'http2/hpack/decoder/hpack_decoder_tables_test.cc',
1794 'http2/hpack/decoder/hpack_entry_collector.cc', 1798 'http2/hpack/decoder/hpack_entry_collector.cc',
1795 'http2/hpack/decoder/hpack_entry_collector.h', 1799 'http2/hpack/decoder/hpack_entry_collector.h',
1796 'http2/hpack/decoder/hpack_entry_decoder_test.cc', 1800 'http2/hpack/decoder/hpack_entry_decoder_test.cc',
1797 'http2/hpack/decoder/hpack_entry_type_decoder_test.cc', 1801 'http2/hpack/decoder/hpack_entry_type_decoder_test.cc',
1798 'http2/hpack/decoder/hpack_string_collector.cc', 1802 'http2/hpack/decoder/hpack_string_collector.cc',
1799 'http2/hpack/decoder/hpack_string_collector.h', 1803 'http2/hpack/decoder/hpack_string_collector.h',
1800 'http2/hpack/decoder/hpack_string_decoder_test.cc', 1804 'http2/hpack/decoder/hpack_string_decoder_test.cc',
1801 'http2/hpack/decoder/hpack_varint_decoder_test.cc', 1805 'http2/hpack/decoder/hpack_varint_decoder_test.cc',
1802 'http2/hpack/decoder/hpack_whole_entry_buffer_test.cc', 1806 'http2/hpack/decoder/hpack_whole_entry_buffer_test.cc',
1803 'http2/hpack/hpack_string_test.cc', 1807 'http2/hpack/hpack_string_test.cc',
(...skipping 11 matching lines...) Expand all
1815 'http2/http2_structures_test_util.cc', 1819 'http2/http2_structures_test_util.cc',
1816 'http2/http2_structures_test_util.h', 1820 'http2/http2_structures_test_util.h',
1817 'http2/tools/failure.cc', 1821 'http2/tools/failure.cc',
1818 'http2/tools/failure.h', 1822 'http2/tools/failure.h',
1819 'http2/tools/http2_frame_builder.cc', 1823 'http2/tools/http2_frame_builder.cc',
1820 'http2/tools/http2_frame_builder.h', 1824 'http2/tools/http2_frame_builder.h',
1821 'http2/tools/http2_random.cc', 1825 'http2/tools/http2_random.cc',
1822 'http2/tools/http2_random.h', 1826 'http2/tools/http2_random.h',
1823 'http2/tools/random_decoder_test.cc', 1827 'http2/tools/random_decoder_test.cc',
1824 'http2/tools/random_decoder_test.h', 1828 'http2/tools/random_decoder_test.h',
1829 'http2/tools/random_util.cc',
1830 'http2/tools/random_util.h',
1825 'log/file_net_log_observer_unittest.cc', 1831 'log/file_net_log_observer_unittest.cc',
1826 'log/net_log_capture_mode_unittest.cc', 1832 'log/net_log_capture_mode_unittest.cc',
1827 'log/net_log_unittest.cc', 1833 'log/net_log_unittest.cc',
1828 'log/net_log_util_unittest.cc', 1834 'log/net_log_util_unittest.cc',
1829 'log/trace_net_log_observer_unittest.cc', 1835 'log/trace_net_log_observer_unittest.cc',
1830 'log/write_to_file_net_log_observer_unittest.cc', 1836 'log/write_to_file_net_log_observer_unittest.cc',
1831 'nqe/effective_connection_type_unittest.cc', 1837 'nqe/effective_connection_type_unittest.cc',
1832 'nqe/network_qualities_prefs_manager_unittest.cc', 1838 'nqe/network_qualities_prefs_manager_unittest.cc',
1833 'nqe/network_quality_estimator_unittest.cc', 1839 'nqe/network_quality_estimator_unittest.cc',
1834 'nqe/network_quality_store_unittest.cc', 1840 'nqe/network_quality_store_unittest.cc',
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
3567 'tools/domain_security_preload_generator/preloaded_state_generator.h', 3573 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3568 'tools/domain_security_preload_generator/spki_hash.cc', 3574 'tools/domain_security_preload_generator/spki_hash.cc',
3569 'tools/domain_security_preload_generator/spki_hash.h', 3575 'tools/domain_security_preload_generator/spki_hash.h',
3570 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', 3576 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3571 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', 3577 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3572 'tools/domain_security_preload_generator/trie/trie_writer.cc', 3578 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3573 'tools/domain_security_preload_generator/trie/trie_writer.h', 3579 'tools/domain_security_preload_generator/trie/trie_writer.h',
3574 ], 3580 ],
3575 } 3581 }
3576 } 3582 }
OLDNEW
« no previous file with comments | « net/http2/tools/random_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698