Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index d143dac4b89ce082835f225866a0e9f164ccc019..cc27163b8c733da2837dd85e9cb9af68fe508eb9 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -61,7 +61,8 @@ declare_args() { |
# Option controlling the use of GConf (the classic GNOME configuration |
# system). |
- use_gconf = is_linux && !is_chromeos && !is_chromecast |
+ use_gconf = is_linux && !is_chromeos && !is_chromecast && |
+ current_toolchain == default_toolchain |
use_gio = is_linux && !is_chromeos && !is_chromecast |
} |