OLD | NEW |
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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'proxy/proxy_script_fetcher_impl.h', | 727 'proxy/proxy_script_fetcher_impl.h', |
728 'proxy/proxy_server.cc', | 728 'proxy/proxy_server.cc', |
729 'proxy/proxy_server.h', | 729 'proxy/proxy_server.h', |
730 'proxy/proxy_server_mac.cc', | 730 'proxy/proxy_server_mac.cc', |
731 'proxy/proxy_service.cc', | 731 'proxy/proxy_service.cc', |
732 'proxy/proxy_service.h', | 732 'proxy/proxy_service.h', |
733 'quic/congestion_control/cube_root.cc', | 733 'quic/congestion_control/cube_root.cc', |
734 'quic/congestion_control/cube_root.h', | 734 'quic/congestion_control/cube_root.h', |
735 'quic/congestion_control/cubic.cc', | 735 'quic/congestion_control/cubic.cc', |
736 'quic/congestion_control/cubic.h', | 736 'quic/congestion_control/cubic.h', |
737 'quic/congestion_control/fix_rate_receiver.cc', | |
738 'quic/congestion_control/fix_rate_receiver.h', | |
739 'quic/congestion_control/fix_rate_sender.cc', | |
740 'quic/congestion_control/fix_rate_sender.h', | |
741 'quic/congestion_control/hybrid_slow_start.cc', | 737 'quic/congestion_control/hybrid_slow_start.cc', |
742 'quic/congestion_control/hybrid_slow_start.h', | 738 'quic/congestion_control/hybrid_slow_start.h', |
743 'quic/congestion_control/leaky_bucket.cc', | 739 'quic/congestion_control/leaky_bucket.cc', |
744 'quic/congestion_control/leaky_bucket.h', | 740 'quic/congestion_control/leaky_bucket.h', |
745 'quic/congestion_control/loss_detection_interface.cc', | 741 'quic/congestion_control/loss_detection_interface.cc', |
746 'quic/congestion_control/loss_detection_interface.h', | 742 'quic/congestion_control/loss_detection_interface.h', |
747 'quic/congestion_control/pacing_sender.cc', | 743 'quic/congestion_control/pacing_sender.cc', |
748 'quic/congestion_control/pacing_sender.h', | 744 'quic/congestion_control/pacing_sender.h', |
749 'quic/congestion_control/receive_algorithm_interface.cc', | 745 'quic/congestion_control/receive_algorithm_interface.cc', |
750 'quic/congestion_control/receive_algorithm_interface.h', | 746 'quic/congestion_control/receive_algorithm_interface.h', |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1420 'proxy/proxy_info_unittest.cc', | 1416 'proxy/proxy_info_unittest.cc', |
1421 'proxy/proxy_list_unittest.cc', | 1417 'proxy/proxy_list_unittest.cc', |
1422 'proxy/proxy_resolver_v8_tracing_unittest.cc', | 1418 'proxy/proxy_resolver_v8_tracing_unittest.cc', |
1423 'proxy/proxy_resolver_v8_unittest.cc', | 1419 'proxy/proxy_resolver_v8_unittest.cc', |
1424 'proxy/proxy_script_decider_unittest.cc', | 1420 'proxy/proxy_script_decider_unittest.cc', |
1425 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1421 'proxy/proxy_script_fetcher_impl_unittest.cc', |
1426 'proxy/proxy_server_unittest.cc', | 1422 'proxy/proxy_server_unittest.cc', |
1427 'proxy/proxy_service_unittest.cc', | 1423 'proxy/proxy_service_unittest.cc', |
1428 'quic/congestion_control/cube_root_test.cc', | 1424 'quic/congestion_control/cube_root_test.cc', |
1429 'quic/congestion_control/cubic_test.cc', | 1425 'quic/congestion_control/cubic_test.cc', |
1430 'quic/congestion_control/fix_rate_test.cc', | |
1431 'quic/congestion_control/hybrid_slow_start_test.cc', | 1426 'quic/congestion_control/hybrid_slow_start_test.cc', |
1432 'quic/congestion_control/leaky_bucket_test.cc', | 1427 'quic/congestion_control/leaky_bucket_test.cc', |
1433 'quic/congestion_control/pacing_sender_test.cc', | 1428 'quic/congestion_control/pacing_sender_test.cc', |
1434 'quic/congestion_control/rtt_stats_test.cc', | 1429 'quic/congestion_control/rtt_stats_test.cc', |
1435 'quic/congestion_control/send_algorithm_simulator.cc', | 1430 'quic/congestion_control/send_algorithm_simulator.cc', |
1436 'quic/congestion_control/send_algorithm_simulator.h', | 1431 'quic/congestion_control/send_algorithm_simulator.h', |
1437 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1432 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1438 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1433 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1439 'quic/congestion_control/tcp_receiver_test.cc', | 1434 'quic/congestion_control/tcp_receiver_test.cc', |
1440 'quic/congestion_control/time_loss_algorithm_test.cc', | 1435 'quic/congestion_control/time_loss_algorithm_test.cc', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1730 'tools/quic/test_tools/quic_test_client.h', | 1725 'tools/quic/test_tools/quic_test_client.h', |
1731 'tools/quic/test_tools/quic_test_utils.cc', | 1726 'tools/quic/test_tools/quic_test_utils.cc', |
1732 'tools/quic/test_tools/quic_test_utils.h', | 1727 'tools/quic/test_tools/quic_test_utils.h', |
1733 'tools/quic/test_tools/server_thread.h', | 1728 'tools/quic/test_tools/server_thread.h', |
1734 'tools/quic/test_tools/server_thread.cc', | 1729 'tools/quic/test_tools/server_thread.cc', |
1735 'tools/quic/test_tools/simple_client.h', | 1730 'tools/quic/test_tools/simple_client.h', |
1736 'tools/quic/test_tools/simple_client.cc', | 1731 'tools/quic/test_tools/simple_client.cc', |
1737 ], | 1732 ], |
1738 } | 1733 } |
1739 } | 1734 } |
OLD | NEW |