| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index ba93041003c8644fe71cbbc54318da3e7c82c761..5d54398cc9cf690fa9ba5b8b53b39d3dd1cd2b87 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -1087,6 +1087,8 @@
|
| 'quic/core/quic_stream_sequencer_buffer_interface.h',
|
| 'quic/core/quic_sustained_bandwidth_recorder.cc',
|
| 'quic/core/quic_sustained_bandwidth_recorder.h',
|
| + 'quic/core/quic_tag.cc',
|
| + 'quic/core/quic_tag.h',
|
| 'quic/core/quic_time.cc',
|
| 'quic/core/quic_time.h',
|
| 'quic/core/quic_types.cc',
|
| @@ -1750,6 +1752,7 @@
|
| 'quic/core/quic_spdy_stream_test.cc',
|
| 'quic/core/quic_stream_sequencer_test.cc',
|
| 'quic/core/quic_sustained_bandwidth_recorder_test.cc',
|
| + 'quic/core/quic_tag_test.cc',
|
| 'quic/core/quic_time_test.cc',
|
| 'quic/core/quic_unacked_packet_map_test.cc',
|
| 'quic/core/quic_utils_test.cc',
|
|
|