diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-15 17:31:21 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-15 17:31:21 +0000 |
commit | bce89e6ed2c32bf287ebc1852770d7861f68bf3a (patch) | |
tree | 6bb5d8ba52e47532d0761627180ef6ecbbca4701 /webkit/build | |
parent | 6e66e46982f98d7351b2e2a804e71d76fbaa1053 (diff) | |
download | chromium_src-bce89e6ed2c32bf287ebc1852770d7861f68bf3a.zip chromium_src-bce89e6ed2c32bf287ebc1852770d7861f68bf3a.tar.gz chromium_src-bce89e6ed2c32bf287ebc1852770d7861f68bf3a.tar.bz2 |
Eliminate port/platform/win directory. Stop building a fork of BString, and
stop depending on COMPtr.h. I avoided BString by definining a bastard shim in
AccessibleBase.cpp. I did that because the one from WebCore's platform/win
would require #if !USE(JSC) to avoid UString issues. Eventually,
AccessibleBase.cpp is going to be rewritten to not use COM, so this issue will
go away.
R=dglazkov
Review URL: http://codereview.chromium.org/13808
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/port/port.vcproj | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj index 5e7eee0..5a9ead0 100644 --- a/webkit/build/port/port.vcproj +++ b/webkit/build/port/port.vcproj @@ -829,26 +829,6 @@ >
</File>
<Filter
- Name="win"
- >
- <File
- RelativePath="..\..\port\platform\win\BString.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\win\BString.h"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\win\COMPtr.h"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\win\SoundWin.cpp"
- >
- </File>
- </Filter>
- <Filter
Name="chromium"
>
<File
@@ -976,6 +956,10 @@ >
</File>
<File
+ RelativePath="..\..\port\platform\chromium\SoundChromiumWin.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\platform\chromium\SSLKeyGeneratorChromium.cpp"
>
</File>
|