| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index f4363175e032d5753a0b9f273b141fe6f91b2a63..efd7e82810ac8543df8fe8815598fe690915f4c7 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -604,6 +604,7 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
| "//chrome/android/webapk/shell_apk:shell_apk_javatests",
|
| ]
|
| additional_apks = [
|
| + "//chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service:apk_with_webapk_service",
|
| "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk",
|
| "//chrome/test/android/chrome_public_test_support:chrome_public_test_support_apk",
|
| "//net/android:net_test_support_apk",
|
|
|