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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 "proxy/mock_proxy_resolver.h", | 626 "proxy/mock_proxy_resolver.h", |
627 "proxy/mock_proxy_script_fetcher.cc", | 627 "proxy/mock_proxy_script_fetcher.cc", |
628 "proxy/mock_proxy_script_fetcher.h", | 628 "proxy/mock_proxy_script_fetcher.h", |
629 "proxy/proxy_config_service_common_unittest.cc", | 629 "proxy/proxy_config_service_common_unittest.cc", |
630 "proxy/proxy_config_service_common_unittest.h", | 630 "proxy/proxy_config_service_common_unittest.h", |
631 "socket/socket_test_util.cc", | 631 "socket/socket_test_util.cc", |
632 "socket/socket_test_util.h", | 632 "socket/socket_test_util.h", |
633 "test/cert_test_util.cc", | 633 "test/cert_test_util.cc", |
634 "test/cert_test_util.h", | 634 "test/cert_test_util.h", |
635 "test/cert_test_util_nss.cc", | 635 "test/cert_test_util_nss.cc", |
| 636 "test/channel_id_test_util.cc", |
| 637 "test/channel_id_test_util.h", |
636 "test/ct_test_util.cc", | 638 "test/ct_test_util.cc", |
637 "test/ct_test_util.h", | 639 "test/ct_test_util.h", |
638 "test/embedded_test_server/embedded_test_server.cc", | 640 "test/embedded_test_server/embedded_test_server.cc", |
639 "test/embedded_test_server/embedded_test_server.h", | 641 "test/embedded_test_server/embedded_test_server.h", |
640 "test/embedded_test_server/http_connection.cc", | 642 "test/embedded_test_server/http_connection.cc", |
641 "test/embedded_test_server/http_connection.h", | 643 "test/embedded_test_server/http_connection.h", |
642 "test/embedded_test_server/http_request.cc", | 644 "test/embedded_test_server/http_request.cc", |
643 "test/embedded_test_server/http_request.h", | 645 "test/embedded_test_server/http_request.h", |
644 "test/embedded_test_server/http_response.cc", | 646 "test/embedded_test_server/http_response.cc", |
645 "test/embedded_test_server/http_response.h", | 647 "test/embedded_test_server/http_response.h", |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1618 } else { | 1620 } else { |
1619 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1621 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
1620 } | 1622 } |
1621 | 1623 |
1622 if (is_win && icu_use_data_file) { | 1624 if (is_win && icu_use_data_file) { |
1623 # This is needed to trigger the dll copy step on windows. | 1625 # This is needed to trigger the dll copy step on windows. |
1624 # TODO(mark): Specifying this here shouldn't be necessary. | 1626 # TODO(mark): Specifying this here shouldn't be necessary. |
1625 deps += [ "//third_party/icu:icudata" ] | 1627 deps += [ "//third_party/icu:icudata" ] |
1626 } | 1628 } |
1627 } | 1629 } |
OLD | NEW |