Changeset 58001 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Apr 21, 2010, 12:13:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r57932 r58001 210 210 8698B86910D44D9400D8D01B /* StringBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8698B86810D44D9400D8D01B /* StringBuilder.h */; settings = {ATTRIBUTES = (Private, ); }; }; 211 211 8698BB3910D86BAF00D8D01B /* UStringImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8698BB3710D86BAF00D8D01B /* UStringImpl.h */; settings = {ATTRIBUTES = (Private, ); }; }; 212 8698BB3A10D86BAF00D8D01B /* UStringImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8698BB3810D86BAF00D8D01B /* UStringImpl.cpp */; };213 212 869EBCB70E8C6D4A008722CC /* ResultType.h in Headers */ = {isa = PBXBuildFile; fileRef = 869EBCB60E8C6D4A008722CC /* ResultType.h */; settings = {ATTRIBUTES = (Private, ); }; }; 214 213 86A90ED00EE7D51F00AB350D /* JITArithmetic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86A90ECF0EE7D51F00AB350D /* JITArithmetic.cpp */; }; … … 753 752 8698B86810D44D9400D8D01B /* StringBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringBuilder.h; sourceTree = "<group>"; }; 754 753 8698BB3710D86BAF00D8D01B /* UStringImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UStringImpl.h; sourceTree = "<group>"; }; 755 8698BB3810D86BAF00D8D01B /* UStringImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UStringImpl.cpp; sourceTree = "<group>"; };756 754 869EBCB60E8C6D4A008722CC /* ResultType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultType.h; sourceTree = "<group>"; }; 757 755 86A90ECF0EE7D51F00AB350D /* JITArithmetic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JITArithmetic.cpp; sourceTree = "<group>"; }; … … 1665 1663 F692A8850255597D01FF60F7 /* UString.cpp */, 1666 1664 F692A8860255597D01FF60F7 /* UString.h */, 1667 8698BB3810D86BAF00D8D01B /* UStringImpl.cpp */,1668 1665 8698BB3710D86BAF00D8D01B /* UStringImpl.h */, 1669 1666 14BFCE6810CDB1FC00364CCE /* WeakGCMap.h */, … … 2532 2529 0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */, 2533 2530 14469DEE107EC7E700650446 /* UString.cpp in Sources */, 2534 8698BB3A10D86BAF00D8D01B /* UStringImpl.cpp in Sources */,2535 2531 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */, 2536 2532 86565742115BE3DA00291F40 /* CString.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.