| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index a618825b70111c9c75c3d95ca615f9e0607a8360..5970a728fbe4cfc4efb236704f7a5a577bd9c64d 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -164,3 +164,8 @@ enable_chromevox_next = false
|
|
|
| # Use brlapi from brltty for braille display support.
|
| use_brlapi = is_chromeos
|
| +
|
| +# Option controlling the use of GConf (the classic GNOME configuration
|
| +# system).
|
| +# TODO(GYP) also require !embedded to enable.
|
| +use_gconf = is_linux && !is_chromeos
|
|
|