OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 "//chrome:strings", | 729 "//chrome:strings", |
730 "//chrome/browser", | 730 "//chrome/browser", |
731 "//chrome/browser/resources:extension_resource_demo", | 731 "//chrome/browser/resources:extension_resource_demo", |
732 "//chrome/common/extensions/api", | 732 "//chrome/common/extensions/api", |
733 "//chrome/renderer", | 733 "//chrome/renderer", |
734 "//components/autofill/content/browser:risk_proto", | 734 "//components/autofill/content/browser:risk_proto", |
735 "//components/autofill/content/browser/wallet:test_support", | 735 "//components/autofill/content/browser/wallet:test_support", |
736 "//components/autofill/content/renderer:test_support", | 736 "//components/autofill/content/renderer:test_support", |
737 "//components/captive_portal:test_support", | 737 "//components/captive_portal:test_support", |
738 "//components/dom_distiller/content:content_browser", | 738 "//components/dom_distiller/content:content_browser", |
| 739 "//components/dom_distiller/content:content_renderer", |
739 "//components/dom_distiller/core:test_support", | 740 "//components/dom_distiller/core:test_support", |
740 "//components/guest_view/browser:test_support", | 741 "//components/guest_view/browser:test_support", |
741 "//components/resources", | 742 "//components/resources", |
742 "//components/strings", | 743 "//components/strings", |
743 "//components/translate/core/common", | 744 "//components/translate/core/common", |
744 "//components/user_manager:test_support", | 745 "//components/user_manager:test_support", |
745 "//crypto:platform", | 746 "//crypto:platform", |
746 "//crypto:test_support", | 747 "//crypto:test_support", |
747 "//device/bluetooth:mocks", | 748 "//device/bluetooth:mocks", |
748 "//device/serial:test_support", | 749 "//device/serial:test_support", |
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2017 "//third_party/mojo/src/mojo/edk/system", | 2018 "//third_party/mojo/src/mojo/edk/system", |
2018 ] | 2019 ] |
2019 | 2020 |
2020 if (!is_android && use_ash) { | 2021 if (!is_android && use_ash) { |
2021 sources += rebase_path( | 2022 sources += rebase_path( |
2022 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2023 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
2023 ".", | 2024 ".", |
2024 "//chrome") | 2025 "//chrome") |
2025 } | 2026 } |
2026 } | 2027 } |
OLD | NEW |