| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index c31afc1db0985d9aa9b8793fd0c8d5aad076b1e8..5d0363d15f0feb86906c593adee4bfbe867e2dc8 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -703,6 +703,8 @@
|
| 'quic/crypto/quic_random.cc',
|
| 'quic/crypto/quic_random.h',
|
| 'quic/crypto/scoped_evp_cipher_ctx.h',
|
| + 'quic/crypto/strike_register.cc',
|
| + 'quic/crypto/strike_register.h',
|
| 'quic/quic_bandwidth.cc',
|
| 'quic/quic_bandwidth.h',
|
| 'quic/quic_blocked_writer_interface.h',
|
| @@ -1549,6 +1551,7 @@
|
| 'quic/crypto/null_encrypter_test.cc',
|
| 'quic/crypto/p256_key_exchange_test.cc',
|
| 'quic/crypto/quic_random_test.cc',
|
| + 'quic/crypto/strike_register_test.cc',
|
| 'quic/test_tools/crypto_test_utils.cc',
|
| 'quic/test_tools/crypto_test_utils.h',
|
| 'quic/test_tools/mock_clock.cc',
|
|
|