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/SConscript.port | |
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/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 3d7b5c4..832d5ab 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -115,8 +115,7 @@ if env['PLATFORM'] == 'win32': input_files.extend([ '$PORT_DIR/platform/chromium/FileSystemChromiumWin.cpp', '$PORT_DIR/platform/chromium/ScrollBarThemeChromiumWin.cpp', - '$PORT_DIR/platform/win/BString.cpp', - '$PORT_DIR/platform/win/SoundWin.cpp', + '$PORT_DIR/platform/chromium/SoundChromiumWin.cpp', '$PORT_DIR/platform/graphics/chromium/FontCacheChromiumWin.cpp', '$PORT_DIR/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp', |