OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/android/rules.gni") | 5 import("//build/config/android/rules.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 assert(is_android) | 8 assert(is_android) |
9 | 9 |
10 component("android") { | 10 component("android") { |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "javatests/src/org/chromium/ui/resources/sprites/CrushedSpriteResourceTest.j
ava", | 223 "javatests/src/org/chromium/ui/resources/sprites/CrushedSpriteResourceTest.j
ava", |
224 ] | 224 ] |
225 testonly = true | 225 testonly = true |
226 deps = [ | 226 deps = [ |
227 ":ui_java", | 227 ":ui_java", |
228 "//base:base_java", | 228 "//base:base_java", |
229 "//base:base_java_test_support", | 229 "//base:base_java_test_support", |
230 ] | 230 ] |
231 } | 231 } |
232 | 232 |
233 # GYP: //ui/android/ui_android.gyp:ui_junit_tests | |
234 junit_binary("ui_junit_tests") { | 233 junit_binary("ui_junit_tests") { |
235 java_files = [ | 234 java_files = [ |
236 "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java", | 235 "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java", |
237 "junit/src/org/chromium/ui/text/SpanApplierTest.java", | 236 "junit/src/org/chromium/ui/text/SpanApplierTest.java", |
238 ] | 237 ] |
239 deps = [ | 238 deps = [ |
240 "//base:base_java", | 239 "//base:base_java", |
241 "//ui/android:ui_java", | 240 "//ui/android:ui_java", |
242 ] | 241 ] |
243 } | 242 } |
(...skipping 13 matching lines...) Expand all Loading... |
257 "//cc", | 256 "//cc", |
258 "//cc:test_support", | 257 "//cc:test_support", |
259 "//skia", | 258 "//skia", |
260 "//testing/gmock", | 259 "//testing/gmock", |
261 "//testing/gtest", | 260 "//testing/gtest", |
262 "//ui/base", | 261 "//ui/base", |
263 "//ui/gfx", | 262 "//ui/gfx", |
264 "//ui/resources:ui_test_pak", | 263 "//ui/resources:ui_test_pak", |
265 ] | 264 ] |
266 } | 265 } |
OLD | NEW |