| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index f3d88971e874515c5fab44b4227d98b54d2fd974..2b7dbb03773b42f66b89ec7ab4aeb4b17e37f470 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -1053,6 +1053,8 @@
|
| 'quic/core/quic_frame_list.h',
|
| 'quic/core/quic_framer.cc',
|
| 'quic/core/quic_framer.h',
|
| + 'quic/core/quic_frames.cc',
|
| + 'quic/core/quic_frames.h',
|
| 'quic/core/quic_header_list.cc',
|
| 'quic/core/quic_header_list.h',
|
| 'quic/core/quic_headers_stream.cc',
|
| @@ -1759,6 +1761,7 @@
|
| 'quic/core/quic_error_codes_test.cc',
|
| 'quic/core/quic_flow_controller_test.cc',
|
| 'quic/core/quic_framer_test.cc',
|
| + 'quic/core/quic_frames_test.cc',
|
| 'quic/core/quic_header_list_test.cc',
|
| 'quic/core/quic_headers_stream_test.cc',
|
| 'quic/core/quic_http_utils_test.cc',
|
|
|