| Index: build/config/linux/BUILD.gn
|
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
|
| index 8594f1ed91c28b4e50ccd55216bd35c1713ff188..1bb57b2cedfcf2cacc9f16f21080fcb47deb1312 100644
|
| --- a/build/config/linux/BUILD.gn
|
| +++ b/build/config/linux/BUILD.gn
|
| @@ -30,7 +30,7 @@ config("sdk") {
|
|
|
| # Set here because OS_CHROMEOS cannot be autodetected in build_config.h like
|
| # OS_LINUX and the like.
|
| - if (is_chromeos) {
|
| + if (use_cros_fe) {
|
| defines = [ "OS_CHROMEOS" ]
|
| }
|
| }
|
| @@ -127,7 +127,7 @@ config("libresolv") {
|
| }
|
|
|
| # CrOS doesn't install GTK, gconf or any gnome packages.
|
| -if (!is_chromeos) {
|
| +if (!use_cros_fe) {
|
| # These packages should _only_ be expected when building for a target.
|
| # If these extra checks are not run, gconf is required when building host
|
| # tools for a CrOS build.
|
|
|