diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:29:39 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:29:39 +0000 |
commit | da5dcd1736d1c984fc5ce6a04e5b8844396edd8e (patch) | |
tree | 1de6ea87a2e038104f0a99c47db9a57cbd75b68a | |
parent | d96957506565736c17d14765b903ca7d76e4bf51 (diff) | |
download | chromium_src-da5dcd1736d1c984fc5ce6a04e5b8844396edd8e.zip chromium_src-da5dcd1736d1c984fc5ce6a04e5b8844396edd8e.tar.gz chromium_src-da5dcd1736d1c984fc5ce6a04e5b8844396edd8e.tar.bz2 |
Remove references to Mac text codecs (since we weren't correctly building them, and this lets us unfork a file in webkit).
Review URL: http://codereview.chromium.org/19650
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8880 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index 5846fff..6046163 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -883,7 +883,6 @@ 938447250F16B0570075F4C5 /* TextCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5C180750E9581B6006EAF87 /* TextCodec.cpp */; }; 938447260F16B0570075F4C5 /* TextCodecICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E91E20D7F3CC3001ECF42 /* TextCodecICU.cpp */; }; 938447270F16B0570075F4C5 /* TextCodecLatin1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E91E40D7F3CC3001ECF42 /* TextCodecLatin1.cpp */; }; - 938447280F16B0570075F4C5 /* TextCodecMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E91C50D7F3CC2001ECF42 /* TextCodecMac.cpp */; }; 938447290F16B0570075F4C5 /* TextCodecUserDefined.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5E91E60D7F3CC3001ECF42 /* TextCodecUserDefined.cpp */; }; 9384472A0F16B0570075F4C5 /* TextCodecUTF16.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5C180780E9581CB006EAF87 /* TextCodecUTF16.cpp */; }; 9384472B0F16B0570075F4C5 /* TextControlInnerElements.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B58831130E9BD61F00CEC344 /* TextControlInnerElements.cpp */; }; @@ -3271,8 +3270,6 @@ 7B5E91C20D7F3CC2001ECF42 /* StringMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = StringMac.mm; sourceTree = "<group>"; }; 7B5E91C30D7F3CC2001ECF42 /* TextBoundaries.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TextBoundaries.mm; sourceTree = "<group>"; }; 7B5E91C40D7F3CC2001ECF42 /* TextBreakIteratorInternalICUMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TextBreakIteratorInternalICUMac.mm; sourceTree = "<group>"; }; - 7B5E91C50D7F3CC2001ECF42 /* TextCodecMac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextCodecMac.cpp; sourceTree = "<group>"; }; - 7B5E91C60D7F3CC2001ECF42 /* TextCodecMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextCodecMac.h; sourceTree = "<group>"; }; 7B5E91C70D7F3CC2001ECF42 /* PlatformString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformString.h; sourceTree = "<group>"; }; 7B5E91CE0D7F3CC3001ECF42 /* RegularExpression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegularExpression.cpp; sourceTree = "<group>"; }; 7B5E91CF0D7F3CC3001ECF42 /* RegularExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegularExpression.h; sourceTree = "<group>"; }; @@ -6113,8 +6110,6 @@ 7B5E91C20D7F3CC2001ECF42 /* StringMac.mm */, 7B5E91C30D7F3CC2001ECF42 /* TextBoundaries.mm */, 7B5E91C40D7F3CC2001ECF42 /* TextBreakIteratorInternalICUMac.mm */, - 7B5E91C50D7F3CC2001ECF42 /* TextCodecMac.cpp */, - 7B5E91C60D7F3CC2001ECF42 /* TextCodecMac.h */, ); path = mac; sourceTree = "<group>"; @@ -9343,7 +9338,6 @@ 938447250F16B0570075F4C5 /* TextCodec.cpp in Sources */, 938447260F16B0570075F4C5 /* TextCodecICU.cpp in Sources */, 938447270F16B0570075F4C5 /* TextCodecLatin1.cpp in Sources */, - 938447280F16B0570075F4C5 /* TextCodecMac.cpp in Sources */, 938447290F16B0570075F4C5 /* TextCodecUserDefined.cpp in Sources */, 9384472A0F16B0570075F4C5 /* TextCodecUTF16.cpp in Sources */, 9384472B0F16B0570075F4C5 /* TextControlInnerElements.cpp in Sources */, |