| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//chrome/chrome_tests.gni") | 9 import("//chrome/chrome_tests.gni") |
| 10 import("//chrome/test/base/js2gtest.gni") | 10 import("//chrome/test/base/js2gtest.gni") |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "//chrome:strings", | 671 "//chrome:strings", |
| 672 "//chrome/browser", | 672 "//chrome/browser", |
| 673 "//chrome/browser/resources:extension_resource_demo", | 673 "//chrome/browser/resources:extension_resource_demo", |
| 674 "//chrome/common/extensions/api", | 674 "//chrome/common/extensions/api", |
| 675 "//chrome/renderer", | 675 "//chrome/renderer", |
| 676 "//components/autofill/content/browser:risk_proto", | 676 "//components/autofill/content/browser:risk_proto", |
| 677 "//components/autofill/content/browser/wallet:test_support", | 677 "//components/autofill/content/browser/wallet:test_support", |
| 678 "//components/autofill/content/renderer:test_support", | 678 "//components/autofill/content/renderer:test_support", |
| 679 "//components/captive_portal:test_support", | 679 "//components/captive_portal:test_support", |
| 680 "//components/dom_distiller/content:content_browser", | 680 "//components/dom_distiller/content:content_browser", |
| 681 "//components/dom_distiller/content:content_renderer", |
| 681 "//components/dom_distiller/core:test_support", | 682 "//components/dom_distiller/core:test_support", |
| 682 "//components/guest_view/browser:test_support", | 683 "//components/guest_view/browser:test_support", |
| 683 "//components/resources", | 684 "//components/resources", |
| 684 "//components/strings", | 685 "//components/strings", |
| 685 "//components/translate/core/common", | 686 "//components/translate/core/common", |
| 686 "//components/user_manager:test_support", | 687 "//components/user_manager:test_support", |
| 687 "//crypto:platform", | 688 "//crypto:platform", |
| 688 "//crypto:test_support", | 689 "//crypto:test_support", |
| 689 "//device/bluetooth:mocks", | 690 "//device/bluetooth:mocks", |
| 690 "//device/serial:test_support", | 691 "//device/serial:test_support", |
| (...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 "//third_party/mojo/src/mojo/edk/system", | 1955 "//third_party/mojo/src/mojo/edk/system", |
| 1955 ] | 1956 ] |
| 1956 | 1957 |
| 1957 if (!is_android && use_ash) { | 1958 if (!is_android && use_ash) { |
| 1958 sources += rebase_path( | 1959 sources += rebase_path( |
| 1959 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1960 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1960 ".", | 1961 ".", |
| 1961 "//chrome") | 1962 "//chrome") |
| 1962 } | 1963 } |
| 1963 } | 1964 } |
| OLD | NEW |