Changeset 48207 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Sep 9, 2009, 7:56:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r47780 r48207 112 112 5D6A566B0F05995500266145 /* Threading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D6A566A0F05995500266145 /* Threading.cpp */; }; 113 113 5DE6E5B30E1728EC00180407 /* create_hash_table in Headers */ = {isa = PBXBuildFile; fileRef = F692A8540255597D01FF60F7 /* create_hash_table */; settings = {ATTRIBUTES = (); }; }; 114 6507D29E0E871E5E00D7D896 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6507D2970E871E4A00D7D896 /*TypeInfo.h */; settings = {ATTRIBUTES = (Private, ); }; };114 6507D29E0E871E5E00D7D896 /* JSTypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6507D2970E871E4A00D7D896 /* JSTypeInfo.h */; settings = {ATTRIBUTES = (Private, ); }; }; 115 115 659126BD0BDD1728001921FB /* AllInOneFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659126BC0BDD1728001921FB /* AllInOneFile.cpp */; }; 116 116 65DFC93308EA173A00F7300B /* HashTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65DFC92D08EA173A00F7300B /* HashTable.cpp */; }; … … 591 591 5DBD18AF0C5401A700C15EAE /* MallocZoneSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MallocZoneSupport.h; sourceTree = "<group>"; }; 592 592 5DE3D0F40DD8DDFB00468714 /* WebKitAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitAvailability.h; sourceTree = "<group>"; }; 593 6507D2970E871E4A00D7D896 /* TypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =TypeInfo.h; sourceTree = "<group>"; };593 6507D2970E871E4A00D7D896 /* JSTypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSTypeInfo.h; sourceTree = "<group>"; }; 594 594 651F6412039D5B5F0078395C /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; tabWidth = 8; }; 595 595 651F6413039D5B5F0078395C /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; tabWidth = 8; }; … … 1510 1510 5D53726D0E1C546B0021E549 /* Tracing.d */, 1511 1511 5D53726E0E1C54880021E549 /* Tracing.h */, 1512 6507D2970E871E4A00D7D896 /* TypeInfo.h */,1512 6507D2970E871E4A00D7D896 /* JSTypeInfo.h */, 1513 1513 F692A8850255597D01FF60F7 /* UString.cpp */, 1514 1514 F692A8860255597D01FF60F7 /* UString.h */, … … 1901 1901 14A42E400F4F60EE00599099 /* TimeoutChecker.h in Headers */, 1902 1902 5D53726F0E1C54880021E549 /* Tracing.h in Headers */, 1903 6507D29E0E871E5E00D7D896 /* TypeInfo.h in Headers */,1903 6507D29E0E871E5E00D7D896 /* JSTypeInfo.h in Headers */, 1904 1904 0B4D7E630F319AC800AD7E58 /* TypeTraits.h in Headers */, 1905 1905 BC18C4720E16F5CD00B34460 /* ucpinternal.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.