OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 "test/embedded_test_server/embedded_test_server.h", | 568 "test/embedded_test_server/embedded_test_server.h", |
569 "test/embedded_test_server/http_connection.cc", | 569 "test/embedded_test_server/http_connection.cc", |
570 "test/embedded_test_server/http_connection.h", | 570 "test/embedded_test_server/http_connection.h", |
571 "test/embedded_test_server/http_request.cc", | 571 "test/embedded_test_server/http_request.cc", |
572 "test/embedded_test_server/http_request.h", | 572 "test/embedded_test_server/http_request.h", |
573 "test/embedded_test_server/http_response.cc", | 573 "test/embedded_test_server/http_response.cc", |
574 "test/embedded_test_server/http_response.h", | 574 "test/embedded_test_server/http_response.h", |
575 "test/embedded_test_server/request_handler_util.cc", | 575 "test/embedded_test_server/request_handler_util.cc", |
576 "test/embedded_test_server/request_handler_util.h", | 576 "test/embedded_test_server/request_handler_util.h", |
577 "test/event_waiter.h", | 577 "test/event_waiter.h", |
| 578 "test/gtest_util.h", |
578 "test/net_test_suite.cc", | 579 "test/net_test_suite.cc", |
579 "test/net_test_suite.h", | 580 "test/net_test_suite.h", |
580 "test/python_utils.cc", | 581 "test/python_utils.cc", |
581 "test/python_utils.h", | 582 "test/python_utils.h", |
| 583 "test/scoped_disable_exit_on_dfatal.cc", |
| 584 "test/scoped_disable_exit_on_dfatal.h", |
582 "test/test_certificate_data.h", | 585 "test/test_certificate_data.h", |
583 "test/url_request/ssl_certificate_error_job.cc", | 586 "test/url_request/ssl_certificate_error_job.cc", |
584 "test/url_request/ssl_certificate_error_job.h", | 587 "test/url_request/ssl_certificate_error_job.h", |
585 "test/url_request/url_request_failed_job.cc", | 588 "test/url_request/url_request_failed_job.cc", |
586 "test/url_request/url_request_failed_job.h", | 589 "test/url_request/url_request_failed_job.h", |
587 "test/url_request/url_request_mock_data_job.cc", | 590 "test/url_request/url_request_mock_data_job.cc", |
588 "test/url_request/url_request_mock_data_job.h", | 591 "test/url_request/url_request_mock_data_job.h", |
589 "test/url_request/url_request_slow_download_job.cc", | 592 "test/url_request/url_request_slow_download_job.cc", |
590 "test/url_request/url_request_slow_download_job.h", | 593 "test/url_request/url_request_slow_download_job.h", |
591 "url_request/test_url_fetcher_factory.cc", | 594 "url_request/test_url_fetcher_factory.cc", |
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1897 sources = [ | 1900 sources = [ |
1898 "socket/socks5_client_socket_fuzzer.cc", | 1901 "socket/socks5_client_socket_fuzzer.cc", |
1899 ] | 1902 ] |
1900 deps = [ | 1903 deps = [ |
1901 ":net_fuzzer_test_support", | 1904 ":net_fuzzer_test_support", |
1902 ":test_support", | 1905 ":test_support", |
1903 "//base", | 1906 "//base", |
1904 "//net", | 1907 "//net", |
1905 ] | 1908 ] |
1906 } | 1909 } |
OLD | NEW |