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

Unified Diff: ui/base/ui_features.gni

Issue 2746813002: Hide AXPlatformNode on ChromeOS. (Closed)
Patch Set: has_native_accessibility 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_features.gni
diff --git a/ui/base/ui_features.gni b/ui/base/ui_features.gni
index b563b2b2b13ae678cc8e08625ba7f7a549f7cf08..2dca6a502ca16609bda13daae1593f406271ff60 100644
--- a/ui/base/ui_features.gni
+++ b/ui/base/ui_features.gni
@@ -2,12 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/ui.gni")
+
declare_args() {
# Optional system library.
use_xkbcommon = false
# Whether the entire browser uses toolkit-views on Mac instead of Cocoa.
mac_views_browser = false
+
+ # Whether the platform provides a native accessibility toolkit.
+ has_native_accessibility = use_atk || is_win || is_mac
}
enable_hidpi = is_mac || is_win || is_linux
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698