| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index 29a2b6117a30cb77da72b2ff24773f8d925d4b13..971ed7ce1a458fda36795c7418dd9b4baeb9350d 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -33,7 +33,7 @@ if (current_toolchain == default_toolchain && target_sysroot != "") {
|
| } else {
|
| sysroot = ""
|
| }
|
| -} else if (is_linux && !is_chromeos && use_sysroot) {
|
| +} else if (is_linux && use_sysroot) {
|
| # By default build against a sysroot image downloaded from Cloud Storage
|
| # during gclient runhooks.
|
| if (current_cpu == "x64") {
|
|
|