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

Unified Diff: ui/base/BUILD.gn

Issue 2746813002: Hide AXPlatformNode on ChromeOS. (Closed)
Patch Set: comment Created 3 years, 9 months 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 8def626ed9c8d82f971f705711273c824d40d18a..13e8bf16bc4256fa0afb24c5501c56414a627da0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -53,6 +53,7 @@ buildflag_header("ui_features") {
"ENABLE_HIDPI=$enable_hidpi",
"USE_XKBCOMMON=$use_xkbcommon",
"MAC_VIEWS_BROWSER=$mac_views_browser",
+ "HAS_PLATFORM_ACCESSIBILITY=$has_platform_accessibility",
]
}

Powered by Google App Engine
This is Rietveld 408576698