| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index b745a0dc0652c79e431c499b25a78741bf1326c7..4d4cec02c7fa96138a0d96ceff523027fe19c5d9 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -11,6 +11,7 @@ import("//media/media_options.gni")
|
| import("//net/features.gni")
|
| import("//ppapi/features/features.gni")
|
| import("//printing/features/features.gni")
|
| +import("//ui/base/ui_features.gni")
|
|
|
| # Please keep features in alphabetical order.
|
| declare_args() {
|
| @@ -99,6 +100,7 @@ chrome_grit_defines = [
|
| "enable_vr_shell=$enable_vr_shell",
|
| "enable_webrtc=$enable_webrtc",
|
| "enable_webvr=$enable_webvr",
|
| + "mac_views_browser=$mac_views_browser",
|
| "safe_browsing_mode=$safe_browsing_mode",
|
| "use_vulcanize=$use_vulcanize",
|
| ]
|
|
|