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

Unified Diff: ui/accessibility/BUILD.gn

Issue 1128183010: ATK accessibility support for web content on Aura Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 9c679815c1bd8f4fca4dcf1979fd64ea05d5c825..3f5fec4d4c04d03c3399877207df102f77acdd2e 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -52,7 +52,7 @@ component("accessibility") {
public_deps += [ "//third_party/iaccessible2" ]
}
- if (use_aura && !is_chromeos && is_linux && use_x11) {
+ if (use_atk) {
sources += [
"platform/atk_util_auralinux.cc",
"platform/atk_util_auralinux.h",
« content/browser/accessibility/browser_accessibility_manager.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698