| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 9a29d5e11fb92eb9e6c63ea4f370300fa56d1cea..f1cb1f8dea22148f429f3b190d45b9861afba72b 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -125,12 +125,6 @@ declare_args() {
|
| # 2: Use only CLD2.
|
| cld_version = 2
|
|
|
| -if (is_android || is_ios) {
|
| - cld2_table_size = 0 # Small, accurate tables
|
| -} else {
|
| - cld2_table_size = 2 # Larger, more accurate tables
|
| -}
|
| -
|
| # libudev usage. This currently only affects the content layer.
|
| use_udev = is_linux && !is_chromecast
|
|
|
|
|