Changeset 53714 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Jan 22, 2010, 2:00:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r52776 r53714 178 178 180B9B080F16D94F009BDBC5 /* CurrentTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 180B9AF00F16C569009BDBC5 /* CurrentTime.h */; settings = {ATTRIBUTES = (Private, ); }; }; 179 179 180B9BFE0F16E94D009BDBC5 /* CurrentTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */; }; 180 18BAB55310DAE054000D945B /* ThreadIdentifierDataPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */; }; 181 18BAB55410DAE066000D945B /* ThreadIdentifierDataPthreads.h in Headers */ = {isa = PBXBuildFile; fileRef = 18BAB52810DADFCD000D945B /* ThreadIdentifierDataPthreads.h */; }; 180 182 1C61516C0EBAC7A00031376F /* ProfilerServer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1C61516A0EBAC7A00031376F /* ProfilerServer.mm */; settings = {COMPILER_FLAGS = "-fno-strict-aliasing"; }; }; 181 183 1C61516D0EBAC7A00031376F /* ProfilerServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C61516B0EBAC7A00031376F /* ProfilerServer.h */; }; … … 655 657 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentTime.cpp; sourceTree = "<group>"; }; 656 658 180B9AF00F16C569009BDBC5 /* CurrentTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentTime.h; sourceTree = "<group>"; }; 659 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadIdentifierDataPthreads.cpp; sourceTree = "<group>"; }; 660 18BAB52810DADFCD000D945B /* ThreadIdentifierDataPthreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadIdentifierDataPthreads.h; sourceTree = "<group>"; }; 657 661 1C61516A0EBAC7A00031376F /* ProfilerServer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ProfilerServer.mm; path = profiler/ProfilerServer.mm; sourceTree = "<group>"; }; 658 662 1C61516B0EBAC7A00031376F /* ProfilerServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProfilerServer.h; path = profiler/ProfilerServer.h; sourceTree = "<group>"; }; … … 1372 1376 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */, 1373 1377 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */, 1378 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */, 1379 18BAB52810DADFCD000D945B /* ThreadIdentifierDataPthreads.h */, 1374 1380 5D6A566A0F05995500266145 /* Threading.cpp */, 1375 1381 E1EE79220D6C95CD00FEA3BA /* Threading.h */, … … 2039 2045 14A1563210966365006FA260 /* DateInstanceCache.h in Headers */, 2040 2046 1420BE7B10AA6DDB00F455D2 /* WeakRandom.h in Headers */, 2047 18BAB55410DAE066000D945B /* ThreadIdentifierDataPthreads.h in Headers */, 2041 2048 8698B86910D44D9400D8D01B /* StringBuilder.h in Headers */, 2042 2049 8698BB3910D86BAF00D8D01B /* UStringImpl.h in Headers */, … … 2476 2483 BCCF0D0C0EF0B8A500413C8F /* StructureStubInfo.cpp in Sources */, 2477 2484 14F8BA43107EC88C009892DC /* TCSystemAlloc.cpp in Sources */, 2485 18BAB55310DAE054000D945B /* ThreadIdentifierDataPthreads.cpp in Sources */, 2478 2486 5D6A566B0F05995500266145 /* Threading.cpp in Sources */, 2479 2487 E1EE793D0D6C9B9200FEA3BA /* ThreadingPthreads.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.