| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index e1c8847f25bbde7175f77954ce27b9fb4f138f5d..f6e93ed0c802d0f03e964ce943b41dec4c3bed76 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -114,6 +114,9 @@ declare_args() {
|
| # 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 && !is_chromecast && !is_ios
|
| +
|
| + # Whether or not to use external popup menu.
|
| + use_external_popup_menu = is_android || is_mac
|
| }
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|