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 'conditions': [ | 9 'conditions': [ |
10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 'test/spawned_test_server/local_test_server.cc', | 623 'test/spawned_test_server/local_test_server.cc', |
624 'test/spawned_test_server/local_test_server.h', | 624 'test/spawned_test_server/local_test_server.h', |
625 'test/spawned_test_server/local_test_server_posix.cc', | 625 'test/spawned_test_server/local_test_server_posix.cc', |
626 'test/spawned_test_server/local_test_server_win.cc', | 626 'test/spawned_test_server/local_test_server_win.cc', |
627 'test/spawned_test_server/spawned_test_server.h', | 627 'test/spawned_test_server/spawned_test_server.h', |
628 'test/test_certificate_data.h', | 628 'test/test_certificate_data.h', |
629 'test/url_request/ssl_certificate_error_job.cc', | 629 'test/url_request/ssl_certificate_error_job.cc', |
630 'test/url_request/ssl_certificate_error_job.h', | 630 'test/url_request/ssl_certificate_error_job.h', |
631 'test/url_request/url_request_failed_job.cc', | 631 'test/url_request/url_request_failed_job.cc', |
632 'test/url_request/url_request_failed_job.h', | 632 'test/url_request/url_request_failed_job.h', |
| 633 'test/url_request/url_request_hanging_read_job.cc', |
| 634 'test/url_request/url_request_hanging_read_job.h', |
633 'test/url_request/url_request_mock_data_job.cc', | 635 'test/url_request/url_request_mock_data_job.cc', |
634 'test/url_request/url_request_mock_data_job.h', | 636 'test/url_request/url_request_mock_data_job.h', |
635 'test/url_request/url_request_slow_download_job.cc', | 637 'test/url_request/url_request_slow_download_job.cc', |
636 'test/url_request/url_request_slow_download_job.h', | 638 'test/url_request/url_request_slow_download_job.h', |
637 'url_request/test_url_fetcher_factory.cc', | 639 'url_request/test_url_fetcher_factory.cc', |
638 'url_request/test_url_fetcher_factory.h', | 640 'url_request/test_url_fetcher_factory.h', |
639 'url_request/url_request_test_util.cc', | 641 'url_request/url_request_test_util.cc', |
640 'url_request/url_request_test_util.h', | 642 'url_request/url_request_test_util.h', |
641 ], | 643 ], |
642 'conditions': [ | 644 'conditions': [ |
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1729 '../build/isolate.gypi', | 1731 '../build/isolate.gypi', |
1730 ], | 1732 ], |
1731 'sources': [ | 1733 'sources': [ |
1732 'net_unittests.isolate', | 1734 'net_unittests.isolate', |
1733 ], | 1735 ], |
1734 }, | 1736 }, |
1735 ], | 1737 ], |
1736 }], | 1738 }], |
1737 ], | 1739 ], |
1738 } | 1740 } |
OLD | NEW |