Index: build/config/ui.gni |
diff --git a/build/config/ui.gni b/build/config/ui.gni |
index 46154a335e0ade67ec497e74717b7770e696e776..c4b7b9fa7c1787b96a23f154a3749c0fbce8fd8b 100644 |
--- a/build/config/ui.gni |
+++ b/build/config/ui.gni |
@@ -30,6 +30,9 @@ declare_args() { |
# True means the UI is built using the "views" framework. |
toolkit_views = is_win || is_chromeos || use_aura |
+ # Whether the browser is non-native (using Views Toolkit) on Mac. |
+ mac_views_browser = false |
+ |
# Whether we should use glib, a low level C utility library. |
use_glib = is_linux && !use_ozone |
} |