| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 2c6ef1520f479fda93fa2a50a12a57a8b9b781c8..00a3d0e14307b739e012e4ff05876817ec67a6ca 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -825,6 +825,8 @@
|
| 'quic/quic_framer.h',
|
| 'quic/quic_http_stream.cc',
|
| 'quic/quic_http_stream.h',
|
| + 'quic/quic_http_utils.cc',
|
| + 'quic/quic_http_utils.h',
|
| 'quic/quic_packet_creator.cc',
|
| 'quic/quic_packet_creator.h',
|
| 'quic/quic_packet_generator.cc',
|
| @@ -1770,6 +1772,7 @@
|
| 'quic/quic_fec_group_test.cc',
|
| 'quic/quic_framer_test.cc',
|
| 'quic/quic_http_stream_test.cc',
|
| + 'quic/quic_http_utils_test.cc',
|
| 'quic/quic_network_transaction_unittest.cc',
|
| 'quic/quic_packet_creator_test.cc',
|
| 'quic/quic_packet_generator_test.cc',
|
|
|