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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 'quic/crypto/quic_server_info.h', | 856 'quic/crypto/quic_server_info.h', |
857 'quic/crypto/scoped_evp_aead_ctx.cc', | 857 'quic/crypto/scoped_evp_aead_ctx.cc', |
858 'quic/crypto/scoped_evp_aead_ctx.h', | 858 'quic/crypto/scoped_evp_aead_ctx.h', |
859 'quic/crypto/source_address_token.cc', | 859 'quic/crypto/source_address_token.cc', |
860 'quic/crypto/source_address_token.h', | 860 'quic/crypto/source_address_token.h', |
861 'quic/crypto/strike_register.cc', | 861 'quic/crypto/strike_register.cc', |
862 'quic/crypto/strike_register.h', | 862 'quic/crypto/strike_register.h', |
863 'quic/crypto/strike_register_client.h', | 863 'quic/crypto/strike_register_client.h', |
864 'quic/iovector.cc', | 864 'quic/iovector.cc', |
865 'quic/iovector.h', | 865 'quic/iovector.h', |
| 866 'quic/network_connection.cc', |
| 867 'quic/network_connection.h', |
866 'quic/port_suggester.cc', | 868 'quic/port_suggester.cc', |
867 'quic/port_suggester.h', | 869 'quic/port_suggester.h', |
868 'quic/quic_ack_notifier.cc', | 870 'quic/quic_ack_notifier.cc', |
869 'quic/quic_ack_notifier.h', | 871 'quic/quic_ack_notifier.h', |
870 'quic/quic_ack_notifier_manager.cc', | 872 'quic/quic_ack_notifier_manager.cc', |
871 'quic/quic_ack_notifier_manager.h', | 873 'quic/quic_ack_notifier_manager.h', |
872 'quic/quic_address_mismatch.cc', | 874 'quic/quic_address_mismatch.cc', |
873 'quic/quic_address_mismatch.h', | 875 'quic/quic_address_mismatch.h', |
874 'quic/quic_alarm.cc', | 876 'quic/quic_alarm.cc', |
875 'quic/quic_alarm.h', | 877 'quic/quic_alarm.h', |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1476 'quic/crypto/local_strike_register_client_test.cc', | 1478 'quic/crypto/local_strike_register_client_test.cc', |
1477 'quic/crypto/null_decrypter_test.cc', | 1479 'quic/crypto/null_decrypter_test.cc', |
1478 'quic/crypto/null_encrypter_test.cc', | 1480 'quic/crypto/null_encrypter_test.cc', |
1479 'quic/crypto/p256_key_exchange_test.cc', | 1481 'quic/crypto/p256_key_exchange_test.cc', |
1480 'quic/crypto/proof_test.cc', | 1482 'quic/crypto/proof_test.cc', |
1481 'quic/crypto/quic_crypto_client_config_test.cc', | 1483 'quic/crypto/quic_crypto_client_config_test.cc', |
1482 'quic/crypto/quic_crypto_server_config_test.cc', | 1484 'quic/crypto/quic_crypto_server_config_test.cc', |
1483 'quic/crypto/quic_random_test.cc', | 1485 'quic/crypto/quic_random_test.cc', |
1484 'quic/crypto/strike_register_test.cc', | 1486 'quic/crypto/strike_register_test.cc', |
1485 'quic/iovector_test.cc', | 1487 'quic/iovector_test.cc', |
| 1488 'quic/network_connection_unittest.cc', |
1486 'quic/port_suggester_unittest.cc', | 1489 'quic/port_suggester_unittest.cc', |
1487 'quic/quic_ack_notifier_test.cc', | 1490 'quic/quic_ack_notifier_test.cc', |
1488 'quic/quic_address_mismatch_test.cc', | 1491 'quic/quic_address_mismatch_test.cc', |
1489 'quic/quic_alarm_test.cc', | 1492 'quic/quic_alarm_test.cc', |
1490 'quic/quic_bandwidth_test.cc', | 1493 'quic/quic_bandwidth_test.cc', |
1491 'quic/quic_client_session_test.cc', | 1494 'quic/quic_client_session_test.cc', |
1492 'quic/quic_clock_test.cc', | 1495 'quic/quic_clock_test.cc', |
1493 'quic/quic_config_test.cc', | 1496 'quic/quic_config_test.cc', |
1494 'quic/quic_connection_helper_test.cc', | 1497 'quic/quic_connection_helper_test.cc', |
1495 'quic/quic_connection_logger_unittest.cc', | 1498 'quic/quic_connection_logger_unittest.cc', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1766 ], | 1769 ], |
1767 'net_base_mac_ios_sources': [ | 1770 'net_base_mac_ios_sources': [ |
1768 'base/mac/url_conversions.h', | 1771 'base/mac/url_conversions.h', |
1769 'base/mac/url_conversions.mm', | 1772 'base/mac/url_conversions.mm', |
1770 ], | 1773 ], |
1771 'net_base_test_mac_ios_sources': [ | 1774 'net_base_test_mac_ios_sources': [ |
1772 'base/mac/url_conversions_unittest.mm', | 1775 'base/mac/url_conversions_unittest.mm', |
1773 ], | 1776 ], |
1774 } | 1777 } |
1775 } | 1778 } |
OLD | NEW |