Changeset 35039 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jul 7, 2008, 11:12:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r35022 r35039 92 92 95CD41B30E1BF6560085358E /* TreeProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD41B10E1BF6560085358E /* TreeProfile.cpp */; }; 93 93 95CD41B40E1BF6560085358E /* TreeProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD41B20E1BF6560085358E /* TreeProfile.h */; }; 94 95CD45760E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */; }; 95 95CD45770E1C4FDD0085358E /* ProfileGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */; settings = {ATTRIBUTES = (); }; }; 94 96 95E3BC050E1AE68200B2D1C1 /* CallIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */; settings = {ATTRIBUTES = (Private, ); }; }; 95 97 A72700900DAC6BBC00E548D7 /* JSNotAnObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A72700780DAC605600E548D7 /* JSNotAnObject.cpp */; }; … … 593 595 95CD41B10E1BF6560085358E /* TreeProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TreeProfile.cpp; path = profiler/TreeProfile.cpp; sourceTree = "<group>"; }; 594 596 95CD41B20E1BF6560085358E /* TreeProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TreeProfile.h; path = profiler/TreeProfile.h; sourceTree = "<group>"; }; 597 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ProfileGenerator.cpp; path = profiler/ProfileGenerator.cpp; sourceTree = "<group>"; }; 598 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfileGenerator.h; path = profiler/ProfileGenerator.h; sourceTree = "<group>"; }; 595 599 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CallIdentifier.h; path = profiler/CallIdentifier.h; sourceTree = "<group>"; }; 596 600 A72700770DAC605600E548D7 /* JSNotAnObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSNotAnObject.h; sourceTree = "<group>"; }; … … 1256 1260 isa = PBXGroup; 1257 1261 children = ( 1262 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */, 1263 95742F630DD11F5A000917FB /* Profile.cpp */, 1264 95742F640DD11F5A000917FB /* Profile.h */, 1265 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */, 1266 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */, 1267 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */, 1268 95AB83550DA43B4400BC83F3 /* ProfileNode.h */, 1269 95AB832E0DA42CAD00BC83F3 /* Profiler.cpp */, 1270 95AB832F0DA42CAD00BC83F3 /* Profiler.h */, 1258 1271 95CD41B10E1BF6560085358E /* TreeProfile.cpp */, 1259 1272 95CD41B20E1BF6560085358E /* TreeProfile.h */, 1260 95E3BC040E1AE68200B2D1C1 /* CallIdentifier.h */,1261 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */,1262 95AB83550DA43B4400BC83F3 /* ProfileNode.h */,1263 95742F630DD11F5A000917FB /* Profile.cpp */,1264 95742F640DD11F5A000917FB /* Profile.h */,1265 95AB832E0DA42CAD00BC83F3 /* Profiler.cpp */,1266 95AB832F0DA42CAD00BC83F3 /* Profiler.h */,1267 1273 ); 1268 1274 name = profiler; … … 1476 1482 BC7F8FB90E19D1C3008632C0 /* JSNumberCell.h in Headers */, 1477 1483 95CD41B40E1BF6560085358E /* TreeProfile.h in Headers */, 1484 95CD45770E1C4FDD0085358E /* ProfileGenerator.h in Headers */, 1478 1485 5D53726F0E1C54880021E549 /* Tracing.h in Headers */, 1479 1486 5D53727E0E1C55EC0021E549 /* TracingDtrace.h in Headers */, … … 1786 1793 E18E3A590DF9278C00D90B34 /* JSGlobalData.cpp in Sources */, 1787 1794 95CD41B30E1BF6560085358E /* TreeProfile.cpp in Sources */, 1795 95CD45760E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */, 1788 1796 ); 1789 1797 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.