Index: chrome/android/BUILD.gn |
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
index 2ae0a73b05cb51ef47a6ad143a1750f6601e93c2..ecc97345b7d3f60031b5441cfca4aa245d97eade 100644 |
--- a/chrome/android/BUILD.gn |
+++ b/chrome/android/BUILD.gn |
@@ -347,6 +347,7 @@ jinja_template("chrome_shell_manifest") { |
android_apk("chrome_shell_apk") { |
testonly = true |
deps = [ |
+ "//base:base_java", |
":chrome_shell_resources", |
":chrome_shell_java", |
":chrome_shell_assets", |
@@ -383,6 +384,7 @@ jinja_template("chrome_sync_shell_manifest") { |
android_apk("chrome_sync_shell_apk") { |
testonly = true |
deps = [ |
+ "//base:base_java", |
":chrome_shell_resources", |
":chrome_shell_java", |
":chrome_shell_assets", |