| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 9128af4d83a2709a5bd1b41ad94853b2f60561f5..44fa391cebb1bef915702d8da2576d9bb18674bc 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -79,11 +79,6 @@ declare_args() {
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|
| -# Whether we are using the rlz library or not. Platforms like Android send
|
| -# rlz codes for searches but do not use the library.
|
| -enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
|
| -enable_rlz = is_chrome_branded && enable_rlz_support
|
| -
|
| # Chrome OS: whether to also build the upcoming version of
|
| # ChromeVox, which can then be enabled via a command-line switch.
|
| enable_chromevox_next = false
|
|
|