| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 75e6228e2541b9821dac54a3102a817da1ac3dc7..31efb82bd1070b3a90fd98018e8dc94b8638772c 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -561,6 +561,7 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
|
|
| deps = [
|
| ":chrome_test_java",
|
| + "//chrome/android/webapk/libs/runtime_library:runtime_library_javatests",
|
| "//chrome/android/webapk/shell_apk:shell_apk_javatests",
|
| ]
|
| additional_apks = [
|
|
|