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/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
9 import("//url/config.gni") | 9 import("//url/config.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1560 "base/keygen_handler_unittest.cc", | 1560 "base/keygen_handler_unittest.cc", |
1561 "disk_cache/backend_unittest.cc", | 1561 "disk_cache/backend_unittest.cc", |
1562 "disk_cache/blockfile/block_files_unittest.cc", | 1562 "disk_cache/blockfile/block_files_unittest.cc", |
1563 | 1563 |
1564 # Need to read input data files. | 1564 # Need to read input data files. |
1565 "filter/gzip_filter_unittest.cc", | 1565 "filter/gzip_filter_unittest.cc", |
1566 "socket/ssl_server_socket_unittest.cc", | 1566 "socket/ssl_server_socket_unittest.cc", |
1567 "spdy/fuzzing/hpack_fuzz_util_test.cc", | 1567 "spdy/fuzzing/hpack_fuzz_util_test.cc", |
1568 | 1568 |
1569 # Need TestServer. | 1569 # Need TestServer. |
| 1570 "cert_net/cert_net_fetcher_impl_unittest.cc", |
1570 "proxy/proxy_script_fetcher_impl_unittest.cc", | 1571 "proxy/proxy_script_fetcher_impl_unittest.cc", |
1571 "socket/ssl_client_socket_unittest.cc", | 1572 "socket/ssl_client_socket_unittest.cc", |
1572 "url_request/url_fetcher_impl_unittest.cc", | 1573 "url_request/url_fetcher_impl_unittest.cc", |
1573 "url_request/url_request_context_builder_unittest.cc", | 1574 "url_request/url_request_context_builder_unittest.cc", |
1574 | 1575 |
1575 # Needs GetAppOutput(). | 1576 # Needs GetAppOutput(). |
1576 "test/python_utils_unittest.cc", | 1577 "test/python_utils_unittest.cc", |
1577 | 1578 |
1578 # The following tests are disabled because they don't apply to | 1579 # The following tests are disabled because they don't apply to |
1579 # iOS. | 1580 # iOS. |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1642 } else { | 1643 } else { |
1643 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1644 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
1644 } | 1645 } |
1645 | 1646 |
1646 if (is_win && icu_use_data_file) { | 1647 if (is_win && icu_use_data_file) { |
1647 # This is needed to trigger the dll copy step on windows. | 1648 # This is needed to trigger the dll copy step on windows. |
1648 # TODO(mark): Specifying this here shouldn't be necessary. | 1649 # TODO(mark): Specifying this here shouldn't be necessary. |
1649 deps += [ "//third_party/icu:icudata" ] | 1650 deps += [ "//third_party/icu:icudata" ] |
1650 } | 1651 } |
1651 } | 1652 } |
OLD | NEW |