Changeset 26676 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Oct 16, 2007, 1:13:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r25786 r26676 218 218 935AF46E09E9D9DB00ACD1D8 /* UnusedParam.h in Headers */ = {isa = PBXBuildFile; fileRef = 935AF46B09E9D9DB00ACD1D8 /* UnusedParam.h */; }; 219 219 935F69FE08245057003D1A45 /* dftables.c in Sources */ = {isa = PBXBuildFile; fileRef = 6541720E039E08B90058BFEB /* dftables.c */; }; 220 938C4F6A0CA06BC700D9310A /* ASCIICType.h in Headers */ = {isa = PBXBuildFile; fileRef = 938C4F690CA06BC700D9310A /* ASCIICType.h */; settings = {ATTRIBUTES = (Private, ); }; }; 221 938C4F6C0CA06BCE00D9310A /* DisallowCType.h in Headers */ = {isa = PBXBuildFile; fileRef = 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */; settings = {ATTRIBUTES = (Private, ); }; }; 220 222 93AA4F780957251F0084B3A7 /* AlwaysInline.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AA4F770957251F0084B3A7 /* AlwaysInline.h */; settings = {ATTRIBUTES = (Private, ); }; }; 221 223 93B6A0DF0AA64DA40076DE27 /* GetPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B6A0DE0AA64DA40076DE27 /* GetPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 570 572 937B63CC09E766D200A671DD /* DerivedSources.make */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = DerivedSources.make; sourceTree = "<group>"; usesTabs = 1; }; 571 573 938772E5038BFE19008635CE /* array_instance.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = array_instance.h; sourceTree = "<group>"; tabWidth = 8; }; 574 938C4F690CA06BC700D9310A /* ASCIICType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCIICType.h; sourceTree = "<group>"; }; 575 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; }; 572 576 93AA4F770957251F0084B3A7 /* AlwaysInline.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = AlwaysInline.h; sourceTree = "<group>"; tabWidth = 8; }; 573 577 93B6A0DE0AA64DA40076DE27 /* GetPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GetPtr.h; sourceTree = "<group>"; }; … … 897 901 isa = PBXGroup; 898 902 children = ( 899 652246A40C8D7A0E007BDAF7 /* HashIterators.h */,900 903 E195678D09E7CF1200B89D13 /* unicode */, 901 904 93AA4F770957251F0084B3A7 /* AlwaysInline.h */, 905 938C4F690CA06BC700D9310A /* ASCIICType.h */, 902 906 65E217B808E7EECC0023E5F6 /* Assertions.cpp */, 903 907 65E217B708E7EECC0023E5F6 /* Assertions.h */, 908 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */, 904 909 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */, 905 910 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */, … … 909 914 657EEBBF094E445E008C9C7B /* HashCountedSet.h */, 910 915 65DFC92A08EA173A00F7300B /* HashFunctions.h */, 916 652246A40C8D7A0E007BDAF7 /* HashIterators.h */, 911 917 65DFC92B08EA173A00F7300B /* HashMap.h */, 912 918 65DFC92C08EA173A00F7300B /* HashSet.h */, … … 1254 1260 652246A50C8D7A0E007BDAF7 /* HashIterators.h in Headers */, 1255 1261 95C18D490C90E82600E72F73 /* JSRetainPtr.h in Headers */, 1262 938C4F6A0CA06BC700D9310A /* ASCIICType.h in Headers */, 1263 938C4F6C0CA06BCE00D9310A /* DisallowCType.h in Headers */, 1256 1264 ); 1257 1265 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.