Changeset 42481 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Apr 14, 2009, 12:06:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r42344 r42481 126 126 86CC85C40EE7A89400288682 /* JITPropertyAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86CC85C30EE7A89400288682 /* JITPropertyAccess.cpp */; }; 127 127 86CCEFDE0F413F8900FD7F9E /* JITCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CCEFDD0F413F8900FD7F9E /* JITCode.h */; }; 128 86EAC4950F93E8D1008EC948 /* RegexCompiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86EAC48D0F93E8D1008EC948 /* RegexCompiler.cpp */; }; 129 86EAC4960F93E8D1008EC948 /* RegexCompiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC48E0F93E8D1008EC948 /* RegexCompiler.h */; }; 130 86EAC4970F93E8D1008EC948 /* RegexInterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86EAC48F0F93E8D1008EC948 /* RegexInterpreter.cpp */; }; 131 86EAC4980F93E8D1008EC948 /* RegexInterpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC4900F93E8D1008EC948 /* RegexInterpreter.h */; }; 132 86EAC4990F93E8D1008EC948 /* RegexJIT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86EAC4910F93E8D1008EC948 /* RegexJIT.cpp */; }; 133 86EAC49A0F93E8D1008EC948 /* RegexJIT.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC4920F93E8D1008EC948 /* RegexJIT.h */; }; 134 86EAC49B0F93E8D1008EC948 /* RegexParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC4930F93E8D1008EC948 /* RegexParser.h */; }; 135 86EAC49C0F93E8D1008EC948 /* RegexPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC4940F93E8D1008EC948 /* RegexPattern.h */; }; 128 136 905B02AE0E28640F006DF882 /* RefCountedLeakCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */; }; 129 137 90D3469C0E285280009492EE /* RefCountedLeakCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 607 615 86CC85C30EE7A89400288682 /* JITPropertyAccess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JITPropertyAccess.cpp; sourceTree = "<group>"; }; 608 616 86CCEFDD0F413F8900FD7F9E /* JITCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JITCode.h; sourceTree = "<group>"; }; 617 86EAC48D0F93E8D1008EC948 /* RegexCompiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegexCompiler.cpp; path = yarr/RegexCompiler.cpp; sourceTree = "<group>"; }; 618 86EAC48E0F93E8D1008EC948 /* RegexCompiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexCompiler.h; path = yarr/RegexCompiler.h; sourceTree = "<group>"; }; 619 86EAC48F0F93E8D1008EC948 /* RegexInterpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegexInterpreter.cpp; path = yarr/RegexInterpreter.cpp; sourceTree = "<group>"; }; 620 86EAC4900F93E8D1008EC948 /* RegexInterpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexInterpreter.h; path = yarr/RegexInterpreter.h; sourceTree = "<group>"; }; 621 86EAC4910F93E8D1008EC948 /* RegexJIT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegexJIT.cpp; path = yarr/RegexJIT.cpp; sourceTree = "<group>"; }; 622 86EAC4920F93E8D1008EC948 /* RegexJIT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexJIT.h; path = yarr/RegexJIT.h; sourceTree = "<group>"; }; 623 86EAC4930F93E8D1008EC948 /* RegexParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexParser.h; path = yarr/RegexParser.h; sourceTree = "<group>"; }; 624 86EAC4940F93E8D1008EC948 /* RegexPattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegexPattern.h; path = yarr/RegexPattern.h; sourceTree = "<group>"; }; 609 625 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RefCountedLeakCounter.cpp; sourceTree = "<group>"; }; 610 626 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedLeakCounter.h; sourceTree = "<group>"; }; … … 932 948 869083120E6518D7000D36ED /* wrec */, 933 949 65162EF108E6A21C007556CD /* wtf */, 950 86EAC48C0F93E8B9008EC948 /* yarr */, 934 951 1C90513E0BA9E8830081E9D0 /* Configurations */, 935 952 650FDF8D09D0FCA700769E54 /* Derived Sources */, … … 1420 1437 ); 1421 1438 path = wrec; 1439 sourceTree = "<group>"; 1440 }; 1441 86EAC48C0F93E8B9008EC948 /* yarr */ = { 1442 isa = PBXGroup; 1443 children = ( 1444 86EAC48D0F93E8D1008EC948 /* RegexCompiler.cpp */, 1445 86EAC48E0F93E8D1008EC948 /* RegexCompiler.h */, 1446 86EAC48F0F93E8D1008EC948 /* RegexInterpreter.cpp */, 1447 86EAC4900F93E8D1008EC948 /* RegexInterpreter.h */, 1448 86EAC4910F93E8D1008EC948 /* RegexJIT.cpp */, 1449 86EAC4920F93E8D1008EC948 /* RegexJIT.h */, 1450 86EAC4930F93E8D1008EC948 /* RegexParser.h */, 1451 86EAC4940F93E8D1008EC948 /* RegexPattern.h */, 1452 ); 1453 name = yarr; 1422 1454 sourceTree = "<group>"; 1423 1455 }; … … 1753 1785 14A42E400F4F60EE00599099 /* TimeoutChecker.h in Headers */, 1754 1786 E48E0F2D0F82151700A8CA37 /* FastAllocBase.h in Headers */, 1787 86EAC4960F93E8D1008EC948 /* RegexCompiler.h in Headers */, 1788 86EAC4980F93E8D1008EC948 /* RegexInterpreter.h in Headers */, 1789 86EAC49A0F93E8D1008EC948 /* RegexJIT.h in Headers */, 1790 86EAC49B0F93E8D1008EC948 /* RegexParser.h in Headers */, 1791 86EAC49C0F93E8D1008EC948 /* RegexPattern.h in Headers */, 1755 1792 ); 1756 1793 runOnlyForDeploymentPostprocessing = 0; … … 2108 2145 0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */, 2109 2146 14A42E3F0F4F60EE00599099 /* TimeoutChecker.cpp in Sources */, 2147 86EAC4950F93E8D1008EC948 /* RegexCompiler.cpp in Sources */, 2148 86EAC4970F93E8D1008EC948 /* RegexInterpreter.cpp in Sources */, 2149 86EAC4990F93E8D1008EC948 /* RegexJIT.cpp in Sources */, 2110 2150 ); 2111 2151 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.