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

Side by Side Diff: net/net.gypi

Issue 1568423002: Implement better HPACK Huffman code decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not use binary literals. Created 4 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 | « no previous file | net/spdy/fuzzing/hpack_fuzz_util.cc » ('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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'spdy/hpack/hpack_constants.cc', 1102 'spdy/hpack/hpack_constants.cc',
1103 'spdy/hpack/hpack_constants.h', 1103 'spdy/hpack/hpack_constants.h',
1104 'spdy/hpack/hpack_decoder.cc', 1104 'spdy/hpack/hpack_decoder.cc',
1105 'spdy/hpack/hpack_decoder.h', 1105 'spdy/hpack/hpack_decoder.h',
1106 'spdy/hpack/hpack_encoder.cc', 1106 'spdy/hpack/hpack_encoder.cc',
1107 'spdy/hpack/hpack_encoder.h', 1107 'spdy/hpack/hpack_encoder.h',
1108 'spdy/hpack/hpack_entry.cc', 1108 'spdy/hpack/hpack_entry.cc',
1109 'spdy/hpack/hpack_entry.h', 1109 'spdy/hpack/hpack_entry.h',
1110 'spdy/hpack/hpack_header_table.cc', 1110 'spdy/hpack/hpack_header_table.cc',
1111 'spdy/hpack/hpack_header_table.h', 1111 'spdy/hpack/hpack_header_table.h',
1112 'spdy/hpack/hpack_huffman_decoder.cc',
1113 'spdy/hpack/hpack_huffman_decoder.h',
1112 'spdy/hpack/hpack_huffman_table.cc', 1114 'spdy/hpack/hpack_huffman_table.cc',
1113 'spdy/hpack/hpack_huffman_table.h', 1115 'spdy/hpack/hpack_huffman_table.h',
1114 'spdy/hpack/hpack_input_stream.cc', 1116 'spdy/hpack/hpack_input_stream.cc',
1115 'spdy/hpack/hpack_input_stream.h', 1117 'spdy/hpack/hpack_input_stream.h',
1116 'spdy/hpack/hpack_output_stream.cc', 1118 'spdy/hpack/hpack_output_stream.cc',
1117 'spdy/hpack/hpack_output_stream.h', 1119 'spdy/hpack/hpack_output_stream.h',
1118 'spdy/hpack/hpack_static_table.cc', 1120 'spdy/hpack/hpack_static_table.cc',
1119 'spdy/hpack/hpack_static_table.h', 1121 'spdy/hpack/hpack_static_table.h',
1120 'spdy/priority_write_scheduler.h', 1122 'spdy/priority_write_scheduler.h',
1121 'spdy/spdy_alt_svc_wire_format.cc', 1123 'spdy/spdy_alt_svc_wire_format.cc',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 'socket/unix_domain_client_socket_posix_unittest.cc', 1696 'socket/unix_domain_client_socket_posix_unittest.cc',
1695 'socket/unix_domain_server_socket_posix_unittest.cc', 1697 'socket/unix_domain_server_socket_posix_unittest.cc',
1696 'socket/websocket_endpoint_lock_manager_unittest.cc', 1698 'socket/websocket_endpoint_lock_manager_unittest.cc',
1697 'socket/websocket_transport_client_socket_pool_unittest.cc', 1699 'socket/websocket_transport_client_socket_pool_unittest.cc',
1698 'spdy/buffered_spdy_framer_unittest.cc', 1700 'spdy/buffered_spdy_framer_unittest.cc',
1699 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1701 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1700 'spdy/hpack/hpack_decoder_test.cc', 1702 'spdy/hpack/hpack_decoder_test.cc',
1701 'spdy/hpack/hpack_encoder_test.cc', 1703 'spdy/hpack/hpack_encoder_test.cc',
1702 'spdy/hpack/hpack_entry_test.cc', 1704 'spdy/hpack/hpack_entry_test.cc',
1703 'spdy/hpack/hpack_header_table_test.cc', 1705 'spdy/hpack/hpack_header_table_test.cc',
1706 'spdy/hpack/hpack_huffman_decoder_test.cc',
1704 'spdy/hpack/hpack_huffman_table_test.cc', 1707 'spdy/hpack/hpack_huffman_table_test.cc',
1705 'spdy/hpack/hpack_input_stream_test.cc', 1708 'spdy/hpack/hpack_input_stream_test.cc',
1706 'spdy/hpack/hpack_output_stream_test.cc', 1709 'spdy/hpack/hpack_output_stream_test.cc',
1707 'spdy/hpack/hpack_round_trip_test.cc', 1710 'spdy/hpack/hpack_round_trip_test.cc',
1708 'spdy/hpack/hpack_static_table_test.cc', 1711 'spdy/hpack/hpack_static_table_test.cc',
1709 'spdy/mock_spdy_framer_visitor.cc', 1712 'spdy/mock_spdy_framer_visitor.cc',
1710 'spdy/mock_spdy_framer_visitor.h', 1713 'spdy/mock_spdy_framer_visitor.h',
1711 'spdy/priority_write_scheduler_test.cc', 1714 'spdy/priority_write_scheduler_test.cc',
1712 'spdy/spdy_alt_svc_wire_format_test.cc', 1715 'spdy/spdy_alt_svc_wire_format_test.cc',
1713 'spdy/spdy_buffer_unittest.cc', 1716 'spdy/spdy_buffer_unittest.cc',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'docs/bug-triage-labels.md', 1966 'docs/bug-triage-labels.md',
1964 'docs/bug-triage-suggested-workflow.md', 1967 'docs/bug-triage-suggested-workflow.md',
1965 'docs/code-patterns.md', 1968 'docs/code-patterns.md',
1966 'docs/crash-course-in-net-internals.md', 1969 'docs/crash-course-in-net-internals.md',
1967 'docs/life-of-a-url-request.md', 1970 'docs/life-of-a-url-request.md',
1968 'sdch/README.md', 1971 'sdch/README.md',
1969 ], 1972 ],
1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1973 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1971 } 1974 }
1972 } 1975 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/fuzzing/hpack_fuzz_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698