| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 0c2b83bbacfe6fff9c31b100816ba4ed84b9d6cf..95b5b77e748190542466864fe72dc48a0906062b 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -159,13 +159,9 @@ instrumentation_test_apk("content_shell_test_apk") {
|
| "//content/public/android:content_javatests",
|
| "//net/android:net_javatests",
|
| ]
|
| - data_deps = [
|
| - ":content_shell_apk",
|
| - ]
|
| apk_under_test = ":content_shell_apk"
|
| apk_name = "ContentShellTest"
|
| android_manifest = "javatests/AndroidManifest.xml"
|
| - isolate_file = "../../content_shell_test_data.isolate"
|
| }
|
|
|
| if (current_cpu != "x64") {
|
|
|