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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 | 260 |
261 configs += [ "//build/config:precompiled_headers" ] | 261 configs += [ "//build/config:precompiled_headers" ] |
262 | 262 |
263 public_deps = [ | 263 public_deps = [ |
264 "//chrome/browser:test_support_ui", | 264 "//chrome/browser:test_support_ui", |
265 ] | 265 ] |
266 deps = [ | 266 deps = [ |
267 "//components/metrics:test_support", | 267 "//components/metrics:test_support", |
268 "//skia", | 268 "//skia", |
269 "//testing/gtest", | 269 "//testing/gtest", |
| 270 "//third_party/icu", |
270 ] | 271 ] |
271 | 272 |
272 if (enable_plugins) { | 273 if (enable_plugins) { |
273 sources += [ | 274 sources += [ |
274 "ppapi/ppapi_test.cc", | 275 "ppapi/ppapi_test.cc", |
275 "ppapi/ppapi_test.h", | 276 "ppapi/ppapi_test.h", |
276 ] | 277 ] |
277 } | 278 } |
278 } | 279 } |
279 | 280 |
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2223 if (is_android) { | 2224 if (is_android) { |
2224 android_library("unit_tests_java") { | 2225 android_library("unit_tests_java") { |
2225 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2226 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
2226 deps = [ | 2227 deps = [ |
2227 "//base:base_java", | 2228 "//base:base_java", |
2228 "//chrome/android:chrome_java", | 2229 "//chrome/android:chrome_java", |
2229 "//content/public/android:content_java", | 2230 "//content/public/android:content_java", |
2230 ] | 2231 ] |
2231 } | 2232 } |
2232 } | 2233 } |
OLD | NEW |