Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: ui/base/ui_features.gni

Issue 2532613002: MacViews: fix bubble direction in RTL. (Closed)
Patch Set: Use the advice in buildflag.h? Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/ui_features.gni
diff --git a/ui/base/ui_features.gni b/ui/base/ui_features.gni
index cbcba6bce0208c38288436afcf5c993c0e159460..b563b2b2b13ae678cc8e08625ba7f7a549f7cf08 100644
--- a/ui/base/ui_features.gni
+++ b/ui/base/ui_features.gni
@@ -5,6 +5,9 @@
declare_args() {
# Optional system library.
use_xkbcommon = false
+
+ # Whether the entire browser uses toolkit-views on Mac instead of Cocoa.
+ mac_views_browser = false
}
enable_hidpi = is_mac || is_win || is_linux
« tools/grit/grit_rule.gni ('K') | « ui/base/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698