Changeset 42808 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Apr 23, 2009, 8:47:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r42705 r42808 155 155 95AB83420DA4322500BC83F3 /* Profiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AB832E0DA42CAD00BC83F3 /* Profiler.cpp */; }; 156 156 95AB83560DA43C3000BC83F3 /* ProfileNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */; }; 157 95CD41B30E1BF6560085358E /* TreeProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD41B10E1BF6560085358E /* TreeProfile.cpp */; };158 95CD41B40E1BF6560085358E /* TreeProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD41B20E1BF6560085358E /* TreeProfile.h */; };159 157 95CD45760E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */; }; 160 158 95CD45770E1C4FDD0085358E /* ProfileGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */; settings = {ATTRIBUTES = (); }; }; 161 159 95E3BC050E1AE68200B2D1C1 /* CallIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */; settings = {ATTRIBUTES = (Private, ); }; }; 162 160 95F6E6950E5B5F970091E860 /* JSProfilerPrivate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95988BA90E477BEC00D28D4D /* JSProfilerPrivate.cpp */; }; 163 95FDFA140E22998F0006FB00 /* HeavyProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95FDFA130E22998F0006FB00 /* HeavyProfile.cpp */; };164 95FDFA160E2299980006FB00 /* HeavyProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FDFA150E2299980006FB00 /* HeavyProfile.h */; };165 161 960097A60EBABB58007A7297 /* LabelScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 960097A50EBABB58007A7297 /* LabelScope.h */; }; 166 162 9688CB150ED12B4E001D649F /* AssemblerBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9688CB130ED12B4E001D649F /* AssemblerBuffer.h */; }; … … 673 669 95AB83550DA43B4400BC83F3 /* ProfileNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfileNode.h; path = profiler/ProfileNode.h; sourceTree = "<group>"; }; 674 670 95C18D3E0C90E7EF00E72F73 /* JSRetainPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSRetainPtr.h; sourceTree = "<group>"; }; 675 95CD41B10E1BF6560085358E /* TreeProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TreeProfile.cpp; path = profiler/TreeProfile.cpp; sourceTree = "<group>"; };676 95CD41B20E1BF6560085358E /* TreeProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TreeProfile.h; path = profiler/TreeProfile.h; sourceTree = "<group>"; };677 671 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ProfileGenerator.cpp; path = profiler/ProfileGenerator.cpp; sourceTree = "<group>"; }; 678 672 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfileGenerator.h; path = profiler/ProfileGenerator.h; sourceTree = "<group>"; }; 679 673 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CallIdentifier.h; path = profiler/CallIdentifier.h; sourceTree = "<group>"; }; 680 95FDFA130E22998F0006FB00 /* HeavyProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HeavyProfile.cpp; path = profiler/HeavyProfile.cpp; sourceTree = "<group>"; };681 95FDFA150E2299980006FB00 /* HeavyProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HeavyProfile.h; path = profiler/HeavyProfile.h; sourceTree = "<group>"; };682 674 960097A50EBABB58007A7297 /* LabelScope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelScope.h; sourceTree = "<group>"; }; 683 675 9688CB130ED12B4E001D649F /* AssemblerBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssemblerBuffer.h; sourceTree = "<group>"; }; … … 1482 1474 children = ( 1483 1475 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */, 1484 95FDFA130E22998F0006FB00 /* HeavyProfile.cpp */,1485 95FDFA150E2299980006FB00 /* HeavyProfile.h */,1486 1476 95742F630DD11F5A000917FB /* Profile.cpp */, 1487 1477 95742F640DD11F5A000917FB /* Profile.h */, … … 1494 1484 1C61516B0EBAC7A00031376F /* ProfilerServer.h */, 1495 1485 1C61516A0EBAC7A00031376F /* ProfilerServer.mm */, 1496 95CD41B10E1BF6560085358E /* TreeProfile.cpp */,1497 95CD41B20E1BF6560085358E /* TreeProfile.h */,1498 1486 ); 1499 1487 name = profiler; … … 1634 1622 BC18C40D0E16F5CD00B34460 /* HashTable.h in Headers */, 1635 1623 BC18C40E0E16F5CD00B34460 /* HashTraits.h in Headers */, 1636 95FDFA160E2299980006FB00 /* HeavyProfile.h in Headers */,1637 1624 BC18C40F0E16F5CD00B34460 /* Identifier.h in Headers */, 1638 1625 BC18C4100E16F5CD00B34460 /* InitializeThreading.h in Headers */, … … 1766 1753 BC18C4700E16F5CD00B34460 /* Threading.h in Headers */, 1767 1754 5D53726F0E1C54880021E549 /* Tracing.h in Headers */, 1768 95CD41B40E1BF6560085358E /* TreeProfile.h in Headers */,1769 1755 6507D29E0E871E5E00D7D896 /* TypeInfo.h in Headers */, 1770 1756 0B4D7E630F319AC800AD7E58 /* TypeTraits.h in Headers */, … … 2102 2088 A782F1A50EEC9FA20036273F /* ExecutableAllocatorPosix.cpp in Sources */, 2103 2089 65DFC93308EA173A00F7300B /* HashTable.cpp in Sources */, 2104 95FDFA140E22998F0006FB00 /* HeavyProfile.cpp in Sources */,2105 2090 E178636D0D9BEEC300D74E75 /* InitializeThreading.cpp in Sources */, 2106 2091 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */, … … 2145 2130 5D6A566B0F05995500266145 /* Threading.cpp in Sources */, 2146 2131 E1EE793D0D6C9B9200FEA3BA /* ThreadingPthreads.cpp in Sources */, 2147 95CD41B30E1BF6560085358E /* TreeProfile.cpp in Sources */,2148 2132 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */, 2149 2133 869083150E6518D7000D36ED /* WREC.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.