| 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 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1424 'quic/crypto/null_decrypter_test.cc', | 1424 'quic/crypto/null_decrypter_test.cc', |
| 1425 'quic/crypto/null_encrypter_test.cc', | 1425 'quic/crypto/null_encrypter_test.cc', |
| 1426 'quic/crypto/p256_key_exchange_test.cc', | 1426 'quic/crypto/p256_key_exchange_test.cc', |
| 1427 'quic/crypto/proof_test.cc', | 1427 'quic/crypto/proof_test.cc', |
| 1428 'quic/crypto/quic_crypto_client_config_test.cc', | 1428 'quic/crypto/quic_crypto_client_config_test.cc', |
| 1429 'quic/crypto/quic_crypto_server_config_test.cc', | 1429 'quic/crypto/quic_crypto_server_config_test.cc', |
| 1430 'quic/crypto/quic_random_test.cc', | 1430 'quic/crypto/quic_random_test.cc', |
| 1431 'quic/crypto/strike_register_test.cc', | 1431 'quic/crypto/strike_register_test.cc', |
| 1432 'quic/iovector_test.cc', | 1432 'quic/iovector_test.cc', |
| 1433 'quic/port_suggester_unittest.cc', | 1433 'quic/port_suggester_unittest.cc', |
| 1434 'quic/quic_dispatcher.cc', | |
| 1435 'quic/quic_dispatcher.h', | |
| 1436 'quic/quic_in_memory_cache.cc', | |
| 1437 'quic/quic_in_memory_cache.h', | |
| 1438 'quic/quic_server_packet_writer.cc', | |
| 1439 'quic/quic_server_packet_writer.h', | |
| 1440 'quic/quic_server_session.cc', | |
| 1441 'quic/quic_server_session.h', | |
| 1442 'quic/quic_spdy_server_stream.cc', | |
| 1443 'quic/quic_spdy_server_stream.h', | |
| 1444 'quic/quic_time_wait_list_manager.cc', | |
| 1445 'quic/quic_time_wait_list_manager.h', | |
| 1446 'quic/test_tools/crypto_test_utils.cc', | 1434 'quic/test_tools/crypto_test_utils.cc', |
| 1447 'quic/test_tools/crypto_test_utils.h', | 1435 'quic/test_tools/crypto_test_utils.h', |
| 1448 'quic/test_tools/crypto_test_utils_chromium.cc', | 1436 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 1449 'quic/test_tools/crypto_test_utils_nss.cc', | 1437 'quic/test_tools/crypto_test_utils_nss.cc', |
| 1450 'quic/test_tools/crypto_test_utils_openssl.cc', | 1438 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 1451 'quic/test_tools/delayed_verify_strike_register_client.cc', | 1439 'quic/test_tools/delayed_verify_strike_register_client.cc', |
| 1452 'quic/test_tools/delayed_verify_strike_register_client.h', | 1440 'quic/test_tools/delayed_verify_strike_register_client.h', |
| 1453 'quic/test_tools/mock_clock.cc', | 1441 'quic/test_tools/mock_clock.cc', |
| 1454 'quic/test_tools/mock_clock.h', | 1442 'quic/test_tools/mock_clock.h', |
| 1455 'quic/test_tools/mock_crypto_client_stream.cc', | 1443 'quic/test_tools/mock_crypto_client_stream.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 'quic/quic_http_utils_test.cc', | 1504 'quic/quic_http_utils_test.cc', |
| 1517 'quic/quic_network_transaction_unittest.cc', | 1505 'quic/quic_network_transaction_unittest.cc', |
| 1518 'quic/quic_packet_creator_test.cc', | 1506 'quic/quic_packet_creator_test.cc', |
| 1519 'quic/quic_packet_generator_test.cc', | 1507 'quic/quic_packet_generator_test.cc', |
| 1520 'quic/quic_protocol_test.cc', | 1508 'quic/quic_protocol_test.cc', |
| 1521 'quic/quic_received_packet_manager_test.cc', | 1509 'quic/quic_received_packet_manager_test.cc', |
| 1522 'quic/quic_reliable_client_stream_test.cc', | 1510 'quic/quic_reliable_client_stream_test.cc', |
| 1523 'quic/quic_sent_entropy_manager_test.cc', | 1511 'quic/quic_sent_entropy_manager_test.cc', |
| 1524 'quic/quic_sent_packet_manager_test.cc', | 1512 'quic/quic_sent_packet_manager_test.cc', |
| 1525 'quic/quic_server_id_test.cc', | 1513 'quic/quic_server_id_test.cc', |
| 1514 'quic/quic_server_test.cc', |
| 1526 'quic/quic_session_test.cc', | 1515 'quic/quic_session_test.cc', |
| 1527 'quic/quic_socket_address_coder_test.cc', | 1516 'quic/quic_socket_address_coder_test.cc', |
| 1528 'quic/quic_stream_factory_test.cc', | 1517 'quic/quic_stream_factory_test.cc', |
| 1529 'quic/quic_stream_sequencer_test.cc', | 1518 'quic/quic_stream_sequencer_test.cc', |
| 1530 'quic/quic_time_test.cc', | 1519 'quic/quic_time_test.cc', |
| 1531 'quic/quic_unacked_packet_map_test.cc', | 1520 'quic/quic_unacked_packet_map_test.cc', |
| 1532 'quic/quic_utils_chromium_test.cc', | 1521 'quic/quic_utils_chromium_test.cc', |
| 1533 'quic/quic_utils_test.cc', | 1522 'quic/quic_utils_test.cc', |
| 1534 'quic/quic_write_blocked_list_test.cc', | 1523 'quic/quic_write_blocked_list_test.cc', |
| 1535 'quic/reliable_quic_stream_test.cc', | 1524 'quic/reliable_quic_stream_test.cc', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1704 'tools/quic/test_tools/quic_test_client.h', | 1693 'tools/quic/test_tools/quic_test_client.h', |
| 1705 'tools/quic/test_tools/quic_test_utils.cc', | 1694 'tools/quic/test_tools/quic_test_utils.cc', |
| 1706 'tools/quic/test_tools/quic_test_utils.h', | 1695 'tools/quic/test_tools/quic_test_utils.h', |
| 1707 'tools/quic/test_tools/server_thread.h', | 1696 'tools/quic/test_tools/server_thread.h', |
| 1708 'tools/quic/test_tools/server_thread.cc', | 1697 'tools/quic/test_tools/server_thread.cc', |
| 1709 'tools/quic/test_tools/simple_client.h', | 1698 'tools/quic/test_tools/simple_client.h', |
| 1710 'tools/quic/test_tools/simple_client.cc', | 1699 'tools/quic/test_tools/simple_client.cc', |
| 1711 ], | 1700 ], |
| 1712 } | 1701 } |
| 1713 } | 1702 } |
| OLD | NEW |