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

Side by Side Diff: net/net.gyp

Issue 14411004: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use CONFIG_VERSION insteaf of VERSION 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
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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'quic/crypto/aes_128_gcm_decrypter_nss.cc', 703 'quic/crypto/aes_128_gcm_decrypter_nss.cc',
704 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', 704 'quic/crypto/aes_128_gcm_decrypter_openssl.cc',
705 'quic/crypto/aes_128_gcm_encrypter.h', 705 'quic/crypto/aes_128_gcm_encrypter.h',
706 'quic/crypto/aes_128_gcm_encrypter_nss.cc', 706 'quic/crypto/aes_128_gcm_encrypter_nss.cc',
707 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', 707 'quic/crypto/aes_128_gcm_encrypter_openssl.cc',
708 'quic/crypto/crypto_framer.cc', 708 'quic/crypto/crypto_framer.cc',
709 'quic/crypto/crypto_framer.h', 709 'quic/crypto/crypto_framer.h',
710 'quic/crypto/crypto_handshake.cc', 710 'quic/crypto/crypto_handshake.cc',
711 'quic/crypto/crypto_handshake.h', 711 'quic/crypto/crypto_handshake.h',
712 'quic/crypto/crypto_protocol.h', 712 'quic/crypto/crypto_protocol.h',
713 'quic/crypto/crypto_server_config.cc',
714 'quic/crypto/crypto_server_config.h',
715 'quic/crypto/crypto_server_config_protobuf.cc',
716 'quic/crypto/crypto_server_config_protobuf.h',
713 'quic/crypto/crypto_utils.cc', 717 'quic/crypto/crypto_utils.cc',
714 'quic/crypto/crypto_utils.h', 718 'quic/crypto/crypto_utils.h',
715 'quic/crypto/curve25519_key_exchange.cc', 719 'quic/crypto/curve25519_key_exchange.cc',
716 'quic/crypto/curve25519_key_exchange.h', 720 'quic/crypto/curve25519_key_exchange.h',
717 'quic/crypto/key_exchange.h', 721 'quic/crypto/key_exchange.h',
718 'quic/crypto/null_decrypter.cc', 722 'quic/crypto/null_decrypter.cc',
719 'quic/crypto/null_decrypter.h', 723 'quic/crypto/null_decrypter.h',
720 'quic/crypto/null_encrypter.cc', 724 'quic/crypto/null_encrypter.cc',
721 'quic/crypto/null_encrypter.h', 725 'quic/crypto/null_encrypter.h',
722 'quic/crypto/p256_key_exchange.h', 726 'quic/crypto/p256_key_exchange.h',
723 'quic/crypto/p256_key_exchange_nss.cc', 727 'quic/crypto/p256_key_exchange_nss.cc',
724 'quic/crypto/p256_key_exchange_openssl.cc', 728 'quic/crypto/p256_key_exchange_openssl.cc',
729 'quic/crypto/proof_source.h',
725 'quic/crypto/quic_decrypter.cc', 730 'quic/crypto/quic_decrypter.cc',
726 'quic/crypto/quic_decrypter.h', 731 'quic/crypto/quic_decrypter.h',
727 'quic/crypto/quic_encrypter.cc', 732 'quic/crypto/quic_encrypter.cc',
728 'quic/crypto/quic_encrypter.h', 733 'quic/crypto/quic_encrypter.h',
729 'quic/crypto/quic_random.cc', 734 'quic/crypto/quic_random.cc',
730 'quic/crypto/quic_random.h', 735 'quic/crypto/quic_random.h',
731 'quic/crypto/scoped_evp_cipher_ctx.h', 736 'quic/crypto/scoped_evp_cipher_ctx.h',
732 'quic/crypto/strike_register.cc', 737 'quic/crypto/strike_register.cc',
733 'quic/crypto/strike_register.h', 738 'quic/crypto/strike_register.h',
739 'quic/crypto/source_address_token.cc',
740 'quic/crypto/source_address_token.h',
734 'quic/quic_bandwidth.cc', 741 'quic/quic_bandwidth.cc',
735 'quic/quic_bandwidth.h', 742 'quic/quic_bandwidth.h',
736 'quic/quic_blocked_writer_interface.h', 743 'quic/quic_blocked_writer_interface.h',
737 'quic/quic_client_session.cc', 744 'quic/quic_client_session.cc',
738 'quic/quic_client_session.h', 745 'quic/quic_client_session.h',
739 'quic/quic_config.cc', 746 'quic/quic_config.cc',
740 'quic/quic_config.h', 747 'quic/quic_config.h',
741 'quic/quic_crypto_client_stream.cc', 748 'quic/quic_crypto_client_stream.cc',
742 'quic/quic_crypto_client_stream.h', 749 'quic/quic_crypto_client_stream.h',
743 'quic/quic_crypto_client_stream_factory.h', 750 'quic/quic_crypto_client_stream_factory.h',
(...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'tools/flip_server/streamer_interface.cc', 2514 'tools/flip_server/streamer_interface.cc',
2508 'tools/flip_server/streamer_interface.h', 2515 'tools/flip_server/streamer_interface.h',
2509 'tools/flip_server/string_piece_utils.h', 2516 'tools/flip_server/string_piece_utils.h',
2510 ], 2517 ],
2511 }, 2518 },
2512 { 2519 {
2513 'target_name': 'quic_library', 2520 'target_name': 'quic_library',
2514 'type': 'static_library', 2521 'type': 'static_library',
2515 'dependencies': [ 2522 'dependencies': [
2516 '../base/base.gyp:base', 2523 '../base/base.gyp:base',
2524 '../crypto/crypto.gyp:crypto',
2517 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 2525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2518 '../build/temp_gyp/googleurl.gyp:googleurl', 2526 '../build/temp_gyp/googleurl.gyp:googleurl',
2519 '../third_party/openssl/openssl.gyp:openssl', 2527 '../third_party/openssl/openssl.gyp:openssl',
2520 'flip_balsa_and_epoll_library', 2528 'flip_balsa_and_epoll_library',
2521 'net', 2529 'net',
2522 ], 2530 ],
2523 'sources': [ 2531 'sources': [
2524 'tools/quic/quic_client.cc', 2532 'tools/quic/quic_client.cc',
2525 'tools/quic/quic_client.h', 2533 'tools/quic/quic_client.h',
2526 'tools/quic/quic_client_session.cc', 2534 'tools/quic/quic_client_session.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2578 ], 2586 ],
2579 'sources': [ 2587 'sources': [
2580 'tools/quic/quic_server_bin.cc', 2588 'tools/quic/quic_server_bin.cc',
2581 ], 2589 ],
2582 }, 2590 },
2583 { 2591 {
2584 'target_name': 'quic_unittests', 2592 'target_name': 'quic_unittests',
2585 'type': '<(gtest_target_type)', 2593 'type': '<(gtest_target_type)',
2586 'dependencies': [ 2594 'dependencies': [
2587 '../base/base.gyp:test_support_base', 2595 '../base/base.gyp:test_support_base',
2596 '../crypto/crypto.gyp:crypto',
2588 '../testing/gmock.gyp:gmock', 2597 '../testing/gmock.gyp:gmock',
2589 '../testing/gtest.gyp:gtest', 2598 '../testing/gtest.gyp:gtest',
2590 'net', 2599 'net',
2591 'quic_library', 2600 'quic_library',
2592 ], 2601 ],
2593 'sources': [ 2602 'sources': [
2594 'quic/test_tools/quic_session_peer.cc', 2603 'quic/test_tools/quic_session_peer.cc',
2595 'quic/test_tools/quic_session_peer.h', 2604 'quic/test_tools/quic_session_peer.h',
2596 'quic/test_tools/crypto_test_utils.cc', 2605 'quic/test_tools/crypto_test_utils.cc',
2597 'quic/test_tools/crypto_test_utils.h', 2606 'quic/test_tools/crypto_test_utils.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2809 '--result', '<@(_outputs)', 2818 '--result', '<@(_outputs)',
2810 '--isolate', 'net_unittests.isolate', 2819 '--isolate', 'net_unittests.isolate',
2811 ], 2820 ],
2812 }, 2821 },
2813 ], 2822 ],
2814 }, 2823 },
2815 ], 2824 ],
2816 }], 2825 }],
2817 ], 2826 ],
2818 } 2827 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/crypto_handshake.h » ('j') | net/quic/crypto/source_address_token.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698