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