summaryrefslogtreecommitdiff
blob: b5ff0d8cba11f0704f1432e5a7f4f67efc9f9413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/chrome/installer/BUILD.gn
+++ b/chrome/installer/BUILD.gn
@@ -3,9 +3,10 @@
 # found in the LICENSE file.
 
 import("//build/config/chrome_build.gni")
+import("//build/config/sysroot.gni")
 
 declare_args() {
-  enable_linux_installer = is_linux && !is_component_build
+  enable_linux_installer = is_linux && !is_component_build && use_sysroot
 }
 
 # Meta-target that forwards to the installer of the correct type (if any).