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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1887 | 1887 |
1888 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1888 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
1889 | 1889 |
1890 deps = [ | 1890 deps = [ |
1891 ":test_support", | 1891 ":test_support", |
1892 "//base", | 1892 "//base", |
1893 "//base:i18n", | 1893 "//base:i18n", |
1894 "//base/test:test_support", | 1894 "//base/test:test_support", |
1895 "//chrome/browser", | 1895 "//chrome/browser", |
1896 "//chrome/renderer", | 1896 "//chrome/renderer", |
| 1897 "//components/about_handler", |
1897 "//components/autofill/content/browser/wallet:test_support", | 1898 "//components/autofill/content/browser/wallet:test_support", |
1898 "//components/autofill/content/renderer:test_support", | 1899 "//components/autofill/content/renderer:test_support", |
1899 "//media/cast:test_support", | 1900 "//media/cast:test_support", |
1900 "//testing/gmock", | 1901 "//testing/gmock", |
1901 "//testing/gtest", | 1902 "//testing/gtest", |
1902 "//testing/perf", | 1903 "//testing/perf", |
1903 ] | 1904 ] |
1904 | 1905 |
1905 if (is_win) { | 1906 if (is_win) { |
1906 configs -= [ "//build/config/win:default_incremental_linking" ] | 1907 configs -= [ "//build/config/win:default_incremental_linking" ] |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 "//third_party/mojo/src/mojo/edk/system", | 1948 "//third_party/mojo/src/mojo/edk/system", |
1948 ] | 1949 ] |
1949 | 1950 |
1950 if (!is_android && use_ash) { | 1951 if (!is_android && use_ash) { |
1951 sources += rebase_path( | 1952 sources += rebase_path( |
1952 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1953 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
1953 ".", | 1954 ".", |
1954 "//chrome") | 1955 "//chrome") |
1955 } | 1956 } |
1956 } | 1957 } |
OLD | NEW |