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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2103 "../common/crash_keys.cc", | 2103 "../common/crash_keys.cc", |
2104 "../common/crash_keys.h", | 2104 "../common/crash_keys.h", |
2105 ] | 2105 ] |
2106 | 2106 |
2107 deps = [ | 2107 deps = [ |
2108 ":test_support", | 2108 ":test_support", |
2109 "//breakpad:client", | 2109 "//breakpad:client", |
2110 "//chrome/browser", | 2110 "//chrome/browser", |
2111 "//chrome/child", | 2111 "//chrome/child", |
2112 "//components/crash/core/common", | 2112 "//components/crash/core/common", |
| 2113 "//components/flags_ui:switches", |
2113 "//base/test:run_all_unittests", | 2114 "//base/test:run_all_unittests", |
2114 "//base/test:test_support", | 2115 "//base/test:test_support", |
2115 ] | 2116 ] |
2116 if (cld_version == 2) { | 2117 if (cld_version == 2) { |
2117 # Use whatever CLD2 data access mode that the | 2118 # Use whatever CLD2 data access mode that the |
2118 # application embedder is using. | 2119 # application embedder is using. |
2119 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 2120 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
2120 } | 2121 } |
2121 } | 2122 } |
2122 | 2123 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2213 | 2214 |
2214 android_library("unit_tests_java") { | 2215 android_library("unit_tests_java") { |
2215 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2216 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
2216 deps = [ | 2217 deps = [ |
2217 "//base:base_java", | 2218 "//base:base_java", |
2218 "//chrome/android:chrome_java", | 2219 "//chrome/android:chrome_java", |
2219 "//content/public/android:content_java", | 2220 "//content/public/android:content_java", |
2220 ] | 2221 ] |
2221 } | 2222 } |
2222 } | 2223 } |
OLD | NEW |