Changeset 39784 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jan 11, 2009, 12:14:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r39747 r39784 89 89 14BD5A320A3E91F600BAF59C /* JSValueRef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14BD5A2B0A3E91F600BAF59C /* JSValueRef.cpp */; }; 90 90 14F3488F0E95EF8A003648BC /* CollectorHeapIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F3488E0E95EF8A003648BC /* CollectorHeapIterator.h */; settings = {ATTRIBUTES = (Private, ); }; }; 91 180B9B080F16D94F009BDBC5 /* CurrentTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 180B9AF00F16C569009BDBC5 /* CurrentTime.h */; settings = {ATTRIBUTES = (Private, ); }; }; 92 180B9BFE0F16E94D009BDBC5 /* CurrentTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */; }; 91 93 1C61516C0EBAC7A00031376F /* ProfilerServer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1C61516A0EBAC7A00031376F /* ProfilerServer.mm */; settings = {COMPILER_FLAGS = "-fno-strict-aliasing"; }; }; 92 94 1C61516D0EBAC7A00031376F /* ProfilerServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C61516B0EBAC7A00031376F /* ProfilerServer.h */; }; … … 498 500 14F252560D08DD8D004ECFFF /* JSVariableObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSVariableObject.h; sourceTree = "<group>"; }; 499 501 14F3488E0E95EF8A003648BC /* CollectorHeapIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectorHeapIterator.h; sourceTree = "<group>"; }; 502 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentTime.cpp; sourceTree = "<group>"; }; 503 180B9AF00F16C569009BDBC5 /* CurrentTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentTime.h; sourceTree = "<group>"; }; 500 504 1C61516A0EBAC7A00031376F /* ProfilerServer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ProfilerServer.mm; path = profiler/ProfilerServer.mm; sourceTree = "<group>"; }; 501 505 1C61516B0EBAC7A00031376F /* ProfilerServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfilerServer.h; path = profiler/ProfilerServer.h; sourceTree = "<group>"; }; … … 1080 1084 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 1081 1085 65E217B708E7EECC0023E5F6 /* Assertions.h */, 1086 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */, 1087 180B9AF00F16C569009BDBC5 /* CurrentTime.h */, 1082 1088 5186111D0CC824830081412B /* Deque.h */, 1083 1089 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */, … … 1509 1515 BC18C3F40E16F5CD00B34460 /* Completion.h in Headers */, 1510 1516 BC18C3F60E16F5CD00B34460 /* ConstructData.h in Headers */, 1517 180B9B080F16D94F009BDBC5 /* CurrentTime.h in Headers */, 1511 1518 BCD2034A0E17135E002C7E82 /* DateConstructor.h in Headers */, 1512 1519 BC1166020E1997B4008066DD /* DateInstance.h in Headers */, … … 1986 1993 E1A862D60D7F2B5C001EC6AA /* CollatorDefault.cpp in Sources */, 1987 1994 E1A862A90D7EBB76001EC6AA /* CollatorICU.cpp in Sources */, 1995 180B9BFE0F16E94D009BDBC5 /* CurrentTime.cpp in Sources */, 1988 1996 149559EE0DDCDDF700648087 /* DebuggerCallFrame.cpp in Sources */, 1989 1997 1429D8780ED21ACD00B89619 /* ExceptionHelpers.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.