Changeset 57925 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Apr 20, 2010, 3:05:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r57912 r57925 854 854 96DD73780F9DA3100027FBCC /* VMTags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMTags.h; sourceTree = "<group>"; }; 855 855 97F6903A1169DF7F00A6BB46 /* Terminator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Terminator.h; sourceTree = "<group>"; }; 856 A718F61A11754A21002465A7 /* RegExpJitTables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpJitTables.h; sourceTree = "<group>"; }; 857 A718F8211178EB4B002465A7 /* create_regex_tables */ = {isa = PBXFileReference; explicitFileType = text.script.python; fileEncoding = 4; path = create_regex_tables; sourceTree = "<group>"; }; 856 858 A72700770DAC605600E548D7 /* JSNotAnObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSNotAnObject.h; sourceTree = "<group>"; }; 857 859 A72700780DAC605600E548D7 /* JSNotAnObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSNotAnObject.cpp; sourceTree = "<group>"; }; … … 1114 1116 isa = PBXGroup; 1115 1117 children = ( 1118 A718F8211178EB4B002465A7 /* create_regex_tables */, 1116 1119 937B63CC09E766D200A671DD /* DerivedSources.make */, 1117 1120 F692A8540255597D01FF60F7 /* create_hash_table */, … … 1305 1308 isa = PBXGroup; 1306 1309 children = ( 1310 A718F61A11754A21002465A7 /* RegExpJitTables.h */, 1307 1311 BC18C5230E16FC8A00B34460 /* ArrayPrototype.lut.h */, 1308 1312 65B174BE09D1000200820339 /* chartables.c */,
Note:
See TracChangeset
for help on using the changeset viewer.