Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 5323602d57f29155f0f939ba85189f974a3eb3f8..73982d1b1227631b580035572d182bd071f10995 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 |
|
Nico
2017/07/11 18:59:39
Why do you need this?
peria
2017/07/12 02:38:37
gconf has an assert to check it.
And if current_TC
|
| use_gio = is_linux && !is_chromeos && !is_chromecast |
| } |