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 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1871 "../app/signature_validator_win_unittest.cc", | 1871 "../app/signature_validator_win_unittest.cc", |
1872 "../common/crash_keys.cc", | 1872 "../common/crash_keys.cc", |
1873 "../common/crash_keys.h", | 1873 "../common/crash_keys.h", |
1874 ] | 1874 ] |
1875 | 1875 |
1876 deps = [ | 1876 deps = [ |
1877 ":test_support", | 1877 ":test_support", |
1878 "//breakpad:client", | 1878 "//breakpad:client", |
1879 "//chrome/browser", | 1879 "//chrome/browser", |
1880 "//chrome/child", | 1880 "//chrome/child", |
| 1881 "//components/crash_keys", |
1881 "//base/test:run_all_unittests", | 1882 "//base/test:run_all_unittests", |
1882 "//base/test:test_support", | 1883 "//base/test:test_support", |
1883 ] | 1884 ] |
1884 if (cld_version == 2) { | 1885 if (cld_version == 2) { |
1885 # Use whatever CLD2 data access mode that the | 1886 # Use whatever CLD2 data access mode that the |
1886 # application embedder is using. | 1887 # application embedder is using. |
1887 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1888 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
1888 } | 1889 } |
1889 } | 1890 } |
1890 | 1891 |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1957 "//third_party/mojo/src/mojo/edk/system", | 1958 "//third_party/mojo/src/mojo/edk/system", |
1958 ] | 1959 ] |
1959 | 1960 |
1960 if (!is_android && use_ash) { | 1961 if (!is_android && use_ash) { |
1961 sources += rebase_path( | 1962 sources += rebase_path( |
1962 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1963 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
1963 ".", | 1964 ".", |
1964 "//chrome") | 1965 "//chrome") |
1965 } | 1966 } |
1966 } | 1967 } |
OLD | NEW |