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

Unified Diff: ui/views/views.gyp

Issue 1005293002: Re-land: Resurrect Aura Linux accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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..e73f3617ad6b00c3bd15bc0dc9fbfdc8be029c2d 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -423,6 +423,8 @@
'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
],
'views_desktop_aura_x11_sources': [
+ 'accessibility/native_view_accessibility_auralinux.cc',
+ 'accessibility/native_view_accessibility_auralinux.h',
'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
'widget/desktop_aura/desktop_screen_x11.cc',
@@ -635,6 +637,7 @@
}],
['OS=="linux" and chromeos==0', {
'dependencies': [
+ '../../build/linux/system.gyp:atk',
gunsch 2015/03/16 21:25:11 Same issue reported on the first iteration of this
gunsch 2015/03/16 21:28:53 Actually, I'll just send you a CL
'../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