Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: net/net.gyp

Issue 11476031: Add the QuicRandom interface with a default implementation that is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Export QuicRandom for net_unittesrs Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/random.h ('k') | net/quic/crypto/quic_random.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 171809)
+++ net/net.gyp (working copy)
@@ -661,11 +661,15 @@
'quic/crypto/crypto_protocol.cc',
'quic/crypto/crypto_protocol.h',
'quic/crypto/null_decrypter.cc',
+ 'quic/crypto/null_decrypter.h',
'quic/crypto/null_encrypter.cc',
+ 'quic/crypto/null_encrypter.h',
+ 'quic/crypto/quic_decrypter.cc',
'quic/crypto/quic_decrypter.h',
- 'quic/crypto/quic_decrypter.cc',
+ 'quic/crypto/quic_encrypter.cc',
'quic/crypto/quic_encrypter.h',
- 'quic/crypto/quic_encrypter.cc',
+ 'quic/crypto/quic_random.cc',
+ 'quic/crypto/quic_random.h',
'quic/quic_client_session.cc',
'quic/quic_client_session.h',
'quic/quic_crypto_client_stream.cc',
@@ -1438,6 +1442,7 @@
'quic/crypto/crypto_framer_test.cc',
'quic/crypto/null_decrypter_test.cc',
'quic/crypto/null_encrypter_test.cc',
+ 'quic/crypto/quic_random_test.cc',
'quic/test_tools/mock_clock.cc',
'quic/test_tools/mock_clock.h',
'quic/test_tools/quic_test_utils.cc',
« no previous file with comments | « crypto/random.h ('k') | net/quic/crypto/quic_random.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698