| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 284d1006aa6a8101e7f5e6c7b93e3dc1d9572636..ae397b515213ea945a6c4168a6c0f619424d7f71 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -575,6 +575,11 @@ group("both_gn_and_gyp") {
|
| "//crypto:crypto_unittests", # TODO(GYP)
|
| "//net:net_unittests", # TODO(GYP)
|
| ]
|
| +
|
| + if (!(is_component_build && is_debug && target_cpu == "x86")) {
|
| + deps +=
|
| + [ "//chrome/installer/mini_installer:next_version_mini_installer" ]
|
| + }
|
| } else if (!is_android && !is_ios) {
|
| deps += [ "//breakpad:symupload($host_toolchain)" ]
|
| }
|
|
|