| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index aff4af5fdd919d495be9411451c9f4d53881e354..daa714b58e4267ed3f3f2a2c2760b27036b1227e 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -899,6 +899,8 @@
|
| 'quic/quic_fec_group.h',
|
| 'quic/quic_flags.cc',
|
| 'quic/quic_flags.h',
|
| + 'quic/quic_flow_controller.cc',
|
| + 'quic/quic_flow_controller.h',
|
| 'quic/quic_framer.cc',
|
| 'quic/quic_framer.h',
|
| 'quic/quic_headers_stream.cc',
|
| @@ -1484,6 +1486,8 @@
|
| 'quic/test_tools/quic_connection_peer.h',
|
| 'quic/test_tools/quic_data_stream_peer.cc',
|
| 'quic/test_tools/quic_data_stream_peer.h',
|
| + 'quic/test_tools/quic_flow_controller_peer.cc',
|
| + 'quic/test_tools/quic_flow_controller_peer.h',
|
| 'quic/test_tools/quic_framer_peer.cc',
|
| 'quic/test_tools/quic_framer_peer.h',
|
| 'quic/test_tools/quic_packet_creator_peer.cc',
|
| @@ -1519,6 +1523,7 @@
|
| 'quic/quic_data_stream_test.cc',
|
| 'quic/quic_data_writer_test.cc',
|
| 'quic/quic_fec_group_test.cc',
|
| + 'quic/quic_flow_controller_test.cc',
|
| 'quic/quic_framer_test.cc',
|
| 'quic/quic_headers_stream_test.cc',
|
| 'quic/quic_http_stream_test.cc',
|
|
|