| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 81196a02edfa6101dd2fdecd079c81e8912736de..7b6fc6b2f4654cabbee1bf6a4998e84d83351ae5 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -552,8 +552,10 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
| deps = [
|
| ":chrome_public_test_apk_manifest",
|
| ":chrome_test_java",
|
| + "//chrome/android/webapk/shell_apk:shell_apk_javatests",
|
| ]
|
| additional_apks = [
|
| + "//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",
|
| ]
|
|
|