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

Side by Side Diff: net/net.gypi

Issue 932723002: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | net/quic/congestion_control/cube_root.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 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'proxy/proxy_script_decider.cc', 753 'proxy/proxy_script_decider.cc',
754 'proxy/proxy_script_decider.h', 754 'proxy/proxy_script_decider.h',
755 'proxy/proxy_script_fetcher.h', 755 'proxy/proxy_script_fetcher.h',
756 'proxy/proxy_script_fetcher_impl.cc', 756 'proxy/proxy_script_fetcher_impl.cc',
757 'proxy/proxy_script_fetcher_impl.h', 757 'proxy/proxy_script_fetcher_impl.h',
758 'proxy/proxy_server.cc', 758 'proxy/proxy_server.cc',
759 'proxy/proxy_server.h', 759 'proxy/proxy_server.h',
760 'proxy/proxy_server_mac.cc', 760 'proxy/proxy_server_mac.cc',
761 'proxy/proxy_service.cc', 761 'proxy/proxy_service.cc',
762 'proxy/proxy_service.h', 762 'proxy/proxy_service.h',
763 'quic/congestion_control/cube_root.cc',
764 'quic/congestion_control/cube_root.h',
765 'quic/congestion_control/cubic.cc', 763 'quic/congestion_control/cubic.cc',
766 'quic/congestion_control/cubic.h', 764 'quic/congestion_control/cubic.h',
767 'quic/congestion_control/hybrid_slow_start.cc', 765 'quic/congestion_control/hybrid_slow_start.cc',
768 'quic/congestion_control/hybrid_slow_start.h', 766 'quic/congestion_control/hybrid_slow_start.h',
769 'quic/congestion_control/loss_detection_interface.cc', 767 'quic/congestion_control/loss_detection_interface.cc',
770 'quic/congestion_control/loss_detection_interface.h', 768 'quic/congestion_control/loss_detection_interface.h',
771 'quic/congestion_control/pacing_sender.cc', 769 'quic/congestion_control/pacing_sender.cc',
772 'quic/congestion_control/pacing_sender.h', 770 'quic/congestion_control/pacing_sender.h',
773 'quic/congestion_control/prr_sender.cc', 771 'quic/congestion_control/prr_sender.cc',
774 'quic/congestion_control/prr_sender.h', 772 'quic/congestion_control/prr_sender.h',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 'proxy/proxy_config_service_win_unittest.cc', 1444 'proxy/proxy_config_service_win_unittest.cc',
1447 'proxy/proxy_config_unittest.cc', 1445 'proxy/proxy_config_unittest.cc',
1448 'proxy/proxy_info_unittest.cc', 1446 'proxy/proxy_info_unittest.cc',
1449 'proxy/proxy_list_unittest.cc', 1447 'proxy/proxy_list_unittest.cc',
1450 'proxy/proxy_resolver_v8_tracing_unittest.cc', 1448 'proxy/proxy_resolver_v8_tracing_unittest.cc',
1451 'proxy/proxy_resolver_v8_unittest.cc', 1449 'proxy/proxy_resolver_v8_unittest.cc',
1452 'proxy/proxy_script_decider_unittest.cc', 1450 'proxy/proxy_script_decider_unittest.cc',
1453 'proxy/proxy_script_fetcher_impl_unittest.cc', 1451 'proxy/proxy_script_fetcher_impl_unittest.cc',
1454 'proxy/proxy_server_unittest.cc', 1452 'proxy/proxy_server_unittest.cc',
1455 'proxy/proxy_service_unittest.cc', 1453 'proxy/proxy_service_unittest.cc',
1456 'quic/congestion_control/cube_root_test.cc',
1457 'quic/congestion_control/cubic_test.cc', 1454 'quic/congestion_control/cubic_test.cc',
1458 'quic/congestion_control/hybrid_slow_start_test.cc', 1455 'quic/congestion_control/hybrid_slow_start_test.cc',
1459 'quic/congestion_control/pacing_sender_test.cc', 1456 'quic/congestion_control/pacing_sender_test.cc',
1460 'quic/congestion_control/prr_sender_test.cc', 1457 'quic/congestion_control/prr_sender_test.cc',
1461 'quic/congestion_control/rtt_stats_test.cc', 1458 'quic/congestion_control/rtt_stats_test.cc',
1462 'quic/congestion_control/send_algorithm_simulator.cc', 1459 'quic/congestion_control/send_algorithm_simulator.cc',
1463 'quic/congestion_control/send_algorithm_simulator.h', 1460 'quic/congestion_control/send_algorithm_simulator.h',
1464 'quic/congestion_control/tcp_cubic_sender_test.cc', 1461 'quic/congestion_control/tcp_cubic_sender_test.cc',
1465 'quic/congestion_control/tcp_loss_algorithm_test.cc', 1462 'quic/congestion_control/tcp_loss_algorithm_test.cc',
1466 'quic/congestion_control/time_loss_algorithm_test.cc', 1463 'quic/congestion_control/time_loss_algorithm_test.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 ], 1766 ],
1770 'net_base_mac_ios_sources': [ 1767 'net_base_mac_ios_sources': [
1771 'base/mac/url_conversions.h', 1768 'base/mac/url_conversions.h',
1772 'base/mac/url_conversions.mm', 1769 'base/mac/url_conversions.mm',
1773 ], 1770 ],
1774 'net_base_test_mac_ios_sources': [ 1771 'net_base_test_mac_ios_sources': [
1775 'base/mac/url_conversions_unittest.mm', 1772 'base/mac/url_conversions_unittest.mm',
1776 ], 1773 ],
1777 } 1774 }
1778 } 1775 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/cube_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698