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

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: Call g_type_init from ax_platform_node_auralinux instead Created 5 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/views/accessibility/native_view_accessibility_auralinux.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
gunsch 2015/03/12 22:44:13 This definition is guarded with "use_ozone==0", bu
'../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
'sources!': [
« no previous file with comments | « ui/views/accessibility/native_view_accessibility_auralinux.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698