Changeset 40055 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Jan 20, 2009, 8:57:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r39931 r40055 162 162 A766B44F0EE8DCD1009518CA /* ExecutableAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B48DB50EE74CFC00DCBDB6 /* ExecutableAllocator.h */; settings = {ATTRIBUTES = (Private, ); }; }; 163 163 A782F1A50EEC9FA20036273F /* ExecutableAllocatorPosix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A782F1A40EEC9FA20036273F /* ExecutableAllocatorPosix.cpp */; }; 164 A791EE5B0F11D90C00AE1F68 /* ByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A791EE590F11D90C00AE1F68 /* ByteArray.h */; settings = {ATTRIBUTES = (Private, ); }; };165 A791EE5C0F11D90C00AE1F68 /* ByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A791EE5A0F11D90C00AE1F68 /* ByteArray.cpp */; };166 164 A791EF280F11E07900AE1F68 /* JSByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A791EF260F11E07900AE1F68 /* JSByteArray.h */; settings = {ATTRIBUTES = (Private, ); }; }; 167 165 A791EF290F11E07900AE1F68 /* JSByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A791EF270F11E07900AE1F68 /* JSByteArray.cpp */; }; 166 A7A1F7AC0F252B3C00E184E2 /* ByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */; }; 167 A7A1F7AD0F252B3C00E184E2 /* ByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A1F7AB0F252B3C00E184E2 /* ByteArray.h */; settings = {ATTRIBUTES = (Private, ); }; }; 168 168 A7B48F490EE8936F00DCBDB6 /* ExecutableAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7B48DB60EE74CFC00DCBDB6 /* ExecutableAllocator.cpp */; }; 169 169 BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1839DB000F9297 /* ErrorConstructor.h */; }; … … 656 656 A727FF660DA3053B00E548D7 /* JSPropertyNameIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSPropertyNameIterator.cpp; sourceTree = "<group>"; }; 657 657 A782F1A40EEC9FA20036273F /* ExecutableAllocatorPosix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutableAllocatorPosix.cpp; sourceTree = "<group>"; }; 658 A791EE590F11D90C00AE1F68 /* ByteArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ByteArray.h; sourceTree = "<group>"; };659 A791EE5A0F11D90C00AE1F68 /* ByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ByteArray.cpp; sourceTree = "<group>"; };660 658 A791EF260F11E07900AE1F68 /* JSByteArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSByteArray.h; sourceTree = "<group>"; }; 661 659 A791EF270F11E07900AE1F68 /* JSByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSByteArray.cpp; sourceTree = "<group>"; }; 660 A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ByteArray.cpp; sourceTree = "<group>"; }; 661 A7A1F7AB0F252B3C00E184E2 /* ByteArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ByteArray.h; sourceTree = "<group>"; }; 662 662 A7B48DB50EE74CFC00DCBDB6 /* ExecutableAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecutableAllocator.h; sourceTree = "<group>"; }; 663 663 A7B48DB60EE74CFC00DCBDB6 /* ExecutableAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutableAllocator.cpp; sourceTree = "<group>"; }; … … 1084 1084 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 1085 1085 65E217B708E7EECC0023E5F6 /* Assertions.h */, 1086 A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */, 1087 A7A1F7AB0F252B3C00E184E2 /* ByteArray.h */, 1086 1088 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */, 1087 1089 180B9AF00F16C569009BDBC5 /* CurrentTime.h */, … … 1213 1215 BC7952340E15EB5600A898AB /* BooleanPrototype.cpp */, 1214 1216 BC7952350E15EB5600A898AB /* BooleanPrototype.h */, 1215 A791EE5A0F11D90C00AE1F68 /* ByteArray.cpp */,1216 A791EE590F11D90C00AE1F68 /* ByteArray.h */,1217 1217 BCA62DFE0E2826230004F30D /* CallData.cpp */, 1218 1218 145C507F0D9DF63B0088F6B9 /* CallData.h */, … … 1500 1500 147B83AC0E6DB8C9004775A4 /* BatchedTransitionOptimizer.h in Headers */, 1501 1501 BC18C3EC0E16F5CD00B34460 /* BooleanObject.h in Headers */, 1502 A791EE5B0F11D90C00AE1F68 /* ByteArray.h in Headers */,1503 1502 969A07230ED1CE3300F1F681 /* BytecodeGenerator.h in Headers */, 1504 1503 BC18C3ED0E16F5CD00B34460 /* CallData.h in Headers */, … … 1701 1700 BC18C44E0E16F5CD00B34460 /* pcre_internal.h in Headers */, 1702 1701 BC18C4720E16F5CD00B34460 /* ucpinternal.h in Headers */, 1702 A7A1F7AD0F252B3C00E184E2 /* ByteArray.h in Headers */, 1703 1703 ); 1704 1704 runOnlyForDeploymentPostprocessing = 0; … … 1986 1986 659126BD0BDD1728001921FB /* AllInOneFile.cpp in Sources */, 1987 1987 65FDE49C0BDD1D4A00E80111 /* Assertions.cpp in Sources */, 1988 A791EE5C0F11D90C00AE1F68 /* ByteArray.cpp in Sources */,1989 1988 1429D8DD0ED2205B00B89619 /* CallFrame.cpp in Sources */, 1990 1989 1429D9C40ED23C3900B89619 /* CharacterClass.cpp in Sources */, … … 2052 2051 937013480CA97E0E00FA14D3 /* pcre_ucp_searchfuncs.cpp in Sources */, 2053 2052 93E26BD408B1514100F85226 /* pcre_xclass.cpp in Sources */, 2053 A7A1F7AC0F252B3C00E184E2 /* ByteArray.cpp in Sources */, 2054 2054 ); 2055 2055 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.