Mark Schillaci | d1a94d53 | 2023-11-09 17:14:27 | [diff] [blame] | 1 | # Copyright 2023 The Chromium Authors |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | import("//build/config/android/rules.gni") |
| 6 | |
| 7 | if (is_android) { |
| 8 | robolectric_binary("ui_junit_tests") { |
| 9 | testonly = true |
| 10 | android_manifest = "//ui/android/junit/AndroidManifest.xml" |
| 11 | shared_libraries = [ "//url:libgurl_robolectric($robolectric_toolchain)" ] |
| 12 | deps = [ |
| 13 | "//ui/accessibility:ui_accessibility_junit_tests", |
| 14 | "//ui/android:ui_android_junit_tests", |
| 15 | ] |
| 16 | } |
| 17 | } |