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

Side by Side Diff: net/net.gyp

Issue 13520010: Merge QUIC StrikeRegister code to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed DCHECK_EQ to CHECK_EQ Created 7 years, 8 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/quic/crypto/strike_register.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'quic/crypto/p256_key_exchange.h', 696 'quic/crypto/p256_key_exchange.h',
697 'quic/crypto/p256_key_exchange_nss.cc', 697 'quic/crypto/p256_key_exchange_nss.cc',
698 'quic/crypto/p256_key_exchange_openssl.cc', 698 'quic/crypto/p256_key_exchange_openssl.cc',
699 'quic/crypto/quic_decrypter.cc', 699 'quic/crypto/quic_decrypter.cc',
700 'quic/crypto/quic_decrypter.h', 700 'quic/crypto/quic_decrypter.h',
701 'quic/crypto/quic_encrypter.cc', 701 'quic/crypto/quic_encrypter.cc',
702 'quic/crypto/quic_encrypter.h', 702 'quic/crypto/quic_encrypter.h',
703 'quic/crypto/quic_random.cc', 703 'quic/crypto/quic_random.cc',
704 'quic/crypto/quic_random.h', 704 'quic/crypto/quic_random.h',
705 'quic/crypto/scoped_evp_cipher_ctx.h', 705 'quic/crypto/scoped_evp_cipher_ctx.h',
706 'quic/crypto/strike_register.cc',
707 'quic/crypto/strike_register.h',
706 'quic/quic_bandwidth.cc', 708 'quic/quic_bandwidth.cc',
707 'quic/quic_bandwidth.h', 709 'quic/quic_bandwidth.h',
708 'quic/quic_blocked_writer_interface.h', 710 'quic/quic_blocked_writer_interface.h',
709 'quic/quic_client_session.cc', 711 'quic/quic_client_session.cc',
710 'quic/quic_client_session.h', 712 'quic/quic_client_session.h',
711 'quic/quic_crypto_client_stream.cc', 713 'quic/quic_crypto_client_stream.cc',
712 'quic/quic_crypto_client_stream.h', 714 'quic/quic_crypto_client_stream.h',
713 'quic/quic_crypto_client_stream_factory.h', 715 'quic/quic_crypto_client_stream_factory.h',
714 'quic/quic_crypto_server_stream.cc', 716 'quic/quic_crypto_server_stream.cc',
715 'quic/quic_crypto_server_stream.h', 717 'quic/quic_crypto_server_stream.h',
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 'quic/congestion_control/tcp_receiver_test.cc', 1544 'quic/congestion_control/tcp_receiver_test.cc',
1543 'quic/crypto/aes_128_gcm_decrypter_test.cc', 1545 'quic/crypto/aes_128_gcm_decrypter_test.cc',
1544 'quic/crypto/aes_128_gcm_encrypter_test.cc', 1546 'quic/crypto/aes_128_gcm_encrypter_test.cc',
1545 'quic/crypto/crypto_framer_test.cc', 1547 'quic/crypto/crypto_framer_test.cc',
1546 'quic/crypto/crypto_handshake_test.cc', 1548 'quic/crypto/crypto_handshake_test.cc',
1547 'quic/crypto/curve25519_key_exchange_test.cc', 1549 'quic/crypto/curve25519_key_exchange_test.cc',
1548 'quic/crypto/null_decrypter_test.cc', 1550 'quic/crypto/null_decrypter_test.cc',
1549 'quic/crypto/null_encrypter_test.cc', 1551 'quic/crypto/null_encrypter_test.cc',
1550 'quic/crypto/p256_key_exchange_test.cc', 1552 'quic/crypto/p256_key_exchange_test.cc',
1551 'quic/crypto/quic_random_test.cc', 1553 'quic/crypto/quic_random_test.cc',
1554 'quic/crypto/strike_register_test.cc',
1552 'quic/test_tools/crypto_test_utils.cc', 1555 'quic/test_tools/crypto_test_utils.cc',
1553 'quic/test_tools/crypto_test_utils.h', 1556 'quic/test_tools/crypto_test_utils.h',
1554 'quic/test_tools/mock_clock.cc', 1557 'quic/test_tools/mock_clock.cc',
1555 'quic/test_tools/mock_clock.h', 1558 'quic/test_tools/mock_clock.h',
1556 'quic/test_tools/mock_crypto_client_stream.cc', 1559 'quic/test_tools/mock_crypto_client_stream.cc',
1557 'quic/test_tools/mock_crypto_client_stream.h', 1560 'quic/test_tools/mock_crypto_client_stream.h',
1558 'quic/test_tools/mock_crypto_client_stream_factory.cc', 1561 'quic/test_tools/mock_crypto_client_stream_factory.cc',
1559 'quic/test_tools/mock_crypto_client_stream_factory.h', 1562 'quic/test_tools/mock_crypto_client_stream_factory.h',
1560 'quic/test_tools/mock_random.cc', 1563 'quic/test_tools/mock_random.cc',
1561 'quic/test_tools/mock_random.h', 1564 'quic/test_tools/mock_random.h',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 '--result', '<@(_outputs)', 2713 '--result', '<@(_outputs)',
2711 '--isolate', 'net_unittests.isolate', 2714 '--isolate', 'net_unittests.isolate',
2712 ], 2715 ],
2713 }, 2716 },
2714 ], 2717 ],
2715 }, 2718 },
2716 ], 2719 ],
2717 }], 2720 }],
2718 ], 2721 ],
2719 } 2722 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/strike_register.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698