| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index c96fb94ad1b863b31c46beeeec7622ec4b423917..7a7b394c1514eaee321042d19a15bedca31258ce 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -146,21 +146,19 @@ android_library("content_shell_test_java") {
|
| DEPRECATED_java_in_dir = "javatests/src"
|
| }
|
|
|
| -android_apk("content_shell_test_apk") {
|
| - testonly = true
|
| +instrumentation_test_apk("content_shell_test_apk") {
|
| deps = [
|
| "//content/public/android:content_javatests",
|
| "//base:base_javatests",
|
| "//net/android:net_javatests",
|
| - "//testing/android/broker:broker_java",
|
| ]
|
| datadeps = [
|
| ":content_shell_apk",
|
| - "//testing/android/driver:driver_apk",
|
| ]
|
| apk_under_test = ":content_shell_apk"
|
| apk_name = "ContentShellTest"
|
| android_manifest = "javatests/AndroidManifest.xml"
|
| + isolate_file = "../../content_shell_test_apk.isolate"
|
| }
|
|
|
| if (current_cpu != "x64" && current_cpu != "arm64") {
|
|
|