| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index a6f5aa9a9f18ecc744ab3128e66e6aef3002ae50..4148d7c06f1e5772947b34c1a56abb540c957a4f 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -913,6 +913,8 @@
|
| 'quic/quic_time.h',
|
| 'quic/quic_utils.cc',
|
| 'quic/quic_utils.h',
|
| + 'quic/quic_write_blocked_list.cc',
|
| + 'quic/quic_write_blocked_list.h',
|
| 'quic/reliable_quic_stream.cc',
|
| 'quic/reliable_quic_stream.h',
|
| 'quic/spdy_utils.cc',
|
| @@ -1892,6 +1894,7 @@
|
| 'quic/quic_stream_sequencer_test.cc',
|
| 'quic/quic_time_test.cc',
|
| 'quic/quic_utils_test.cc',
|
| + 'quic/quic_write_blocked_list_test.cc',
|
| 'quic/reliable_quic_stream_test.cc',
|
| 'server/http_server_response_info_unittest.cc',
|
| 'server/http_server_unittest.cc',
|
|
|