summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 19:35:42 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 19:35:42 +0000
commitfae40a39f0130ab17cb0de4c355341ddd4eb7a00 (patch)
tree67b4660db445dd55e68ef8fe61d2b79a43190ebf /chrome/chrome_browser.gypi
parent611b66af1e3a7d747033fa1bcc75506994f16ac5 (diff)
downloadchromium_src-fae40a39f0130ab17cb0de4c355341ddd4eb7a00.zip
chromium_src-fae40a39f0130ab17cb0de4c355341ddd4eb7a00.tar.gz
chromium_src-fae40a39f0130ab17cb0de4c355341ddd4eb7a00.tar.bz2
Reimplement accessibility of web content by caching the entire
accessibility tree in the browser process. Adds new RPCs for a browser tab to request accessibility info from a renderer; the renderer responds with a complete tree of accessibility metadata for the entire DOM, which is then cached in the RenderWidgetHostView. This part is cross-platform and will help with accessibility on both Windows and Mac OS X. For Windows, MSAA support for web content has been rewritten to use this new cache. Tested in JAWS and NVDA screen readers. Using Chrome with a screen reader is now fast and stable, unlike the previous implementation. However, note that most advanced functionality is still not supported, and much work remains to make Chrome work well with a screen reader. This is a necessary step to improve stability first. BUG=25564 BUG=13291 TEST=See http://codereview.chromium.org/1806001 Review URL: http://codereview.chromium.org/1637018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 8f9c7c4..71de080 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2785,6 +2785,7 @@
'dependencies': [
'../gears/gears.gyp:gears',
'../google_update/google_update.gyp:google_update',
+ '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../views/views.gyp:views',
'<(allocator_target)',
],