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

Side by Side Diff: net/net.gypi

Issue 420313005: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0723
Patch Set: change QUIC packet size to 1350 Created 6 years, 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'proxy/proxy_script_fetcher_impl.h', 730 'proxy/proxy_script_fetcher_impl.h',
731 'proxy/proxy_server.cc', 731 'proxy/proxy_server.cc',
732 'proxy/proxy_server.h', 732 'proxy/proxy_server.h',
733 'proxy/proxy_server_mac.cc', 733 'proxy/proxy_server_mac.cc',
734 'proxy/proxy_service.cc', 734 'proxy/proxy_service.cc',
735 'proxy/proxy_service.h', 735 'proxy/proxy_service.h',
736 'quic/congestion_control/cube_root.cc', 736 'quic/congestion_control/cube_root.cc',
737 'quic/congestion_control/cube_root.h', 737 'quic/congestion_control/cube_root.h',
738 'quic/congestion_control/cubic.cc', 738 'quic/congestion_control/cubic.cc',
739 'quic/congestion_control/cubic.h', 739 'quic/congestion_control/cubic.h',
740 'quic/congestion_control/fix_rate_receiver.cc',
741 'quic/congestion_control/fix_rate_receiver.h',
742 'quic/congestion_control/fix_rate_sender.cc',
743 'quic/congestion_control/fix_rate_sender.h',
744 'quic/congestion_control/hybrid_slow_start.cc', 740 'quic/congestion_control/hybrid_slow_start.cc',
745 'quic/congestion_control/hybrid_slow_start.h', 741 'quic/congestion_control/hybrid_slow_start.h',
746 'quic/congestion_control/leaky_bucket.cc', 742 'quic/congestion_control/leaky_bucket.cc',
747 'quic/congestion_control/leaky_bucket.h', 743 'quic/congestion_control/leaky_bucket.h',
748 'quic/congestion_control/loss_detection_interface.cc', 744 'quic/congestion_control/loss_detection_interface.cc',
749 'quic/congestion_control/loss_detection_interface.h', 745 'quic/congestion_control/loss_detection_interface.h',
750 'quic/congestion_control/pacing_sender.cc', 746 'quic/congestion_control/pacing_sender.cc',
751 'quic/congestion_control/pacing_sender.h', 747 'quic/congestion_control/pacing_sender.h',
752 'quic/congestion_control/receive_algorithm_interface.cc', 748 'quic/congestion_control/receive_algorithm_interface.cc',
753 'quic/congestion_control/receive_algorithm_interface.h', 749 'quic/congestion_control/receive_algorithm_interface.h',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 'proxy/proxy_info_unittest.cc', 1419 'proxy/proxy_info_unittest.cc',
1424 'proxy/proxy_list_unittest.cc', 1420 'proxy/proxy_list_unittest.cc',
1425 'proxy/proxy_resolver_v8_tracing_unittest.cc', 1421 'proxy/proxy_resolver_v8_tracing_unittest.cc',
1426 'proxy/proxy_resolver_v8_unittest.cc', 1422 'proxy/proxy_resolver_v8_unittest.cc',
1427 'proxy/proxy_script_decider_unittest.cc', 1423 'proxy/proxy_script_decider_unittest.cc',
1428 'proxy/proxy_script_fetcher_impl_unittest.cc', 1424 'proxy/proxy_script_fetcher_impl_unittest.cc',
1429 'proxy/proxy_server_unittest.cc', 1425 'proxy/proxy_server_unittest.cc',
1430 'proxy/proxy_service_unittest.cc', 1426 'proxy/proxy_service_unittest.cc',
1431 'quic/congestion_control/cube_root_test.cc', 1427 'quic/congestion_control/cube_root_test.cc',
1432 'quic/congestion_control/cubic_test.cc', 1428 'quic/congestion_control/cubic_test.cc',
1433 'quic/congestion_control/fix_rate_test.cc',
1434 'quic/congestion_control/hybrid_slow_start_test.cc', 1429 'quic/congestion_control/hybrid_slow_start_test.cc',
1435 'quic/congestion_control/leaky_bucket_test.cc', 1430 'quic/congestion_control/leaky_bucket_test.cc',
1436 'quic/congestion_control/pacing_sender_test.cc', 1431 'quic/congestion_control/pacing_sender_test.cc',
1437 'quic/congestion_control/rtt_stats_test.cc', 1432 'quic/congestion_control/rtt_stats_test.cc',
1438 'quic/congestion_control/send_algorithm_simulator.cc', 1433 'quic/congestion_control/send_algorithm_simulator.cc',
1439 'quic/congestion_control/send_algorithm_simulator.h', 1434 'quic/congestion_control/send_algorithm_simulator.h',
1440 'quic/congestion_control/tcp_cubic_sender_test.cc', 1435 'quic/congestion_control/tcp_cubic_sender_test.cc',
1441 'quic/congestion_control/tcp_loss_algorithm_test.cc', 1436 'quic/congestion_control/tcp_loss_algorithm_test.cc',
1442 'quic/congestion_control/tcp_receiver_test.cc', 1437 'quic/congestion_control/tcp_receiver_test.cc',
1443 'quic/congestion_control/time_loss_algorithm_test.cc', 1438 'quic/congestion_control/time_loss_algorithm_test.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 'tools/quic/test_tools/quic_test_client.h', 1728 'tools/quic/test_tools/quic_test_client.h',
1734 'tools/quic/test_tools/quic_test_utils.cc', 1729 'tools/quic/test_tools/quic_test_utils.cc',
1735 'tools/quic/test_tools/quic_test_utils.h', 1730 'tools/quic/test_tools/quic_test_utils.h',
1736 'tools/quic/test_tools/server_thread.h', 1731 'tools/quic/test_tools/server_thread.h',
1737 'tools/quic/test_tools/server_thread.cc', 1732 'tools/quic/test_tools/server_thread.cc',
1738 'tools/quic/test_tools/simple_client.h', 1733 'tools/quic/test_tools/simple_client.h',
1739 'tools/quic/test_tools/simple_client.cc', 1734 'tools/quic/test_tools/simple_client.cc',
1740 ], 1735 ],
1741 } 1736 }
1742 } 1737 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698