Changeset 35148 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jul 11, 2008, 10:51:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r35142 r35148 75 75 65DFC93308EA173A00F7300B /* HashTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65DFC92D08EA173A00F7300B /* HashTable.cpp */; }; 76 76 65FDE49C0BDD1D4A00E80111 /* Assertions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B808E7EECC0023E5F6 /* Assertions.cpp */; }; 77 905B02AE0E28640F006DF882 /* RefCountedLeakCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */; }; 78 90D3469C0E285280009492EE /* RefCountedLeakCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */; settings = {ATTRIBUTES = (Private, ); }; }; 77 79 930754C108B0F68000AB3056 /* pcre_compile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 930754BF08B0F68000AB3056 /* pcre_compile.cpp */; }; 78 80 930754D008B0F74600AB3056 /* pcre_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 930754CE08B0F74500AB3056 /* pcre_tables.cpp */; }; … … 554 556 704FD35305697E6D003DBED9 /* BooleanObject.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = BooleanObject.h; sourceTree = "<group>"; tabWidth = 8; }; 555 557 7E2C6C980D31C6B6002D44E2 /* ScopeChainMark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScopeChainMark.h; sourceTree = "<group>"; }; 558 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RefCountedLeakCounter.cpp; sourceTree = "<group>"; }; 559 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedLeakCounter.h; sourceTree = "<group>"; }; 556 560 9303F567099118FA00AD71B8 /* OwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtr.h; sourceTree = "<group>"; }; 557 561 9303F5690991190000AD71B8 /* Noncopyable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Noncopyable.h; sourceTree = "<group>"; }; … … 1047 1051 65D6D87E09B5A32E0002E4D7 /* Platform.h */, 1048 1052 1419D32C0CEA7CDE00FF507A /* RefCounted.h */, 1053 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */, 1054 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */, 1049 1055 65C647B3093EF8D60022C380 /* RefPtr.h */, 1050 1056 148A1ECD0D10C23B0069A47C /* RefPtrHashMap.h */, … … 1430 1436 BC18C4560E16F5CD00B34460 /* protect.h in Headers */, 1431 1437 BC18C4570E16F5CD00B34460 /* RefCounted.h in Headers */, 1438 90D3469C0E285280009492EE /* RefCountedLeakCounter.h in Headers */, 1432 1439 BC18C4580E16F5CD00B34460 /* RefPtr.h in Headers */, 1433 1440 BC18C4590E16F5CD00B34460 /* RefPtrHashMap.h in Headers */, … … 1800 1807 95CD45760E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */, 1801 1808 95FDFA140E22998F0006FB00 /* HeavyProfile.cpp in Sources */, 1809 905B02AE0E28640F006DF882 /* RefCountedLeakCounter.cpp in Sources */, 1802 1810 ); 1803 1811 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.