OLD | NEW |
---|---|
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
523 'base/load_timing_info_test_util.h', | 523 'base/load_timing_info_test_util.h', |
524 'base/mock_file_stream.cc', | 524 'base/mock_file_stream.cc', |
525 'base/mock_file_stream.h', | 525 'base/mock_file_stream.h', |
526 'base/test_completion_callback.cc', | 526 'base/test_completion_callback.cc', |
527 'base/test_completion_callback.h', | 527 'base/test_completion_callback.h', |
528 'base/test_data_directory.cc', | 528 'base/test_data_directory.cc', |
529 'base/test_data_directory.h', | 529 'base/test_data_directory.h', |
530 'cert/mock_cert_verifier.cc', | 530 'cert/mock_cert_verifier.cc', |
531 'cert/mock_cert_verifier.h', | 531 'cert/mock_cert_verifier.h', |
532 'cert/mock_client_cert_verifier.cc', | 532 'cert/mock_client_cert_verifier.cc', |
533 'cert/mock_client_cert_verifier.h', | 533 'cert/mock_client_cert_verifier.h', |
gavinp
2016/02/22 15:44:57
Not really a problem here, but it can be a good id
| |
534 'cookies/cookie_monster_store_test.cc', | 534 'cookies/cookie_monster_store_test.cc', |
535 'cookies/cookie_monster_store_test.h', | 535 'cookies/cookie_monster_store_test.h', |
536 'cookies/cookie_store_test_callbacks.cc', | 536 'cookies/cookie_store_test_callbacks.cc', |
537 'cookies/cookie_store_test_callbacks.h', | 537 'cookies/cookie_store_test_callbacks.h', |
538 'cookies/cookie_store_test_helpers.cc', | 538 'cookies/cookie_store_test_helpers.cc', |
539 'cookies/cookie_store_test_helpers.h', | 539 'cookies/cookie_store_test_helpers.h', |
540 'cookies/cookie_store_unittest.h', | 540 'cookies/cookie_store_unittest.h', |
541 'disk_cache/disk_cache_test_base.cc', | 541 'disk_cache/disk_cache_test_base.cc', |
542 'disk_cache/disk_cache_test_base.h', | 542 'disk_cache/disk_cache_test_base.h', |
543 'disk_cache/disk_cache_test_util.cc', | 543 'disk_cache/disk_cache_test_util.cc', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
784 'tools/balsa/http_message_constants.h', | 784 'tools/balsa/http_message_constants.h', |
785 'tools/balsa/noop_balsa_visitor.h', | 785 'tools/balsa/noop_balsa_visitor.h', |
786 'tools/balsa/simple_buffer.cc', | 786 'tools/balsa/simple_buffer.cc', |
787 'tools/balsa/simple_buffer.h', | 787 'tools/balsa/simple_buffer.h', |
788 'tools/balsa/string_piece_utils.h', | 788 'tools/balsa/string_piece_utils.h', |
789 'tools/quic/spdy_balsa_utils.cc', | 789 'tools/quic/spdy_balsa_utils.cc', |
790 'tools/quic/spdy_balsa_utils.h', | 790 'tools/quic/spdy_balsa_utils.h', |
791 ], | 791 ], |
792 }, | 792 }, |
793 { | 793 { |
794 'target_name': 'cachetool', | |
795 'type': 'executable', | |
796 'dependencies': [ | |
797 '../base/base.gyp:base', | |
798 'net', | |
799 'net_test_support', | |
800 ], | |
801 'sources': [ | |
802 'tools/cachetool/cachetool.cc', | |
803 ], | |
804 }, | |
805 { | |
794 'target_name': 'dump_cache', | 806 'target_name': 'dump_cache', |
795 'type': 'executable', | 807 'type': 'executable', |
796 'dependencies': [ | 808 'dependencies': [ |
797 '../base/base.gyp:base', | 809 '../base/base.gyp:base', |
798 'net', | 810 'net', |
799 'net_test_support', | 811 'net_test_support', |
800 ], | 812 ], |
801 'sources': [ | 813 'sources': [ |
802 'tools/dump_cache/dump_cache.cc', | 814 'tools/dump_cache/dump_cache.cc', |
803 'tools/dump_cache/dump_files.cc', | 815 'tools/dump_cache/dump_files.cc', |
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1703 '../build/isolate.gypi', | 1715 '../build/isolate.gypi', |
1704 ], | 1716 ], |
1705 'sources': [ | 1717 'sources': [ |
1706 'net_unittests.isolate', | 1718 'net_unittests.isolate', |
1707 ], | 1719 ], |
1708 }, | 1720 }, |
1709 ], | 1721 ], |
1710 }], | 1722 }], |
1711 ], | 1723 ], |
1712 } | 1724 } |
OLD | NEW |