| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index b4660db232484782e9e33877a2b3dcf5b9149c8c..0d2c65484e55e8c25ee8050cde19b9f26a5f6095 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -424,6 +424,7 @@ android_apk("chrome_shell_test_apk") {
|
| ":chrome_javatests",
|
| ":chrome_shell_test_java",
|
| "//sync/android:sync_javatests",
|
| + "//ui/android:ui_javatests",
|
| ]
|
| apk_name = "ChromeShellTest"
|
| android_manifest = "shell/javatests/AndroidManifest.xml"
|
|
|