| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 2f81424dfae6af6d7ef386bd514ad176569d540a..0e2865f91280378072db6ca6eb02897fa1bfba98 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -351,7 +351,6 @@
|
| android_apk("chrome_shell_apk") {
|
| testonly = true
|
| deps = [
|
| - "//base:base_java",
|
| ":chrome_shell_resources",
|
| ":chrome_shell_java",
|
| ":chrome_shell_assets",
|
| @@ -388,7 +387,6 @@
|
| android_apk("chrome_sync_shell_apk") {
|
| testonly = true
|
| deps = [
|
| - "//base:base_java",
|
| ":chrome_shell_resources",
|
| ":chrome_shell_java",
|
| ":chrome_shell_assets",
|
|
|