| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 828e27befe0f86e5446c62a2e3453edf0c96ec72..dea864efa02c40bf7c36cd571b604d26c10eccbd 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -160,7 +160,7 @@ instrumentation_test_apk("content_shell_test_apk") {
|
| ":content_shell_apk",
|
| ]
|
| additional_apks = [
|
| - "//webapk/shell_apk:shell_apk",
|
| + "//webapk/shell_apk:webapk",
|
| "//webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
|
| ]
|
| apk_under_test = ":content_shell_apk"
|
|
|