diff options
author | klink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 20:12:25 +0000 |
---|---|---|
committer | klink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 20:12:25 +0000 |
commit | 6a983b4e4d28c1e3841f39febeb6a9dd681b53b3 (patch) | |
tree | a4b5d6a01066c026338d071076db9ff7dae210f3 /chrome/common/common.vcproj | |
parent | fe5a8a4ff6f5758f8dbf7e6e9578df97fb8633db (diff) | |
download | chromium_src-6a983b4e4d28c1e3841f39febeb6a9dd681b53b3.zip chromium_src-6a983b4e4d28c1e3841f39febeb6a9dd681b53b3.tar.gz chromium_src-6a983b4e4d28c1e3841f39febeb6a9dd681b53b3.tar.bz2 |
Removes all use of COM and dependencies on Windows-specific classes (including the use of AccessibleBase and AccessibleDocument) in the glue accessibility implementation.Introduces the GlueAccessibilityObject, which serves as a platform-independent wrapper directly around WebKit's AccessibilityObject (also platoform-independent).Updates naming/comments to reflect the independence of IAccessible both in glue and (where appropriate) in the browser-side accessibility.
Review URL: http://codereview.chromium.org/46013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 53ac35f..548bea4 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -201,11 +201,11 @@ > </File> <File - RelativePath=".\gfx\path_win.cc" + RelativePath=".\gfx\path.h" > </File> <File - RelativePath=".\gfx\path.h" + RelativePath=".\gfx\path_win.cc" > </File> <File @@ -330,10 +330,6 @@ </File> </Filter> <File - RelativePath=".\accessibility.h" - > - </File> - <File RelativePath=".\animation.cc" > </File> @@ -558,15 +554,15 @@ > </File> <File - RelativePath=".\navigation_types.h" + RelativePath=".\native_web_keyboard_event.h" > </File> <File - RelativePath=".\native_web_keyboard_event.h" + RelativePath=".\native_web_keyboard_event_win.cc" > </File> <File - RelativePath=".\native_web_keyboard_event_win.cc" + RelativePath=".\navigation_types.h" > </File> <File |