| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 'quic/crypto/crypto_framer.cc', | 648 'quic/crypto/crypto_framer.cc', |
| 649 'quic/crypto/crypto_framer.h', | 649 'quic/crypto/crypto_framer.h', |
| 650 'quic/crypto/crypto_protocol.cc', | 650 'quic/crypto/crypto_protocol.cc', |
| 651 'quic/crypto/crypto_protocol.h', | 651 'quic/crypto/crypto_protocol.h', |
| 652 'quic/crypto/null_decrypter.cc', | 652 'quic/crypto/null_decrypter.cc', |
| 653 'quic/crypto/null_encrypter.cc', | 653 'quic/crypto/null_encrypter.cc', |
| 654 'quic/crypto/quic_decrypter.h', | 654 'quic/crypto/quic_decrypter.h', |
| 655 'quic/crypto/quic_decrypter.cc', | 655 'quic/crypto/quic_decrypter.cc', |
| 656 'quic/crypto/quic_encrypter.h', | 656 'quic/crypto/quic_encrypter.h', |
| 657 'quic/crypto/quic_encrypter.cc', | 657 'quic/crypto/quic_encrypter.cc', |
| 658 'quic/quic_crypto_stream.cc', | |
| 659 'quic/quic_crypto_stream.h', | |
| 660 'quic/quic_clock.cc', | 658 'quic/quic_clock.cc', |
| 661 'quic/quic_clock.h', | 659 'quic/quic_clock.h', |
| 662 'quic/quic_connection.cc', | 660 'quic/quic_connection.cc', |
| 663 'quic/quic_connection.h', | 661 'quic/quic_connection.h', |
| 664 'quic/quic_data_reader.cc', | 662 'quic/quic_data_reader.cc', |
| 665 'quic/quic_data_reader.h', | 663 'quic/quic_data_reader.h', |
| 666 'quic/quic_data_writer.cc', | 664 'quic/quic_data_writer.cc', |
| 667 'quic/quic_data_writer.h', | 665 'quic/quic_data_writer.h', |
| 668 'quic/quic_fec_group.cc', | 666 'quic/quic_fec_group.cc', |
| 669 'quic/quic_fec_group.h', | 667 'quic/quic_fec_group.h', |
| 670 'quic/quic_framer.cc', | 668 'quic/quic_framer.cc', |
| 671 'quic/quic_framer.h', | 669 'quic/quic_framer.h', |
| 672 'quic/quic_packet_creator.cc', | 670 'quic/quic_packet_creator.cc', |
| 673 'quic/quic_packet_creator.h', | 671 'quic/quic_packet_creator.h', |
| 674 'quic/quic_protocol.cc', | 672 'quic/quic_protocol.cc', |
| 675 'quic/quic_protocol.h', | 673 'quic/quic_protocol.h', |
| 676 'quic/quic_session.cc', | |
| 677 'quic/quic_session.h', | |
| 678 'quic/quic_stream_sequencer.cc', | |
| 679 'quic/quic_stream_sequencer.h', | |
| 680 'quic/quic_utils.cc', | 674 'quic/quic_utils.cc', |
| 681 'quic/quic_utils.h', | 675 'quic/quic_utils.h', |
| 682 'quic/reliable_quic_stream.cc', | |
| 683 'quic/reliable_quic_stream.h', | |
| 684 'socket/buffered_write_stream_socket.cc', | 676 'socket/buffered_write_stream_socket.cc', |
| 685 'socket/buffered_write_stream_socket.h', | 677 'socket/buffered_write_stream_socket.h', |
| 686 'socket/client_socket_factory.cc', | 678 'socket/client_socket_factory.cc', |
| 687 'socket/client_socket_factory.h', | 679 'socket/client_socket_factory.h', |
| 688 'socket/client_socket_handle.cc', | 680 'socket/client_socket_handle.cc', |
| 689 'socket/client_socket_handle.h', | 681 'socket/client_socket_handle.h', |
| 690 'socket/client_socket_pool.cc', | 682 'socket/client_socket_pool.cc', |
| 691 'socket/client_socket_pool.h', | 683 'socket/client_socket_pool.h', |
| 692 'socket/client_socket_pool_base.cc', | 684 'socket/client_socket_pool_base.cc', |
| 693 'socket/client_socket_pool_base.h', | 685 'socket/client_socket_pool_base.h', |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1409 'quic/congestion_control/quic_receipt_metrics_collector_test.cc', | 1401 'quic/congestion_control/quic_receipt_metrics_collector_test.cc', |
| 1410 'quic/congestion_control/quic_send_scheduler_test.cc', | 1402 'quic/congestion_control/quic_send_scheduler_test.cc', |
| 1411 'quic/crypto/crypto_framer_test.cc', | 1403 'quic/crypto/crypto_framer_test.cc', |
| 1412 'quic/crypto/null_decrypter_test.cc', | 1404 'quic/crypto/null_decrypter_test.cc', |
| 1413 'quic/crypto/null_encrypter_test.cc', | 1405 'quic/crypto/null_encrypter_test.cc', |
| 1414 'quic/test_tools/mock_clock.cc', | 1406 'quic/test_tools/mock_clock.cc', |
| 1415 'quic/test_tools/mock_clock.h', | 1407 'quic/test_tools/mock_clock.h', |
| 1416 'quic/test_tools/quic_test_utils.cc', | 1408 'quic/test_tools/quic_test_utils.cc', |
| 1417 'quic/test_tools/quic_test_utils.h', | 1409 'quic/test_tools/quic_test_utils.h', |
| 1418 'quic/quic_connection_test.cc', | 1410 'quic/quic_connection_test.cc', |
| 1419 'quic/quic_crypto_stream_test.cc', | |
| 1420 'quic/quic_fec_group_test.cc', | 1411 'quic/quic_fec_group_test.cc', |
| 1421 'quic/quic_framer_test.cc', | 1412 'quic/quic_framer_test.cc', |
| 1422 'quic/quic_packet_creator_test.cc', | 1413 'quic/quic_packet_creator_test.cc', |
| 1423 'quic/quic_session_test.cc', | |
| 1424 'quic/quic_stream_sequencer_test.cc', | |
| 1425 'socket/buffered_write_stream_socket_unittest.cc', | 1414 'socket/buffered_write_stream_socket_unittest.cc', |
| 1426 'socket/client_socket_pool_base_unittest.cc', | 1415 'socket/client_socket_pool_base_unittest.cc', |
| 1427 'socket/deterministic_socket_data_unittest.cc', | 1416 'socket/deterministic_socket_data_unittest.cc', |
| 1428 'socket/mock_client_socket_pool_manager.cc', | 1417 'socket/mock_client_socket_pool_manager.cc', |
| 1429 'socket/mock_client_socket_pool_manager.h', | 1418 'socket/mock_client_socket_pool_manager.h', |
| 1430 'socket/socks5_client_socket_unittest.cc', | 1419 'socket/socks5_client_socket_unittest.cc', |
| 1431 'socket/socks_client_socket_pool_unittest.cc', | 1420 'socket/socks_client_socket_pool_unittest.cc', |
| 1432 'socket/socks_client_socket_unittest.cc', | 1421 'socket/socks_client_socket_unittest.cc', |
| 1433 'socket/ssl_client_socket_pool_unittest.cc', | 1422 'socket/ssl_client_socket_pool_unittest.cc', |
| 1434 'socket/ssl_client_socket_unittest.cc', | 1423 'socket/ssl_client_socket_unittest.cc', |
| (...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2376 '--result', '<@(_outputs)', | 2365 '--result', '<@(_outputs)', |
| 2377 '--isolate', 'net_unittests.isolate', | 2366 '--isolate', 'net_unittests.isolate', |
| 2378 ], | 2367 ], |
| 2379 }, | 2368 }, |
| 2380 ], | 2369 ], |
| 2381 }, | 2370 }, |
| 2382 ], | 2371 ], |
| 2383 }], | 2372 }], |
| 2384 ], | 2373 ], |
| 2385 } | 2374 } |
| OLD | NEW |