diff options
author | klink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 00:12:01 +0000 |
---|---|---|
committer | klink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 00:12:01 +0000 |
commit | e92070ac9982489502180c006fe7911889c8fbee (patch) | |
tree | 577f25e7a8b61fd5b497886f57d89770f19f60cb /chrome/common/common.vcproj | |
parent | ec7690fc03aef949ea4eece3c17b3f78b265006e (diff) | |
download | chromium_src-e92070ac9982489502180c006fe7911889c8fbee.zip chromium_src-e92070ac9982489502180c006fe7911889c8fbee.tar.gz chromium_src-e92070ac9982489502180c006fe7911889c8fbee.tar.bz2 |
Removes the use of Windows-specific types for accessibility roles and states in Views and Browser\Views. Helps with the porting effort, and makes for a cleaner implementation.
Review URL: http://codereview.chromium.org/93085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 5a26a5e..7bf3fed 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -358,6 +358,10 @@ </File> </Filter> <File + RelativePath=".\accessibility_types.h" + > + </File> + <File RelativePath=".\animation.cc" > </File> |