Changeset 33466 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- May 14, 2008, 5:25:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r33053 r33466 192 192 95AB83420DA4322500BC83F3 /* Profiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AB832E0DA42CAD00BC83F3 /* Profiler.cpp */; }; 193 193 95AB83480DA432EB00BC83F3 /* Profiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AB832F0DA42CAD00BC83F3 /* Profiler.h */; settings = {ATTRIBUTES = (Private, ); }; }; 194 95AB83560DA43C3000BC83F3 /* FunctionCallProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AB83540DA43B4400BC83F3 /* FunctionCallProfile.cpp */; };195 95AB83570DA43C3000BC83F3 /* FunctionCallProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AB83550DA43B4400BC83F3 /* FunctionCallProfile.h */; settings = {ATTRIBUTES = (Private, ); }; };194 95AB83560DA43C3000BC83F3 /* ProfileNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */; }; 195 95AB83570DA43C3000BC83F3 /* ProfileNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AB83550DA43B4400BC83F3 /* ProfileNode.h */; settings = {ATTRIBUTES = (Private, ); }; }; 196 196 95C18D490C90E82600E72F73 /* JSRetainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C18D3E0C90E7EF00E72F73 /* JSRetainPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 197 197 A8E894320CD0602400367179 /* JSCallbackObjectFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E894310CD0602400367179 /* JSCallbackObjectFunctions.h */; }; … … 503 503 95AB832E0DA42CAD00BC83F3 /* Profiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Profiler.cpp; path = profiler/Profiler.cpp; sourceTree = "<group>"; }; 504 504 95AB832F0DA42CAD00BC83F3 /* Profiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Profiler.h; path = profiler/Profiler.h; sourceTree = "<group>"; }; 505 95AB83540DA43B4400BC83F3 /* FunctionCallProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FunctionCallProfile.cpp; path = profiler/FunctionCallProfile.cpp; sourceTree = "<group>"; };506 95AB83550DA43B4400BC83F3 /* FunctionCallProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FunctionCallProfile.h; path = profiler/FunctionCallProfile.h; sourceTree = "<group>"; };505 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ProfileNode.cpp; path = profiler/ProfileNode.cpp; sourceTree = "<group>"; }; 506 95AB83550DA43B4400BC83F3 /* ProfileNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfileNode.h; path = profiler/ProfileNode.h; sourceTree = "<group>"; }; 507 507 95C18D3E0C90E7EF00E72F73 /* JSRetainPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSRetainPtr.h; sourceTree = "<group>"; }; 508 508 A785E3030D9341AB00953772 /* ExecStateInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecStateInlines.h; sourceTree = "<group>"; }; … … 977 977 isa = PBXGroup; 978 978 children = ( 979 95AB83540DA43B4400BC83F3 /* FunctionCallProfile.cpp */,980 95AB83550DA43B4400BC83F3 /* FunctionCallProfile.h */,979 95AB83540DA43B4400BC83F3 /* ProfileNode.cpp */, 980 95AB83550DA43B4400BC83F3 /* ProfileNode.h */, 981 981 95742F630DD11F5A000917FB /* Profile.cpp */, 982 982 95742F640DD11F5A000917FB /* Profile.h */, … … 1150 1150 E17863400D9BEC0000D74E75 /* InitializeThreading.h in Headers */, 1151 1151 95AB83480DA432EB00BC83F3 /* Profiler.h in Headers */, 1152 95AB83570DA43C3000BC83F3 /* FunctionCallProfile.h in Headers */,1152 95AB83570DA43C3000BC83F3 /* ProfileNode.h in Headers */, 1153 1153 E1B7C8BE0DA3A3360074B0DC /* ThreadSpecific.h in Headers */, 1154 1154 06D358B20DAADA93003B174E /* MainThread.h in Headers */, … … 1410 1410 E178636D0D9BEEC300D74E75 /* InitializeThreading.cpp in Sources */, 1411 1411 95AB83420DA4322500BC83F3 /* Profiler.cpp in Sources */, 1412 95AB83560DA43C3000BC83F3 /* FunctionCallProfile.cpp in Sources */,1412 95AB83560DA43C3000BC83F3 /* ProfileNode.cpp in Sources */, 1413 1413 06D358B30DAADAA4003B174E /* MainThread.cpp in Sources */, 1414 1414 06D358B40DAADAAA003B174E /* MainThreadMac.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.