Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2534)

Unified Diff: chrome/installer/BUILD.gn

Issue 2399883003: Add MB config and installer target for an official CrOS builder. (Closed)
Patch Set: make the installer be defined on CrOS builds as well as desktop Linux builds Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/BUILD.gn
diff --git a/chrome/installer/BUILD.gn b/chrome/installer/BUILD.gn
index cb21bb36b6f6c8aeb72c62ccdad5c6d7f1c7fa7a..cca5ffffa5df29cf94e4d24b8e76cb2fdf1a636a 100644
--- a/chrome/installer/BUILD.gn
+++ b/chrome/installer/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/chrome_build.gni")
declare_args() {
- enable_linux_installer = is_desktop_linux && is_chrome_branded
+ enable_linux_installer = is_linux && is_chrome_branded
}
# Meta-target that forwards to the installer of the correct type (if any).
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698