diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 22:41:03 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 22:41:03 +0000 |
commit | 922982c6528a80ee4079a6c221f513bc8a5ddbb9 (patch) | |
tree | bd6299d14a4291ec52c4e1a1c59f57d4c7bcc418 /chrome/chrome_common.gypi | |
parent | 2de9333c9d608fcdfd0694d95652576718d4a4d0 (diff) | |
download | chromium_src-922982c6528a80ee4079a6c221f513bc8a5ddbb9.zip chromium_src-922982c6528a80ee4079a6c221f513bc8a5ddbb9.tar.gz chromium_src-922982c6528a80ee4079a6c221f513bc8a5ddbb9.tar.bz2 |
Add an accessibility API for events raised outside of the web content.
BUG=none
TEST=none
patch by Dominic Mazzoni <dmazzoni [at] google>
review url: http://codereview.chromium.org/402099/show
Review URL: http://codereview.chromium.org/549182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index e2c7d87..bf3bfb4 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -34,6 +34,8 @@ # .cc, .h, and .mm files under chrome/common that are used on all # platforms, including both 32-bit and 64-bit Windows. # Test files are not included. + 'common/accessibility_events.h', + 'common/accessibility_events.cc', 'common/bindings_policy.h', 'common/child_process.cc', 'common/child_process.h', |