| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 1798d6a22b4aad367b1f196d5f7e87fe366b760c..0b06099eeb369eeb0085ecc7124025b2b94de407 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -684,6 +684,8 @@
|
| 'quic/quic_fec_group.h',
|
| 'quic/quic_framer.cc',
|
| 'quic/quic_framer.h',
|
| + 'quic/quic_http_stream.cc',
|
| + 'quic/quic_http_stream.h',
|
| 'quic/quic_packet_creator.cc',
|
| 'quic/quic_packet_creator.h',
|
| 'quic/quic_protocol.cc',
|
| @@ -1447,6 +1449,7 @@
|
| 'quic/quic_crypto_stream_test.cc',
|
| 'quic/quic_fec_group_test.cc',
|
| 'quic/quic_framer_test.cc',
|
| + 'quic/quic_http_stream_test.cc',
|
| 'quic/quic_packet_creator_test.cc',
|
| 'quic/quic_reliable_client_stream_test.cc',
|
| 'quic/quic_session_test.cc',
|
|
|