| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 096ac679656b76d956e4027b2413e5e3c476a944..3ad831e9aaad6d555bd31de2b1c47988d71018a7 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -157,6 +157,7 @@ android_apk("content_shell_test_apk") {
|
| datadeps = [
|
| ":content_shell_apk",
|
| ]
|
| + apk_under_test = ":content_shell_apk"
|
| apk_name = "ContentShellTest"
|
| android_manifest = "javatests/AndroidManifest.xml"
|
| }
|
|
|