| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index db4fa481cb5f917f3f3177406b9abd788aedeaa8..c38724ac7a82def5e0b89a4a242fcc81fb156ba9 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -145,11 +145,11 @@ enable_spellcheck = !is_ios
|
| use_browser_spellchecker = is_android || is_mac
|
|
|
| # Enable basic printing support and UI.
|
| -enable_basic_printing = !is_chromeos
|
| +enable_basic_printing = !is_chromeos && !is_ios
|
|
|
| # Enable printing with print preview. It does not imply
|
| # enable_basic_printing. It's possible to build Chrome with preview only.
|
| -enable_print_preview = !is_android
|
| +enable_print_preview = !is_android && !is_ios
|
|
|
| # The seccomp-bpf sandbox is only supported on three architectures
|
| # currently.
|
|
|