| Index: chrome/installer/BUILD.gn
|
| diff --git a/chrome/installer/BUILD.gn b/chrome/installer/BUILD.gn
|
| index fcd39969bef6d33e79ab9eaa1fca635824705ec5..d8f7fa8dbfb4724e9b062b64395f4e7218b05dfe 100644
|
| --- a/chrome/installer/BUILD.gn
|
| +++ b/chrome/installer/BUILD.gn
|
| @@ -6,7 +6,8 @@ import("//build/config/chrome_build.gni")
|
|
|
| # Meta-target that forwards to the installer of the correct type (if any).
|
| group("installer") {
|
| - if (is_desktop_linux && is_chrome_branded) {
|
| + # TODO(GYP): Get the 32-bit build to work.
|
| + if (is_desktop_linux && is_chrome_branded && target_cpu == "x64") {
|
| deps = [
|
| "//chrome/installer/linux",
|
| ]
|
|
|