| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index a5fd9f0664812a8d583bf89009c7b5c91d289fda..81310cbba4a05f91d50f78d07c5282b49c3b3583 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -817,6 +817,8 @@
|
| 'http2/hpack/decoder/hpack_block_decoder.h',
|
| 'http2/hpack/decoder/hpack_decoder_string_buffer.cc',
|
| 'http2/hpack/decoder/hpack_decoder_string_buffer.h',
|
| + 'http2/hpack/decoder/hpack_decoder_tables.cc',
|
| + 'http2/hpack/decoder/hpack_decoder_tables.h',
|
| 'http2/hpack/decoder/hpack_entry_decoder.cc',
|
| 'http2/hpack/decoder/hpack_entry_decoder.h',
|
| 'http2/hpack/decoder/hpack_entry_decoder_listener.cc',
|
| @@ -833,6 +835,7 @@
|
| 'http2/hpack/decoder/hpack_whole_entry_buffer.h',
|
| 'http2/hpack/decoder/hpack_whole_entry_listener.cc',
|
| 'http2/hpack/decoder/hpack_whole_entry_listener.h',
|
| + 'http2/hpack/hpack_static_table_entries.inc',
|
| 'http2/hpack/hpack_string.cc',
|
| 'http2/hpack/hpack_string.h',
|
| 'http2/hpack/http2_hpack_constants.cc',
|
| @@ -1787,6 +1790,7 @@
|
| 'http2/hpack/decoder/hpack_block_collector.h',
|
| 'http2/hpack/decoder/hpack_block_decoder_test.cc',
|
| 'http2/hpack/decoder/hpack_decoder_string_buffer_test.cc',
|
| + 'http2/hpack/decoder/hpack_decoder_tables_test.cc',
|
| 'http2/hpack/decoder/hpack_entry_collector.cc',
|
| 'http2/hpack/decoder/hpack_entry_collector.h',
|
| 'http2/hpack/decoder/hpack_entry_decoder_test.cc',
|
| @@ -1818,6 +1822,8 @@
|
| 'http2/tools/http2_random.h',
|
| 'http2/tools/random_decoder_test.cc',
|
| 'http2/tools/random_decoder_test.h',
|
| + 'http2/tools/random_util.cc',
|
| + 'http2/tools/random_util.h',
|
| 'log/file_net_log_observer_unittest.cc',
|
| 'log/net_log_capture_mode_unittest.cc',
|
| 'log/net_log_unittest.cc',
|
|
|