diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 02:47:59 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 02:47:59 +0000 |
commit | 3ad594ae4c38b057303eeb90d7e601a99d38a7c0 (patch) | |
tree | 9764b742abc61b3dbe4d4fa1733077153d3c4576 /chrome/chrome_browser.gypi | |
parent | 8107004fbfe9f7ea4be59f6620273c1206c12f42 (diff) | |
download | chromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.zip chromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.tar.gz chromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.tar.bz2 |
Add Mozilla's ISimpleDOM COM interfaces, which are needed
in order to fully support Windows screenreaders.
Note: it makes sense to check these files into third_party
directly (rather than pull from Mozilla's repository) because
(1) they're very small (under 500 lines total), and
(2) they're stable and unlikely to change frequently.
BUG=48185
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51710
Review URL: http://codereview.chromium.org/2802031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 36c74bb..4e69cfb 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -3370,6 +3370,7 @@ '../gears/gears.gyp:gears', '../google_update/google_update.gyp:google_update', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', + '../third_party/isimpledom/isimpledom.gyp:isimpledom', '../views/views.gyp:views', '../rlz/rlz.gyp:rlz_lib', ], |