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

Unified Diff: ui/base/BUILD.gn

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/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 702a0f0453b07184a9c030fa5fb7ea9ff1dea7fd..cbb826e348fd1a69dbd43d26cb1de69128ac03c3 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -52,6 +52,7 @@ buildflag_header("ui_features") {
flags = [
"ENABLE_HIDPI=$enable_hidpi",
"USE_XKBCOMMON=$use_xkbcommon",
+ "MAC_VIEWS_BROWSER=$mac_views_browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698