Changeset 27776 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Nov 13, 2007, 6:05:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r27763 r27776 39 39 141211310A48794D00480255 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 932F5BD90822A1C700736975 /* JavaScriptCore.framework */; }; 40 40 141211340A48795800480255 /* minidom.c in Sources */ = {isa = PBXBuildFile; fileRef = 141211020A48780900480255 /* minidom.c */; }; 41 1419D 2010CEA4D0D00FF507A /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 1419D1030CEA472C00FF507A /* Shared.h */; settings = {ATTRIBUTES = (Private, ); }; };41 1419D32D0CEA7CDE00FF507A /* RefCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 1419D32C0CEA7CDE00FF507A /* RefCounted.h */; settings = {ATTRIBUTES = (Private, ); }; }; 42 42 1421359B0A677F4F00A8195E /* JSBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1421359A0A677F4F00A8195E /* JSBase.cpp */; }; 43 43 142711390A460BBB0080EEEA /* JSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 142711380A460BBB0080EEEA /* JSBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; … … 394 394 1412110D0A48788700480255 /* minidom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minidom.js; sourceTree = "<group>"; }; 395 395 141211200A48793C00480255 /* minidom */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = minidom; sourceTree = BUILT_PRODUCTS_DIR; }; 396 1419D 1030CEA472C00FF507A /* Shared.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = "<group>"; };396 1419D32C0CEA7CDE00FF507A /* RefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCounted.h; sourceTree = "<group>"; }; 397 397 1421359A0A677F4F00A8195E /* JSBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBase.cpp; sourceTree = "<group>"; }; 398 398 142711380A460BBB0080EEEA /* JSBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSBase.h; path = ../API/JSBase.h; sourceTree = "<group>"; }; … … 856 856 children = ( 857 857 E195678D09E7CF1200B89D13 /* unicode */, 858 65E217B808E7EECC0023E5F6 /* Assertions.cpp */,859 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */,860 65DFC92D08EA173A00F7300B /* HashTable.cpp */,861 858 93AA4F770957251F0084B3A7 /* AlwaysInline.h */, 862 859 1482B78A0A4305AB00517CFC /* APICast.h */, … … 865 862 65B1749909D0FEB700820339 /* array_object.lut.h */, 866 863 938C4F690CA06BC700D9310A /* ASCIICType.h */, 864 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 867 865 65E217B708E7EECC0023E5F6 /* Assertions.h */, 868 866 704FD35305697E6D003DBED9 /* bool_object.h */, … … 886 884 F692A85B0255597D01FF60F7 /* error_object.h */, 887 885 14BD53F30A3E12D800BAF59C /* ExecState.h */, 886 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */, 888 887 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */, 889 888 935AF46909E9D9DB00ACD1D8 /* Forward.h */, … … 897 896 65DFC92B08EA173A00F7300B /* HashMap.h */, 898 897 65DFC92C08EA173A00F7300B /* HashSet.h */, 898 65DFC92D08EA173A00F7300B /* HashTable.cpp */, 899 899 65DFC92E08EA173A00F7300B /* HashTable.h */, 900 900 65DFC92F08EA173A00F7300B /* HashTraits.h */, … … 966 966 65400C100A69BAF200509887 /* PropertyNameArray.h */, 967 967 65C02FBB0637462A003E7EE6 /* protect.h */, 968 1419D32C0CEA7CDE00FF507A /* RefCounted.h */, 968 969 65C647B3093EF8D60022C380 /* RefPtr.h */, 969 970 F692A87E0255597D01FF60F7 /* regexp.h */, … … 978 979 14BD534A0A3E0AEA00BAF59C /* SavedBuiltins.h */, 979 980 9374D3A7038D9D74008635CE /* scope_chain.h */, 980 1419D1030CEA472C00FF507A /* Shared.h */,981 981 F692A8800255597D01FF60F7 /* string_object.h */, 982 982 65B174F409D100FA00820339 /* string_object.lut.h */, … … 985 985 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */, 986 986 6541BD6F08E80A17002CBEE7 /* TCSpinLock.h */, 987 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */, 987 988 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */, 988 989 F692A8840255597D01FF60F7 /* types.h */, … … 997 998 6592C317098B7DE10003D4F6 /* VectorTraits.h */, 998 999 1CAF34880A6C421700ABE06E /* WebScriptObject.h */, 999 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */,1000 1000 ); 1001 1001 path = wtf; … … 1127 1127 buildActionMask = 2147483647; 1128 1128 files = ( 1129 1419D2010CEA4D0D00FF507A /* Shared.h in Headers */,1130 1129 1482B78B0A4305AB00517CFC /* APICast.h in Headers */, 1131 1130 938C4F6A0CA06BC700D9310A /* ASCIICType.h in Headers */, … … 1265 1264 14ABB36F099C076400E2A24F /* value.h in Headers */, 1266 1265 E1EF79AB0CE97BA60088D500 /* UTF8.h in Headers */, 1266 1419D32D0CEA7CDE00FF507A /* RefCounted.h in Headers */, 1267 1267 ); 1268 1268 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.