Chromium Code Reviews

Unified Diff: ui/views/views.gyp

Issue 975113002: Resurrect Aura Linux accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finally fix clang warning Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 0b92a2c543e5625f2f529b7aacf88ce76366108f..0ad2fae3085973365d925a27066f45bd93eb3aa2 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -419,6 +419,8 @@
'widget/desktop_aura/desktop_window_tree_host.h',
],
'views_desktop_aura_linux_sources': [
+ 'accessibility/native_view_accessibility_auralinux.cc',
+ 'accessibility/native_view_accessibility_auralinux.h',
'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
],
@@ -635,6 +637,7 @@
}],
['OS=="linux" and chromeos==0', {
'dependencies': [
+ '../../build/linux/system.gyp:atk',
'../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
'sources!': [

Powered by Google App Engine