| Index: chrome/installer/linux/BUILD.gn
|
| diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
|
| index 49d80ca833f1a5bf2895398617d0ab86095b6a43..ae73272739764b2b27ba4c031f20ed2361a36f7e 100644
|
| --- a/chrome/installer/linux/BUILD.gn
|
| +++ b/chrome/installer/linux/BUILD.gn
|
| @@ -16,7 +16,6 @@ if (current_cpu == "x86" || current_cpu == "x64") {
|
| assert(is_linux && is_chrome_branded)
|
|
|
| # This target builds all "normal" Linux installers.
|
| -# GYP version: chrome/chrome_installer.gypi:linux_packages_all
|
| #
|
| # The bot setup is to build stable, unstable, and beta packages for the current
|
| # build. Then a later step picks up the package corresponding to what the
|
|
|