| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index ecc97345b7d3f60031b5441cfca4aa245d97eade..2ae0a73b05cb51ef47a6ad143a1750f6601e93c2 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -347,7 +347,6 @@ 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",
|
| @@ -384,7 +383,6 @@ 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",
|
|
|