Changeset 20455 in webkit


Ignore:
Timestamp:
Mar 23, 2007 3:26:42 PM (17 years ago)
Author:
aroben
Message:

Reviewed/landed by Adam.

Bug 13175: Make apollo mac project files for JavaScriptCore actually
build something
http://bugs.webkit.org/show_bug.cgi?id=13175

  • JavaScriptCore.apolloproj/ForwardingSources/grammar.cpp: Added.
  • JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcconfig:
  • JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
Location:
trunk/JavaScriptCore
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r20445 r20455  
     12007-03-23  Christopher Brichford  <chrisb@adobe.com>
     2
     3        Reviewed/landed by Adam.
     4
     5        Bug 13175: Make apollo mac project files for JavaScriptCore actually
     6        build something
     7        http://bugs.webkit.org/show_bug.cgi?id=13175
     8
     9        - Changing apollo mac project files for JavaScriptCore such that they actually build
     10        JavaScriptCore source code.
     11
     12        * JavaScriptCore.apolloproj/ForwardingSources/grammar.cpp: Added.
     13        * JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcconfig:
     14        * JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
     15
    1162007-03-24  Mark Rowe  <mrowe@apple.com>
    217
     
    823
    924        Reviewed/landed by Adam.
     25
     26        Bug 13164: Initial version of mac JavaScriptCore project files for
     27        apollo port
     28        http://bugs.webkit.org/show_bug.cgi?id=13164
    1029
    1130        - Adding mac project files for apollo port of JavaScriptCore. Currently project
  • trunk/JavaScriptCore/JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcconfig

    r20422 r20455  
    77GCC_PREFIX_HEADER = ../../../JavaScriptCorePrefix.h;
    88GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(GCC_PREPROCESSOR_DEFINITIONS);
    9 HEADER_SEARCH_PATHS = "${JAVASCRIPTCORE_SRC_ROOT}/." "${JAVASCRIPTCORE_SRC_ROOT}/kjs" "${JAVASCRIPTCORE_SRC_ROOT}/wtf" "${JAVASCRIPTCORE_SRC_ROOT}/icu" "${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore" $(HEADER_SEARCH_PATHS);
     9HEADER_SEARCH_PATHS = "${JAVASCRIPTCORE_SRC_ROOT}/." "${JAVASCRIPTCORE_SRC_ROOT}/bindings" "${JAVASCRIPTCORE_SRC_ROOT}/bindings/jni" "${JAVASCRIPTCORE_SRC_ROOT}/pcre" "${JAVASCRIPTCORE_SRC_ROOT}/kjs" "${JAVASCRIPTCORE_SRC_ROOT}/wtf" "${JAVASCRIPTCORE_SRC_ROOT}/icu" "${CONFIGURATION_TEMP_DIR}/DerivedSources" "${CONFIGURATION_TEMP_DIR}/FrameworkHeaders" "${CONFIGURATION_TEMP_DIR}" $(HEADER_SEARCH_PATHS);
    1010CONFIGURATION_BUILD_DIR = $(BUILD_DIR);
    1111CONFIGURATION_TEMP_DIR = $(PROJECT_TEMP_DIR);
     12GCC_PFE_FILE_C_DIALECTS = c c++ objective-c++;
  • trunk/JavaScriptCore/JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r20422 r20455  
    77        objects = {
    88
     9/* Begin PBXAggregateTarget section */
     10                81B4FD6B0BB41FF000B5E258 /* DerivedSources */ = {
     11                        isa = PBXAggregateTarget;
     12                        buildConfigurationList = 81B4FD760BB4202600B5E258 /* Build configuration list for PBXAggregateTarget "DerivedSources" */;
     13                        buildPhases = (
     14                                81B4FD740BB4200700B5E258 /* Generate Derived Sources */,
     15                        );
     16                        dependencies = (
     17                                81B4FD7F0BB4205D00B5E258 /* PBXTargetDependency */,
     18                        );
     19                        name = DerivedSources;
     20                        productName = DerivedSources;
     21                };
     22/* End PBXAggregateTarget section */
     23
    924/* Begin PBXBuildFile section */
    1025                810BFA3F0BB32D340021035B /* dftables.c in Sources */ = {isa = PBXBuildFile; fileRef = 810BFA3E0BB32D340021035B /* dftables.c */; };
     26                81640BCA0BB4586B00088611 /* array_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B700BB4586B00088611 /* array_object.cpp */; };
     27                81640BCC0BB4586B00088611 /* bool_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B720BB4586B00088611 /* bool_object.cpp */; };
     28                81640BCE0BB4586B00088611 /* collector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B740BB4586B00088611 /* collector.cpp */; };
     29                81640BD00BB4586B00088611 /* CommonIdentifiers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B760BB4586B00088611 /* CommonIdentifiers.cpp */; };
     30                81640BD40BB4586B00088611 /* Context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B7A0BB4586B00088611 /* Context.cpp */; };
     31                81640BD60BB4586B00088611 /* date_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B7D0BB4586B00088611 /* date_object.cpp */; };
     32                81640BD80BB4586B00088611 /* DateMath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B7F0BB4586B00088611 /* DateMath.cpp */; };
     33                81640BDA0BB4586B00088611 /* debugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B810BB4586B00088611 /* debugger.cpp */; };
     34                81640BDC0BB4586B00088611 /* dtoa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B830BB4586B00088611 /* dtoa.cpp */; };
     35                81640BDE0BB4586B00088611 /* error_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B850BB4586B00088611 /* error_object.cpp */; };
     36                81640BE00BB4586B00088611 /* ExecState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B870BB4586B00088611 /* ExecState.cpp */; };
     37                81640BE20BB4586B00088611 /* fpconst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B890BB4586B00088611 /* fpconst.cpp */; };
     38                81640BE30BB4586B00088611 /* function_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B8A0BB4586B00088611 /* function_object.cpp */; };
     39                81640BE50BB4586B00088611 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B8C0BB4586B00088611 /* function.cpp */; };
     40                81640BE80BB4586B00088611 /* identifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B8F0BB4586B00088611 /* identifier.cpp */; };
     41                81640BEA0BB4586B00088611 /* internal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B910BB4586B00088611 /* internal.cpp */; };
     42                81640BEC0BB4586B00088611 /* interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B930BB4586B00088611 /* interpreter.cpp */; };
     43                81640BEE0BB4586B00088611 /* JSImmediate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B950BB4586B00088611 /* JSImmediate.cpp */; };
     44                81640BF00BB4586B00088611 /* JSLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B970BB4586B00088611 /* JSLock.cpp */; };
     45                81640BF30BB4586B00088611 /* JSWrapperObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B9A0BB4586B00088611 /* JSWrapperObject.cpp */; };
     46                81640BF50BB4586B00088611 /* lexer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B9D0BB4586B00088611 /* lexer.cpp */; };
     47                81640BF70BB4586B00088611 /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640B9F0BB4586B00088611 /* list.cpp */; };
     48                81640BF90BB4586B00088611 /* lookup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BA10BB4586B00088611 /* lookup.cpp */; };
     49                81640BFB0BB4586B00088611 /* math_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BA30BB4586B00088611 /* math_object.cpp */; };
     50                81640BFD0BB4586B00088611 /* nodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BA50BB4586B00088611 /* nodes.cpp */; };
     51                81640BFF0BB4586B00088611 /* nodes2string.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BA70BB4586B00088611 /* nodes2string.cpp */; };
     52                81640C000BB4586B00088611 /* number_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BA80BB4586B00088611 /* number_object.cpp */; };
     53                81640C020BB4586B00088611 /* object_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BAA0BB4586B00088611 /* object_object.cpp */; };
     54                81640C040BB4586B00088611 /* object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BAC0BB4586B00088611 /* object.cpp */; };
     55                81640C060BB4586B00088611 /* operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BAE0BB4586B00088611 /* operations.cpp */; };
     56                81640C080BB4586B00088611 /* Parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BB00BB4586B00088611 /* Parser.cpp */; };
     57                81640C0A0BB4586B00088611 /* property_map.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BB20BB4586B00088611 /* property_map.cpp */; };
     58                81640C0C0BB4586B00088611 /* property_slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BB40BB4586B00088611 /* property_slot.cpp */; };
     59                81640C0E0BB4586B00088611 /* PropertyNameArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BB60BB4586B00088611 /* PropertyNameArray.cpp */; };
     60                81640C110BB4586B00088611 /* regexp_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BB90BB4586B00088611 /* regexp_object.cpp */; };
     61                81640C130BB4586B00088611 /* regexp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BBB0BB4586B00088611 /* regexp.cpp */; };
     62                81640C160BB4586B00088611 /* scope_chain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BBE0BB4586B00088611 /* scope_chain.cpp */; };
     63                81640C180BB4586B00088611 /* string_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BC00BB4586B00088611 /* string_object.cpp */; };
     64                81640C1A0BB4586B00088611 /* testkjs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BC20BB4586B00088611 /* testkjs.cpp */; };
     65                81640C1C0BB4586B00088611 /* ustring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BC50BB4586B00088611 /* ustring.cpp */; };
     66                81640C1E0BB4586B00088611 /* value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640BC70BB4586B00088611 /* value.cpp */; };
     67                81640C870BB4689B00088611 /* Assertions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640C670BB4689B00088611 /* Assertions.cpp */; };
     68                81640C890BB4689B00088611 /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640C690BB4689B00088611 /* FastMalloc.cpp */; };
     69                81640C8B0BB4689B00088611 /* FastMallocPCRE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640C6B0BB4689B00088611 /* FastMallocPCRE.cpp */; };
     70                81640C920BB4689B00088611 /* HashTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640C720BB4689B00088611 /* HashTable.cpp */; };
     71                81640CA10BB4689B00088611 /* TCSystemAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81640C810BB4689B00088611 /* TCSystemAlloc.cpp */; };
     72                81640CC70BB4691D00088611 /* pcre_compile.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB00BB4691D00088611 /* pcre_compile.c */; };
     73                81640CC80BB4691D00088611 /* pcre_config.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB10BB4691D00088611 /* pcre_config.c */; };
     74                81640CC90BB4691D00088611 /* pcre_exec.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB20BB4691D00088611 /* pcre_exec.c */; };
     75                81640CCA0BB4691D00088611 /* pcre_fullinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB30BB4691D00088611 /* pcre_fullinfo.c */; };
     76                81640CCB0BB4691D00088611 /* pcre_get.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB40BB4691D00088611 /* pcre_get.c */; };
     77                81640CD00BB4691D00088611 /* pcre_ord2utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CB90BB4691D00088611 /* pcre_ord2utf8.c */; };
     78                81640CD30BB4691D00088611 /* pcre_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CBD0BB4691D00088611 /* pcre_tables.c */; };
     79                81640CD40BB4691D00088611 /* pcre_try_flipped.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CBE0BB4691D00088611 /* pcre_try_flipped.c */; };
     80                81640CD50BB4691D00088611 /* pcre_ucp_findchar.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CBF0BB4691D00088611 /* pcre_ucp_findchar.c */; };
     81                81640CD60BB4691D00088611 /* pcre_version.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CC00BB4691D00088611 /* pcre_version.c */; };
     82                81640CD70BB4691D00088611 /* pcre_xclass.c in Sources */ = {isa = PBXBuildFile; fileRef = 81640CC10BB4691D00088611 /* pcre_xclass.c */; };
     83                818D71E80BB46EC500EC8944 /* grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D71E70BB46EC500EC8944 /* grammar.cpp */; };
     84                818D72050BB4711600EC8944 /* c_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D71FD0BB4711600EC8944 /* c_class.cpp */; };
     85                818D72070BB4711600EC8944 /* c_instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D71FF0BB4711600EC8944 /* c_instance.cpp */; };
     86                818D72090BB4711600EC8944 /* c_runtime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72010BB4711600EC8944 /* c_runtime.cpp */; };
     87                818D720B0BB4711600EC8944 /* c_utility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72030BB4711600EC8944 /* c_utility.cpp */; };
     88                818D721A0BB4713F00EC8944 /* objc_class.mm in Sources */ = {isa = PBXBuildFile; fileRef = 818D72100BB4713F00EC8944 /* objc_class.mm */; };
     89                818D721D0BB4713F00EC8944 /* objc_instance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 818D72130BB4713F00EC8944 /* objc_instance.mm */; };
     90                818D721F0BB4713F00EC8944 /* objc_runtime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 818D72150BB4713F00EC8944 /* objc_runtime.mm */; };
     91                818D72210BB4713F00EC8944 /* objc_utility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 818D72170BB4713F00EC8944 /* objc_utility.mm */; };
     92                818D722A0BB4717800EC8944 /* NP_jsobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72230BB4717800EC8944 /* NP_jsobject.cpp */; };
     93                818D722F0BB4717800EC8944 /* npruntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72280BB4717800EC8944 /* npruntime.cpp */; };
     94                818D723B0BB4728500EC8944 /* runtime_array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72310BB4728500EC8944 /* runtime_array.cpp */; };
     95                818D723D0BB4728500EC8944 /* runtime_method.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72330BB4728500EC8944 /* runtime_method.cpp */; };
     96                818D723F0BB4728500EC8944 /* runtime_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72350BB4728500EC8944 /* runtime_object.cpp */; };
     97                818D72410BB4728500EC8944 /* runtime_root.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72370BB4728500EC8944 /* runtime_root.cpp */; };
     98                818D72430BB4728500EC8944 /* runtime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 818D72390BB4728500EC8944 /* runtime.cpp */; };
     99                818D72570BB47C2F00EC8944 /* objc_runtime.h in Copy */ = {isa = PBXBuildFile; fileRef = 818D72140BB4713F00EC8944 /* objc_runtime.h */; };
     100                818D725A0BB47C5B00EC8944 /* objc_header.h in Copy */ = {isa = PBXBuildFile; fileRef = 818D72110BB4713F00EC8944 /* objc_header.h */; };
     101                818D725C0BB47C7600EC8944 /* objc_class.h in Copy */ = {isa = PBXBuildFile; fileRef = 818D720F0BB4713F00EC8944 /* objc_class.h */; };
     102                818D725D0BB47C7600EC8944 /* objc_utility.h in Copy */ = {isa = PBXBuildFile; fileRef = 818D72160BB4713F00EC8944 /* objc_utility.h */; };
     103                818D725E0BB47C7A00EC8944 /* runtime.h in Copy */ = {isa = PBXBuildFile; fileRef = 818D723A0BB4728500EC8944 /* runtime.h */; };
     104                818D727F0BB4842400EC8944 /* object.h in Copy */ = {isa = PBXBuildFile; fileRef = 81640BAD0BB4586B00088611 /* object.h */; };
    11105/* End PBXBuildFile section */
     106
     107/* Begin PBXContainerItemProxy section */
     108                81640C370BB4660200088611 /* PBXContainerItemProxy */ = {
     109                        isa = PBXContainerItemProxy;
     110                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
     111                        proxyType = 1;
     112                        remoteGlobalIDString = 81B4FD6B0BB41FF000B5E258;
     113                        remoteInfo = DerivedSources;
     114                };
     115                81B4FD7E0BB4205D00B5E258 /* PBXContainerItemProxy */ = {
     116                        isa = PBXContainerItemProxy;
     117                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
     118                        proxyType = 1;
     119                        remoteGlobalIDString = 81BD43610BB32AF2006A63BF;
     120                        remoteInfo = dftables;
     121                };
     122/* End PBXContainerItemProxy section */
     123
     124/* Begin PBXCopyFilesBuildPhase section */
     125                818D72500BB4765400EC8944 /* Copy */ = {
     126                        isa = PBXCopyFilesBuildPhase;
     127                        buildActionMask = 2147483647;
     128                        dstPath = "${CONFIGURATION_TEMP_DIR}/FrameworkHeaders/JavaScriptCore";
     129                        dstSubfolderSpec = 0;
     130                        files = (
     131                                818D727F0BB4842400EC8944 /* object.h in Copy */,
     132                                818D72570BB47C2F00EC8944 /* objc_runtime.h in Copy */,
     133                                818D725A0BB47C5B00EC8944 /* objc_header.h in Copy */,
     134                                818D725C0BB47C7600EC8944 /* objc_class.h in Copy */,
     135                                818D725D0BB47C7600EC8944 /* objc_utility.h in Copy */,
     136                                818D725E0BB47C7A00EC8944 /* runtime.h in Copy */,
     137                        );
     138                        name = Copy;
     139                        runOnlyForDeploymentPostprocessing = 0;
     140                };
     141/* End PBXCopyFilesBuildPhase section */
    12142
    13143/* Begin PBXFileReference section */
     
    18148                8160D7510BB3270400D65181 /* JavaScriptCore.Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = JavaScriptCore.Debug.xcconfig; sourceTree = "<group>"; };
    19149                8160D7540BB3273D00D65181 /* JavaScriptCore.Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = JavaScriptCore.Release.xcconfig; sourceTree = "<group>"; };
     150                81640B6F0BB4586B00088611 /* array_instance.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = array_instance.h; path = ../../../kjs/array_instance.h; sourceTree = SOURCE_ROOT; };
     151                81640B700BB4586B00088611 /* array_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = array_object.cpp; path = ../../../kjs/array_object.cpp; sourceTree = SOURCE_ROOT; };
     152                81640B710BB4586B00088611 /* array_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = array_object.h; path = ../../../kjs/array_object.h; sourceTree = SOURCE_ROOT; };
     153                81640B720BB4586B00088611 /* bool_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = bool_object.cpp; path = ../../../kjs/bool_object.cpp; sourceTree = SOURCE_ROOT; };
     154                81640B730BB4586B00088611 /* bool_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bool_object.h; path = ../../../kjs/bool_object.h; sourceTree = SOURCE_ROOT; };
     155                81640B740BB4586B00088611 /* collector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = collector.cpp; path = ../../../kjs/collector.cpp; sourceTree = SOURCE_ROOT; };
     156                81640B750BB4586B00088611 /* collector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = collector.h; path = ../../../kjs/collector.h; sourceTree = SOURCE_ROOT; };
     157                81640B760BB4586B00088611 /* CommonIdentifiers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CommonIdentifiers.cpp; path = ../../../kjs/CommonIdentifiers.cpp; sourceTree = SOURCE_ROOT; };
     158                81640B770BB4586B00088611 /* CommonIdentifiers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CommonIdentifiers.h; path = ../../../kjs/CommonIdentifiers.h; sourceTree = SOURCE_ROOT; };
     159                81640B780BB4586B00088611 /* completion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = completion.h; path = ../../../kjs/completion.h; sourceTree = SOURCE_ROOT; };
     160                81640B790BB4586B00088611 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../../kjs/config.h; sourceTree = SOURCE_ROOT; };
     161                81640B7A0BB4586B00088611 /* Context.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Context.cpp; path = ../../../kjs/Context.cpp; sourceTree = SOURCE_ROOT; };
     162                81640B7B0BB4586B00088611 /* context.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = context.h; path = ../../../kjs/context.h; sourceTree = SOURCE_ROOT; };
     163                81640B7D0BB4586B00088611 /* date_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = date_object.cpp; path = ../../../kjs/date_object.cpp; sourceTree = SOURCE_ROOT; };
     164                81640B7E0BB4586B00088611 /* date_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = date_object.h; path = ../../../kjs/date_object.h; sourceTree = SOURCE_ROOT; };
     165                81640B7F0BB4586B00088611 /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DateMath.cpp; path = ../../../kjs/DateMath.cpp; sourceTree = SOURCE_ROOT; };
     166                81640B800BB4586B00088611 /* DateMath.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DateMath.h; path = ../../../kjs/DateMath.h; sourceTree = SOURCE_ROOT; };
     167                81640B810BB4586B00088611 /* debugger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = debugger.cpp; path = ../../../kjs/debugger.cpp; sourceTree = SOURCE_ROOT; };
     168                81640B820BB4586B00088611 /* debugger.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = debugger.h; path = ../../../kjs/debugger.h; sourceTree = SOURCE_ROOT; };
     169                81640B830BB4586B00088611 /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dtoa.cpp; path = ../../../kjs/dtoa.cpp; sourceTree = SOURCE_ROOT; };
     170                81640B840BB4586B00088611 /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dtoa.h; path = ../../../kjs/dtoa.h; sourceTree = SOURCE_ROOT; };
     171                81640B850BB4586B00088611 /* error_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = error_object.cpp; path = ../../../kjs/error_object.cpp; sourceTree = SOURCE_ROOT; };
     172                81640B860BB4586B00088611 /* error_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = error_object.h; path = ../../../kjs/error_object.h; sourceTree = SOURCE_ROOT; };
     173                81640B870BB4586B00088611 /* ExecState.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ExecState.cpp; path = ../../../kjs/ExecState.cpp; sourceTree = SOURCE_ROOT; };
     174                81640B880BB4586B00088611 /* ExecState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ExecState.h; path = ../../../kjs/ExecState.h; sourceTree = SOURCE_ROOT; };
     175                81640B890BB4586B00088611 /* fpconst.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fpconst.cpp; path = ../../../kjs/fpconst.cpp; sourceTree = SOURCE_ROOT; };
     176                81640B8A0BB4586B00088611 /* function_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = function_object.cpp; path = ../../../kjs/function_object.cpp; sourceTree = SOURCE_ROOT; };
     177                81640B8B0BB4586B00088611 /* function_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = function_object.h; path = ../../../kjs/function_object.h; sourceTree = SOURCE_ROOT; };
     178                81640B8C0BB4586B00088611 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = function.cpp; path = ../../../kjs/function.cpp; sourceTree = SOURCE_ROOT; };
     179                81640B8D0BB4586B00088611 /* function.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = function.h; path = ../../../kjs/function.h; sourceTree = SOURCE_ROOT; };
     180                81640B8F0BB4586B00088611 /* identifier.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = identifier.cpp; path = ../../../kjs/identifier.cpp; sourceTree = SOURCE_ROOT; };
     181                81640B900BB4586B00088611 /* identifier.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = identifier.h; path = ../../../kjs/identifier.h; sourceTree = SOURCE_ROOT; };
     182                81640B910BB4586B00088611 /* internal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = internal.cpp; path = ../../../kjs/internal.cpp; sourceTree = SOURCE_ROOT; };
     183                81640B920BB4586B00088611 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../../../kjs/internal.h; sourceTree = SOURCE_ROOT; };
     184                81640B930BB4586B00088611 /* interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = interpreter.cpp; path = ../../../kjs/interpreter.cpp; sourceTree = SOURCE_ROOT; };
     185                81640B940BB4586B00088611 /* interpreter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interpreter.h; path = ../../../kjs/interpreter.h; sourceTree = SOURCE_ROOT; };
     186                81640B950BB4586B00088611 /* JSImmediate.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = JSImmediate.cpp; path = ../../../kjs/JSImmediate.cpp; sourceTree = SOURCE_ROOT; };
     187                81640B960BB4586B00088611 /* JSImmediate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JSImmediate.h; path = ../../../kjs/JSImmediate.h; sourceTree = SOURCE_ROOT; };
     188                81640B970BB4586B00088611 /* JSLock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = JSLock.cpp; path = ../../../kjs/JSLock.cpp; sourceTree = SOURCE_ROOT; };
     189                81640B980BB4586B00088611 /* JSLock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JSLock.h; path = ../../../kjs/JSLock.h; sourceTree = SOURCE_ROOT; };
     190                81640B990BB4586B00088611 /* JSType.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JSType.h; path = ../../../kjs/JSType.h; sourceTree = SOURCE_ROOT; };
     191                81640B9A0BB4586B00088611 /* JSWrapperObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = JSWrapperObject.cpp; path = ../../../kjs/JSWrapperObject.cpp; sourceTree = SOURCE_ROOT; };
     192                81640B9B0BB4586B00088611 /* JSWrapperObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JSWrapperObject.h; path = ../../../kjs/JSWrapperObject.h; sourceTree = SOURCE_ROOT; };
     193                81640B9C0BB4586B00088611 /* keywords.table */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = keywords.table; path = ../../../kjs/keywords.table; sourceTree = SOURCE_ROOT; };
     194                81640B9D0BB4586B00088611 /* lexer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = lexer.cpp; path = ../../../kjs/lexer.cpp; sourceTree = SOURCE_ROOT; };
     195                81640B9E0BB4586B00088611 /* lexer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lexer.h; path = ../../../kjs/lexer.h; sourceTree = SOURCE_ROOT; };
     196                81640B9F0BB4586B00088611 /* list.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = list.cpp; path = ../../../kjs/list.cpp; sourceTree = SOURCE_ROOT; };
     197                81640BA00BB4586B00088611 /* list.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = list.h; path = ../../../kjs/list.h; sourceTree = SOURCE_ROOT; };
     198                81640BA10BB4586B00088611 /* lookup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = lookup.cpp; path = ../../../kjs/lookup.cpp; sourceTree = SOURCE_ROOT; };
     199                81640BA20BB4586B00088611 /* lookup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lookup.h; path = ../../../kjs/lookup.h; sourceTree = SOURCE_ROOT; };
     200                81640BA30BB4586B00088611 /* math_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = math_object.cpp; path = ../../../kjs/math_object.cpp; sourceTree = SOURCE_ROOT; };
     201                81640BA40BB4586B00088611 /* math_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = math_object.h; path = ../../../kjs/math_object.h; sourceTree = SOURCE_ROOT; };
     202                81640BA50BB4586B00088611 /* nodes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = nodes.cpp; path = ../../../kjs/nodes.cpp; sourceTree = SOURCE_ROOT; };
     203                81640BA60BB4586B00088611 /* nodes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = nodes.h; path = ../../../kjs/nodes.h; sourceTree = SOURCE_ROOT; };
     204                81640BA70BB4586B00088611 /* nodes2string.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = nodes2string.cpp; path = ../../../kjs/nodes2string.cpp; sourceTree = SOURCE_ROOT; };
     205                81640BA80BB4586B00088611 /* number_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = number_object.cpp; path = ../../../kjs/number_object.cpp; sourceTree = SOURCE_ROOT; };
     206                81640BA90BB4586B00088611 /* number_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = number_object.h; path = ../../../kjs/number_object.h; sourceTree = SOURCE_ROOT; };
     207                81640BAA0BB4586B00088611 /* object_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = object_object.cpp; path = ../../../kjs/object_object.cpp; sourceTree = SOURCE_ROOT; };
     208                81640BAB0BB4586B00088611 /* object_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = object_object.h; path = ../../../kjs/object_object.h; sourceTree = SOURCE_ROOT; };
     209                81640BAC0BB4586B00088611 /* object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = object.cpp; path = ../../../kjs/object.cpp; sourceTree = SOURCE_ROOT; };
     210                81640BAD0BB4586B00088611 /* object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = object.h; path = ../../../kjs/object.h; sourceTree = SOURCE_ROOT; };
     211                81640BAE0BB4586B00088611 /* operations.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = operations.cpp; path = ../../../kjs/operations.cpp; sourceTree = SOURCE_ROOT; };
     212                81640BAF0BB4586B00088611 /* operations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = operations.h; path = ../../../kjs/operations.h; sourceTree = SOURCE_ROOT; };
     213                81640BB00BB4586B00088611 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Parser.cpp; path = ../../../kjs/Parser.cpp; sourceTree = SOURCE_ROOT; };
     214                81640BB10BB4586B00088611 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Parser.h; path = ../../../kjs/Parser.h; sourceTree = SOURCE_ROOT; };
     215                81640BB20BB4586B00088611 /* property_map.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = property_map.cpp; path = ../../../kjs/property_map.cpp; sourceTree = SOURCE_ROOT; };
     216                81640BB30BB4586B00088611 /* property_map.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = property_map.h; path = ../../../kjs/property_map.h; sourceTree = SOURCE_ROOT; };
     217                81640BB40BB4586B00088611 /* property_slot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = property_slot.cpp; path = ../../../kjs/property_slot.cpp; sourceTree = SOURCE_ROOT; };
     218                81640BB50BB4586B00088611 /* property_slot.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = property_slot.h; path = ../../../kjs/property_slot.h; sourceTree = SOURCE_ROOT; };
     219                81640BB60BB4586B00088611 /* PropertyNameArray.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PropertyNameArray.cpp; path = ../../../kjs/PropertyNameArray.cpp; sourceTree = SOURCE_ROOT; };
     220                81640BB70BB4586B00088611 /* PropertyNameArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PropertyNameArray.h; path = ../../../kjs/PropertyNameArray.h; sourceTree = SOURCE_ROOT; };
     221                81640BB80BB4586B00088611 /* protect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = protect.h; path = ../../../kjs/protect.h; sourceTree = SOURCE_ROOT; };
     222                81640BB90BB4586B00088611 /* regexp_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = regexp_object.cpp; path = ../../../kjs/regexp_object.cpp; sourceTree = SOURCE_ROOT; };
     223                81640BBA0BB4586B00088611 /* regexp_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = regexp_object.h; path = ../../../kjs/regexp_object.h; sourceTree = SOURCE_ROOT; };
     224                81640BBB0BB4586B00088611 /* regexp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = regexp.cpp; path = ../../../kjs/regexp.cpp; sourceTree = SOURCE_ROOT; };
     225                81640BBC0BB4586B00088611 /* regexp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = regexp.h; path = ../../../kjs/regexp.h; sourceTree = SOURCE_ROOT; };
     226                81640BBD0BB4586B00088611 /* SavedBuiltins.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SavedBuiltins.h; path = ../../../kjs/SavedBuiltins.h; sourceTree = SOURCE_ROOT; };
     227                81640BBE0BB4586B00088611 /* scope_chain.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = scope_chain.cpp; path = ../../../kjs/scope_chain.cpp; sourceTree = SOURCE_ROOT; };
     228                81640BBF0BB4586B00088611 /* scope_chain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = scope_chain.h; path = ../../../kjs/scope_chain.h; sourceTree = SOURCE_ROOT; };
     229                81640BC00BB4586B00088611 /* string_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = string_object.cpp; path = ../../../kjs/string_object.cpp; sourceTree = SOURCE_ROOT; };
     230                81640BC10BB4586B00088611 /* string_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = string_object.h; path = ../../../kjs/string_object.h; sourceTree = SOURCE_ROOT; };
     231                81640BC20BB4586B00088611 /* testkjs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = testkjs.cpp; path = ../../../kjs/testkjs.cpp; sourceTree = SOURCE_ROOT; };
     232                81640BC30BB4586B00088611 /* testkjs.pro */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = testkjs.pro; path = ../../../kjs/testkjs.pro; sourceTree = SOURCE_ROOT; };
     233                81640BC40BB4586B00088611 /* types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../../kjs/types.h; sourceTree = SOURCE_ROOT; };
     234                81640BC50BB4586B00088611 /* ustring.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ustring.cpp; path = ../../../kjs/ustring.cpp; sourceTree = SOURCE_ROOT; };
     235                81640BC60BB4586B00088611 /* ustring.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ustring.h; path = ../../../kjs/ustring.h; sourceTree = SOURCE_ROOT; };
     236                81640BC70BB4586B00088611 /* value.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = value.cpp; path = ../../../kjs/value.cpp; sourceTree = SOURCE_ROOT; };
     237                81640BC80BB4586B00088611 /* value.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = value.h; path = ../../../kjs/value.h; sourceTree = SOURCE_ROOT; };
     238                81640C610BB4685400088611 /* UnicodeIcu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UnicodeIcu.h; path = ../../../wtf/unicode/icu/UnicodeIcu.h; sourceTree = SOURCE_ROOT; };
     239                81640C620BB4686F00088611 /* Unicode.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = ../../../wtf/unicode/Unicode.h; sourceTree = SOURCE_ROOT; };
     240                81640C660BB4689B00088611 /* AlwaysInline.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AlwaysInline.h; path = ../../../wtf/AlwaysInline.h; sourceTree = SOURCE_ROOT; };
     241                81640C670BB4689B00088611 /* Assertions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Assertions.cpp; path = ../../../wtf/Assertions.cpp; sourceTree = SOURCE_ROOT; };
     242                81640C680BB4689B00088611 /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Assertions.h; path = ../../../wtf/Assertions.h; sourceTree = SOURCE_ROOT; };
     243                81640C690BB4689B00088611 /* FastMalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = FastMalloc.cpp; path = ../../../wtf/FastMalloc.cpp; sourceTree = SOURCE_ROOT; };
     244                81640C6A0BB4689B00088611 /* FastMallocInternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = FastMallocInternal.h; path = ../../../wtf/FastMallocInternal.h; sourceTree = SOURCE_ROOT; };
     245                81640C6B0BB4689B00088611 /* FastMallocPCRE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = FastMallocPCRE.cpp; path = ../../../wtf/FastMallocPCRE.cpp; sourceTree = SOURCE_ROOT; };
     246                81640C6C0BB4689B00088611 /* Forward.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Forward.h; path = ../../../wtf/Forward.h; sourceTree = SOURCE_ROOT; };
     247                81640C6D0BB4689B00088611 /* GetPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GetPtr.h; path = ../../../wtf/GetPtr.h; sourceTree = SOURCE_ROOT; };
     248                81640C6E0BB4689B00088611 /* HashCountedSet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashCountedSet.h; path = ../../../wtf/HashCountedSet.h; sourceTree = SOURCE_ROOT; };
     249                81640C6F0BB4689B00088611 /* HashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashFunctions.h; path = ../../../wtf/HashFunctions.h; sourceTree = SOURCE_ROOT; };
     250                81640C700BB4689B00088611 /* HashMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashMap.h; path = ../../../wtf/HashMap.h; sourceTree = SOURCE_ROOT; };
     251                81640C710BB4689B00088611 /* HashSet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashSet.h; path = ../../../wtf/HashSet.h; sourceTree = SOURCE_ROOT; };
     252                81640C720BB4689B00088611 /* HashTable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = HashTable.cpp; path = ../../../wtf/HashTable.cpp; sourceTree = SOURCE_ROOT; };
     253                81640C730BB4689B00088611 /* HashTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashTable.h; path = ../../../wtf/HashTable.h; sourceTree = SOURCE_ROOT; };
     254                81640C740BB4689B00088611 /* HashTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HashTraits.h; path = ../../../wtf/HashTraits.h; sourceTree = SOURCE_ROOT; };
     255                81640C750BB4689B00088611 /* ListHashSet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ListHashSet.h; path = ../../../wtf/ListHashSet.h; sourceTree = SOURCE_ROOT; };
     256                81640C760BB4689B00088611 /* ListRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ListRefPtr.h; path = ../../../wtf/ListRefPtr.h; sourceTree = SOURCE_ROOT; };
     257                81640C770BB4689B00088611 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MathExtras.h; path = ../../../wtf/MathExtras.h; sourceTree = SOURCE_ROOT; };
     258                81640C780BB4689B00088611 /* Noncopyable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Noncopyable.h; path = ../../../wtf/Noncopyable.h; sourceTree = SOURCE_ROOT; };
     259                81640C790BB4689B00088611 /* OwnArrayPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OwnArrayPtr.h; path = ../../../wtf/OwnArrayPtr.h; sourceTree = SOURCE_ROOT; };
     260                81640C7A0BB4689B00088611 /* OwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OwnPtr.h; path = ../../../wtf/OwnPtr.h; sourceTree = SOURCE_ROOT; };
     261                81640C7B0BB4689B00088611 /* PassRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PassRefPtr.h; path = ../../../wtf/PassRefPtr.h; sourceTree = SOURCE_ROOT; };
     262                81640C7C0BB4689B00088611 /* Platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Platform.h; path = ../../../wtf/Platform.h; sourceTree = SOURCE_ROOT; };
     263                81640C7D0BB4689B00088611 /* RefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = RefPtr.h; path = ../../../wtf/RefPtr.h; sourceTree = SOURCE_ROOT; };
     264                81640C7E0BB4689B00088611 /* StringExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = StringExtras.h; path = ../../../wtf/StringExtras.h; sourceTree = SOURCE_ROOT; };
     265                81640C7F0BB4689B00088611 /* TCPageMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TCPageMap.h; path = ../../../wtf/TCPageMap.h; sourceTree = SOURCE_ROOT; };
     266                81640C800BB4689B00088611 /* TCSpinLock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TCSpinLock.h; path = ../../../wtf/TCSpinLock.h; sourceTree = SOURCE_ROOT; };
     267                81640C810BB4689B00088611 /* TCSystemAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TCSystemAlloc.cpp; path = ../../../wtf/TCSystemAlloc.cpp; sourceTree = SOURCE_ROOT; };
     268                81640C820BB4689B00088611 /* TCSystemAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TCSystemAlloc.h; path = ../../../wtf/TCSystemAlloc.h; sourceTree = SOURCE_ROOT; };
     269                81640C830BB4689B00088611 /* UnusedParam.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UnusedParam.h; path = ../../../wtf/UnusedParam.h; sourceTree = SOURCE_ROOT; };
     270                81640C840BB4689B00088611 /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Vector.h; path = ../../../wtf/Vector.h; sourceTree = SOURCE_ROOT; };
     271                81640C850BB4689B00088611 /* VectorTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VectorTraits.h; path = ../../../wtf/VectorTraits.h; sourceTree = SOURCE_ROOT; };
     272                81640CB00BB4691D00088611 /* pcre_compile.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_compile.c; path = ../../../pcre/pcre_compile.c; sourceTree = SOURCE_ROOT; };
     273                81640CB10BB4691D00088611 /* pcre_config.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_config.c; path = ../../../pcre/pcre_config.c; sourceTree = SOURCE_ROOT; };
     274                81640CB20BB4691D00088611 /* pcre_exec.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_exec.c; path = ../../../pcre/pcre_exec.c; sourceTree = SOURCE_ROOT; };
     275                81640CB30BB4691D00088611 /* pcre_fullinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_fullinfo.c; path = ../../../pcre/pcre_fullinfo.c; sourceTree = SOURCE_ROOT; };
     276                81640CB40BB4691D00088611 /* pcre_get.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_get.c; path = ../../../pcre/pcre_get.c; sourceTree = SOURCE_ROOT; };
     277                81640CB70BB4691D00088611 /* pcre_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pcre_internal.h; path = ../../../pcre/pcre_internal.h; sourceTree = SOURCE_ROOT; };
     278                81640CB90BB4691D00088611 /* pcre_ord2utf8.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_ord2utf8.c; path = ../../../pcre/pcre_ord2utf8.c; sourceTree = SOURCE_ROOT; };
     279                81640CBA0BB4691D00088611 /* pcre_printint.src */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = pcre_printint.src; path = ../../../pcre/pcre_printint.src; sourceTree = SOURCE_ROOT; };
     280                81640CBD0BB4691D00088611 /* pcre_tables.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_tables.c; path = ../../../pcre/pcre_tables.c; sourceTree = SOURCE_ROOT; };
     281                81640CBE0BB4691D00088611 /* pcre_try_flipped.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_try_flipped.c; path = ../../../pcre/pcre_try_flipped.c; sourceTree = SOURCE_ROOT; };
     282                81640CBF0BB4691D00088611 /* pcre_ucp_findchar.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_ucp_findchar.c; path = ../../../pcre/pcre_ucp_findchar.c; sourceTree = SOURCE_ROOT; };
     283                81640CC00BB4691D00088611 /* pcre_version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_version.c; path = ../../../pcre/pcre_version.c; sourceTree = SOURCE_ROOT; };
     284                81640CC10BB4691D00088611 /* pcre_xclass.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pcre_xclass.c; path = ../../../pcre/pcre_xclass.c; sourceTree = SOURCE_ROOT; };
     285                81640CC20BB4691D00088611 /* pcre-config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "pcre-config.h"; path = "../../../pcre/pcre-config.h"; sourceTree = SOURCE_ROOT; };
     286                81640CC30BB4691D00088611 /* pcre.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pcre.h; path = ../../../pcre/pcre.h; sourceTree = SOURCE_ROOT; };
     287                81640CC40BB4691D00088611 /* ucp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ucp.h; path = ../../../pcre/ucp.h; sourceTree = SOURCE_ROOT; };
     288                81640CC50BB4691D00088611 /* ucpinternal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ucpinternal.h; path = ../../../pcre/ucpinternal.h; sourceTree = SOURCE_ROOT; };
     289                818D71E70BB46EC500EC8944 /* grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = grammar.cpp; path = ../../ForwardingSources/grammar.cpp; sourceTree = SOURCE_ROOT; };
     290                818D71FD0BB4711600EC8944 /* c_class.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = c_class.cpp; path = ../../../bindings/c/c_class.cpp; sourceTree = SOURCE_ROOT; };
     291                818D71FE0BB4711600EC8944 /* c_class.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = c_class.h; path = ../../../bindings/c/c_class.h; sourceTree = SOURCE_ROOT; };
     292                818D71FF0BB4711600EC8944 /* c_instance.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = c_instance.cpp; path = ../../../bindings/c/c_instance.cpp; sourceTree = SOURCE_ROOT; };
     293                818D72000BB4711600EC8944 /* c_instance.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = c_instance.h; path = ../../../bindings/c/c_instance.h; sourceTree = SOURCE_ROOT; };
     294                818D72010BB4711600EC8944 /* c_runtime.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = c_runtime.cpp; path = ../../../bindings/c/c_runtime.cpp; sourceTree = SOURCE_ROOT; };
     295                818D72020BB4711600EC8944 /* c_runtime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = c_runtime.h; path = ../../../bindings/c/c_runtime.h; sourceTree = SOURCE_ROOT; };
     296                818D72030BB4711600EC8944 /* c_utility.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = c_utility.cpp; path = ../../../bindings/c/c_utility.cpp; sourceTree = SOURCE_ROOT; };
     297                818D72040BB4711600EC8944 /* c_utility.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = c_utility.h; path = ../../../bindings/c/c_utility.h; sourceTree = SOURCE_ROOT; };
     298                818D720F0BB4713F00EC8944 /* objc_class.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = objc_class.h; path = ../../../bindings/objc/objc_class.h; sourceTree = SOURCE_ROOT; };
     299                818D72100BB4713F00EC8944 /* objc_class.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; name = objc_class.mm; path = ../../../bindings/objc/objc_class.mm; sourceTree = SOURCE_ROOT; };
     300                818D72110BB4713F00EC8944 /* objc_header.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = objc_header.h; path = ../../../bindings/objc/objc_header.h; sourceTree = SOURCE_ROOT; };
     301                818D72120BB4713F00EC8944 /* objc_instance.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = objc_instance.h; path = ../../../bindings/objc/objc_instance.h; sourceTree = SOURCE_ROOT; };
     302                818D72130BB4713F00EC8944 /* objc_instance.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; name = objc_instance.mm; path = ../../../bindings/objc/objc_instance.mm; sourceTree = SOURCE_ROOT; };
     303                818D72140BB4713F00EC8944 /* objc_runtime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = objc_runtime.h; path = ../../../bindings/objc/objc_runtime.h; sourceTree = SOURCE_ROOT; };
     304                818D72150BB4713F00EC8944 /* objc_runtime.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; name = objc_runtime.mm; path = ../../../bindings/objc/objc_runtime.mm; sourceTree = SOURCE_ROOT; };
     305                818D72160BB4713F00EC8944 /* objc_utility.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = objc_utility.h; path = ../../../bindings/objc/objc_utility.h; sourceTree = SOURCE_ROOT; };
     306                818D72170BB4713F00EC8944 /* objc_utility.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; name = objc_utility.mm; path = ../../../bindings/objc/objc_utility.mm; sourceTree = SOURCE_ROOT; };
     307                818D72180BB4713F00EC8944 /* WebScriptObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WebScriptObject.h; path = ../../../bindings/objc/WebScriptObject.h; sourceTree = SOURCE_ROOT; };
     308                818D72230BB4717800EC8944 /* NP_jsobject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = NP_jsobject.cpp; path = ../../../bindings/NP_jsobject.cpp; sourceTree = SOURCE_ROOT; };
     309                818D72240BB4717800EC8944 /* NP_jsobject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NP_jsobject.h; path = ../../../bindings/NP_jsobject.h; sourceTree = SOURCE_ROOT; };
     310                818D72250BB4717800EC8944 /* npapi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = npapi.h; path = ../../../bindings/npapi.h; sourceTree = SOURCE_ROOT; };
     311                818D72260BB4717800EC8944 /* npruntime_impl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = npruntime_impl.h; path = ../../../bindings/npruntime_impl.h; sourceTree = SOURCE_ROOT; };
     312                818D72270BB4717800EC8944 /* npruntime_priv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = npruntime_priv.h; path = ../../../bindings/npruntime_priv.h; sourceTree = SOURCE_ROOT; };
     313                818D72280BB4717800EC8944 /* npruntime.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = npruntime.cpp; path = ../../../bindings/npruntime.cpp; sourceTree = SOURCE_ROOT; };
     314                818D72290BB4717800EC8944 /* npruntime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = npruntime.h; path = ../../../bindings/npruntime.h; sourceTree = SOURCE_ROOT; };
     315                818D72310BB4728500EC8944 /* runtime_array.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_array.cpp; path = ../../../bindings/runtime_array.cpp; sourceTree = SOURCE_ROOT; };
     316                818D72320BB4728500EC8944 /* runtime_array.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = runtime_array.h; path = ../../../bindings/runtime_array.h; sourceTree = SOURCE_ROOT; };
     317                818D72330BB4728500EC8944 /* runtime_method.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_method.cpp; path = ../../../bindings/runtime_method.cpp; sourceTree = SOURCE_ROOT; };
     318                818D72340BB4728500EC8944 /* runtime_method.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = runtime_method.h; path = ../../../bindings/runtime_method.h; sourceTree = SOURCE_ROOT; };
     319                818D72350BB4728500EC8944 /* runtime_object.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_object.cpp; path = ../../../bindings/runtime_object.cpp; sourceTree = SOURCE_ROOT; };
     320                818D72360BB4728500EC8944 /* runtime_object.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = runtime_object.h; path = ../../../bindings/runtime_object.h; sourceTree = SOURCE_ROOT; };
     321                818D72370BB4728500EC8944 /* runtime_root.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime_root.cpp; path = ../../../bindings/runtime_root.cpp; sourceTree = SOURCE_ROOT; };
     322                818D72380BB4728500EC8944 /* runtime_root.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = runtime_root.h; path = ../../../bindings/runtime_root.h; sourceTree = SOURCE_ROOT; };
     323                818D72390BB4728500EC8944 /* runtime.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = runtime.cpp; path = ../../../bindings/runtime.cpp; sourceTree = SOURCE_ROOT; };
     324                818D723A0BB4728500EC8944 /* runtime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = runtime.h; path = ../../../bindings/runtime.h; sourceTree = SOURCE_ROOT; };
     325                818D72660BB4830900EC8944 /* JavaScriptCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JavaScriptCorePrefix.h; path = ../../../JavaScriptCorePrefix.h; sourceTree = SOURCE_ROOT; };
    20326/* End PBXFileReference section */
    21327
     
    41347                        isa = PBXGroup;
    42348                        children = (
     349                                818D72660BB4830900EC8944 /* JavaScriptCorePrefix.h */,
     350                                818D71E60BB46EAF00EC8944 /* DerivedSources */,
     351                                81640B6E0BB4584200088611 /* kjs */,
     352                                81640C5B0BB467DD00088611 /* wtf */,
     353                                818D71F90BB470BC00EC8944 /* bindings */,
    43354                                810BFA3D0BB32D0E0021035B /* pcre */,
    44355                                810BFA310BB32CBD0021035B /* Configurations */,
     
    62373                        children = (
    63374                                810BFA3E0BB32D340021035B /* dftables.c */,
     375                                81640CC20BB4691D00088611 /* pcre-config.h */,
     376                                81640CC30BB4691D00088611 /* pcre.h */,
     377                                81640CB00BB4691D00088611 /* pcre_compile.c */,
     378                                81640CB10BB4691D00088611 /* pcre_config.c */,
     379                                81640CB20BB4691D00088611 /* pcre_exec.c */,
     380                                81640CB30BB4691D00088611 /* pcre_fullinfo.c */,
     381                                81640CB40BB4691D00088611 /* pcre_get.c */,
     382                                81640CB70BB4691D00088611 /* pcre_internal.h */,
     383                                81640CB90BB4691D00088611 /* pcre_ord2utf8.c */,
     384                                81640CBA0BB4691D00088611 /* pcre_printint.src */,
     385                                81640CBD0BB4691D00088611 /* pcre_tables.c */,
     386                                81640CBE0BB4691D00088611 /* pcre_try_flipped.c */,
     387                                81640CBF0BB4691D00088611 /* pcre_ucp_findchar.c */,
     388                                81640CC00BB4691D00088611 /* pcre_version.c */,
     389                                81640CC10BB4691D00088611 /* pcre_xclass.c */,
     390                                81640CC40BB4691D00088611 /* ucp.h */,
     391                                81640CC50BB4691D00088611 /* ucpinternal.h */,
    64392                        );
    65393                        name = pcre;
     
    75403                        sourceTree = "<group>";
    76404                };
     405                81640B6E0BB4584200088611 /* kjs */ = {
     406                        isa = PBXGroup;
     407                        children = (
     408                                81640B6F0BB4586B00088611 /* array_instance.h */,
     409                                81640B700BB4586B00088611 /* array_object.cpp */,
     410                                81640B710BB4586B00088611 /* array_object.h */,
     411                                81640B720BB4586B00088611 /* bool_object.cpp */,
     412                                81640B730BB4586B00088611 /* bool_object.h */,
     413                                81640B740BB4586B00088611 /* collector.cpp */,
     414                                81640B750BB4586B00088611 /* collector.h */,
     415                                81640B760BB4586B00088611 /* CommonIdentifiers.cpp */,
     416                                81640B770BB4586B00088611 /* CommonIdentifiers.h */,
     417                                81640B780BB4586B00088611 /* completion.h */,
     418                                81640B790BB4586B00088611 /* config.h */,
     419                                81640B7A0BB4586B00088611 /* Context.cpp */,
     420                                81640B7B0BB4586B00088611 /* context.h */,
     421                                81640B7D0BB4586B00088611 /* date_object.cpp */,
     422                                81640B7E0BB4586B00088611 /* date_object.h */,
     423                                81640B7F0BB4586B00088611 /* DateMath.cpp */,
     424                                81640B800BB4586B00088611 /* DateMath.h */,
     425                                81640B810BB4586B00088611 /* debugger.cpp */,
     426                                81640B820BB4586B00088611 /* debugger.h */,
     427                                81640B830BB4586B00088611 /* dtoa.cpp */,
     428                                81640B840BB4586B00088611 /* dtoa.h */,
     429                                81640B850BB4586B00088611 /* error_object.cpp */,
     430                                81640B860BB4586B00088611 /* error_object.h */,
     431                                81640B870BB4586B00088611 /* ExecState.cpp */,
     432                                81640B880BB4586B00088611 /* ExecState.h */,
     433                                81640B890BB4586B00088611 /* fpconst.cpp */,
     434                                81640B8C0BB4586B00088611 /* function.cpp */,
     435                                81640B8D0BB4586B00088611 /* function.h */,
     436                                81640B8A0BB4586B00088611 /* function_object.cpp */,
     437                                81640B8B0BB4586B00088611 /* function_object.h */,
     438                                81640B8F0BB4586B00088611 /* identifier.cpp */,
     439                                81640B900BB4586B00088611 /* identifier.h */,
     440                                81640B910BB4586B00088611 /* internal.cpp */,
     441                                81640B920BB4586B00088611 /* internal.h */,
     442                                81640B930BB4586B00088611 /* interpreter.cpp */,
     443                                81640B940BB4586B00088611 /* interpreter.h */,
     444                                81640B950BB4586B00088611 /* JSImmediate.cpp */,
     445                                81640B960BB4586B00088611 /* JSImmediate.h */,
     446                                81640B970BB4586B00088611 /* JSLock.cpp */,
     447                                81640B980BB4586B00088611 /* JSLock.h */,
     448                                81640B990BB4586B00088611 /* JSType.h */,
     449                                81640B9A0BB4586B00088611 /* JSWrapperObject.cpp */,
     450                                81640B9B0BB4586B00088611 /* JSWrapperObject.h */,
     451                                81640B9C0BB4586B00088611 /* keywords.table */,
     452                                81640B9D0BB4586B00088611 /* lexer.cpp */,
     453                                81640B9E0BB4586B00088611 /* lexer.h */,
     454                                81640B9F0BB4586B00088611 /* list.cpp */,
     455                                81640BA00BB4586B00088611 /* list.h */,
     456                                81640BA10BB4586B00088611 /* lookup.cpp */,
     457                                81640BA20BB4586B00088611 /* lookup.h */,
     458                                81640BA30BB4586B00088611 /* math_object.cpp */,
     459                                81640BA40BB4586B00088611 /* math_object.h */,
     460                                81640BA50BB4586B00088611 /* nodes.cpp */,
     461                                81640BA60BB4586B00088611 /* nodes.h */,
     462                                81640BA70BB4586B00088611 /* nodes2string.cpp */,
     463                                81640BA80BB4586B00088611 /* number_object.cpp */,
     464                                81640BA90BB4586B00088611 /* number_object.h */,
     465                                81640BAC0BB4586B00088611 /* object.cpp */,
     466                                81640BAD0BB4586B00088611 /* object.h */,
     467                                81640BAA0BB4586B00088611 /* object_object.cpp */,
     468                                81640BAB0BB4586B00088611 /* object_object.h */,
     469                                81640BAE0BB4586B00088611 /* operations.cpp */,
     470                                81640BAF0BB4586B00088611 /* operations.h */,
     471                                81640BB00BB4586B00088611 /* Parser.cpp */,
     472                                81640BB10BB4586B00088611 /* Parser.h */,
     473                                81640BB20BB4586B00088611 /* property_map.cpp */,
     474                                81640BB30BB4586B00088611 /* property_map.h */,
     475                                81640BB40BB4586B00088611 /* property_slot.cpp */,
     476                                81640BB50BB4586B00088611 /* property_slot.h */,
     477                                81640BB60BB4586B00088611 /* PropertyNameArray.cpp */,
     478                                81640BB70BB4586B00088611 /* PropertyNameArray.h */,
     479                                81640BB80BB4586B00088611 /* protect.h */,
     480                                81640BBB0BB4586B00088611 /* regexp.cpp */,
     481                                81640BBC0BB4586B00088611 /* regexp.h */,
     482                                81640BB90BB4586B00088611 /* regexp_object.cpp */,
     483                                81640BBA0BB4586B00088611 /* regexp_object.h */,
     484                                81640BBD0BB4586B00088611 /* SavedBuiltins.h */,
     485                                81640BBE0BB4586B00088611 /* scope_chain.cpp */,
     486                                81640BBF0BB4586B00088611 /* scope_chain.h */,
     487                                81640BC00BB4586B00088611 /* string_object.cpp */,
     488                                81640BC10BB4586B00088611 /* string_object.h */,
     489                                81640BC20BB4586B00088611 /* testkjs.cpp */,
     490                                81640BC30BB4586B00088611 /* testkjs.pro */,
     491                                81640BC40BB4586B00088611 /* types.h */,
     492                                81640BC50BB4586B00088611 /* ustring.cpp */,
     493                                81640BC60BB4586B00088611 /* ustring.h */,
     494                                81640BC70BB4586B00088611 /* value.cpp */,
     495                                81640BC80BB4586B00088611 /* value.h */,
     496                        );
     497                        name = kjs;
     498                        sourceTree = "<group>";
     499                };
     500                81640C5B0BB467DD00088611 /* wtf */ = {
     501                        isa = PBXGroup;
     502                        children = (
     503                                81640C5F0BB4681500088611 /* unicode */,
     504                                81640C660BB4689B00088611 /* AlwaysInline.h */,
     505                                81640C670BB4689B00088611 /* Assertions.cpp */,
     506                                81640C680BB4689B00088611 /* Assertions.h */,
     507                                81640C690BB4689B00088611 /* FastMalloc.cpp */,
     508                                81640C6A0BB4689B00088611 /* FastMallocInternal.h */,
     509                                81640C6B0BB4689B00088611 /* FastMallocPCRE.cpp */,
     510                                81640C6C0BB4689B00088611 /* Forward.h */,
     511                                81640C6D0BB4689B00088611 /* GetPtr.h */,
     512                                81640C6E0BB4689B00088611 /* HashCountedSet.h */,
     513                                81640C6F0BB4689B00088611 /* HashFunctions.h */,
     514                                81640C700BB4689B00088611 /* HashMap.h */,
     515                                81640C710BB4689B00088611 /* HashSet.h */,
     516                                81640C720BB4689B00088611 /* HashTable.cpp */,
     517                                81640C730BB4689B00088611 /* HashTable.h */,
     518                                81640C740BB4689B00088611 /* HashTraits.h */,
     519                                81640C750BB4689B00088611 /* ListHashSet.h */,
     520                                81640C760BB4689B00088611 /* ListRefPtr.h */,
     521                                81640C770BB4689B00088611 /* MathExtras.h */,
     522                                81640C780BB4689B00088611 /* Noncopyable.h */,
     523                                81640C790BB4689B00088611 /* OwnArrayPtr.h */,
     524                                81640C7A0BB4689B00088611 /* OwnPtr.h */,
     525                                81640C7B0BB4689B00088611 /* PassRefPtr.h */,
     526                                81640C7C0BB4689B00088611 /* Platform.h */,
     527                                81640C7D0BB4689B00088611 /* RefPtr.h */,
     528                                81640C7E0BB4689B00088611 /* StringExtras.h */,
     529                                81640C7F0BB4689B00088611 /* TCPageMap.h */,
     530                                81640C800BB4689B00088611 /* TCSpinLock.h */,
     531                                81640C810BB4689B00088611 /* TCSystemAlloc.cpp */,
     532                                81640C820BB4689B00088611 /* TCSystemAlloc.h */,
     533                                81640C830BB4689B00088611 /* UnusedParam.h */,
     534                                81640C840BB4689B00088611 /* Vector.h */,
     535                                81640C850BB4689B00088611 /* VectorTraits.h */,
     536                        );
     537                        name = wtf;
     538                        sourceTree = "<group>";
     539                };
     540                81640C5F0BB4681500088611 /* unicode */ = {
     541                        isa = PBXGroup;
     542                        children = (
     543                                81640C600BB4682700088611 /* icu */,
     544                                81640C620BB4686F00088611 /* Unicode.h */,
     545                        );
     546                        name = unicode;
     547                        sourceTree = "<group>";
     548                };
     549                81640C600BB4682700088611 /* icu */ = {
     550                        isa = PBXGroup;
     551                        children = (
     552                                81640C610BB4685400088611 /* UnicodeIcu.h */,
     553                        );
     554                        name = icu;
     555                        sourceTree = "<group>";
     556                };
     557                818D71E60BB46EAF00EC8944 /* DerivedSources */ = {
     558                        isa = PBXGroup;
     559                        children = (
     560                                818D71E70BB46EC500EC8944 /* grammar.cpp */,
     561                        );
     562                        name = DerivedSources;
     563                        sourceTree = "<group>";
     564                };
     565                818D71F90BB470BC00EC8944 /* bindings */ = {
     566                        isa = PBXGroup;
     567                        children = (
     568                                818D720D0BB4711A00EC8944 /* c */,
     569                                818D720E0BB4712800EC8944 /* objc */,
     570                                818D72230BB4717800EC8944 /* NP_jsobject.cpp */,
     571                                818D72240BB4717800EC8944 /* NP_jsobject.h */,
     572                                818D72250BB4717800EC8944 /* npapi.h */,
     573                                818D72280BB4717800EC8944 /* npruntime.cpp */,
     574                                818D72290BB4717800EC8944 /* npruntime.h */,
     575                                818D72260BB4717800EC8944 /* npruntime_impl.h */,
     576                                818D72270BB4717800EC8944 /* npruntime_priv.h */,
     577                                818D72390BB4728500EC8944 /* runtime.cpp */,
     578                                818D723A0BB4728500EC8944 /* runtime.h */,
     579                                818D72310BB4728500EC8944 /* runtime_array.cpp */,
     580                                818D72320BB4728500EC8944 /* runtime_array.h */,
     581                                818D72330BB4728500EC8944 /* runtime_method.cpp */,
     582                                818D72340BB4728500EC8944 /* runtime_method.h */,
     583                                818D72350BB4728500EC8944 /* runtime_object.cpp */,
     584                                818D72360BB4728500EC8944 /* runtime_object.h */,
     585                                818D72370BB4728500EC8944 /* runtime_root.cpp */,
     586                                818D72380BB4728500EC8944 /* runtime_root.h */,
     587                        );
     588                        name = bindings;
     589                        sourceTree = "<group>";
     590                };
     591                818D720D0BB4711A00EC8944 /* c */ = {
     592                        isa = PBXGroup;
     593                        children = (
     594                                818D71FD0BB4711600EC8944 /* c_class.cpp */,
     595                                818D71FE0BB4711600EC8944 /* c_class.h */,
     596                                818D71FF0BB4711600EC8944 /* c_instance.cpp */,
     597                                818D72000BB4711600EC8944 /* c_instance.h */,
     598                                818D72010BB4711600EC8944 /* c_runtime.cpp */,
     599                                818D72020BB4711600EC8944 /* c_runtime.h */,
     600                                818D72030BB4711600EC8944 /* c_utility.cpp */,
     601                                818D72040BB4711600EC8944 /* c_utility.h */,
     602                        );
     603                        name = c;
     604                        sourceTree = "<group>";
     605                };
     606                818D720E0BB4712800EC8944 /* objc */ = {
     607                        isa = PBXGroup;
     608                        children = (
     609                                818D720F0BB4713F00EC8944 /* objc_class.h */,
     610                                818D72100BB4713F00EC8944 /* objc_class.mm */,
     611                                818D72110BB4713F00EC8944 /* objc_header.h */,
     612                                818D72120BB4713F00EC8944 /* objc_instance.h */,
     613                                818D72130BB4713F00EC8944 /* objc_instance.mm */,
     614                                818D72140BB4713F00EC8944 /* objc_runtime.h */,
     615                                818D72150BB4713F00EC8944 /* objc_runtime.mm */,
     616                                818D72160BB4713F00EC8944 /* objc_utility.h */,
     617                                818D72170BB4713F00EC8944 /* objc_utility.mm */,
     618                                818D72180BB4713F00EC8944 /* WebScriptObject.h */,
     619                        );
     620                        name = objc;
     621                        sourceTree = "<group>";
     622                };
    77623/* End PBXGroup section */
    78 
    79 /* Begin PBXHeadersBuildPhase section */
    80                 D2AAC043055464E500DB518D /* Headers */ = {
    81                         isa = PBXHeadersBuildPhase;
    82                         buildActionMask = 2147483647;
    83                         files = (
    84                         );
    85                         runOnlyForDeploymentPostprocessing = 0;
    86                 };
    87 /* End PBXHeadersBuildPhase section */
    88624
    89625/* Begin PBXNativeTarget section */
     
    108644                        buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "JavaScriptCore" */;
    109645                        buildPhases = (
    110                                 D2AAC043055464E500DB518D /* Headers */,
     646                                818D72500BB4765400EC8944 /* Copy */,
    111647                                D2AAC044055464E500DB518D /* Sources */,
    112648                                D289987405E68DCB004EDB86 /* Frameworks */,
     
    115651                        );
    116652                        dependencies = (
     653                                81640C380BB4660200088611 /* PBXTargetDependency */,
    117654                        );
    118655                        name = JavaScriptCore;
     
    134671                                D2AAC045055464E500DB518D /* JavaScriptCore */,
    135672                                81BD43610BB32AF2006A63BF /* dftables */,
     673                                81B4FD6B0BB41FF000B5E258 /* DerivedSources */,
    136674                        );
    137675                };
    138676/* End PBXProject section */
     677
     678/* Begin PBXShellScriptBuildPhase section */
     679                81B4FD740BB4200700B5E258 /* Generate Derived Sources */ = {
     680                        isa = PBXShellScriptBuildPhase;
     681                        buildActionMask = 2147483647;
     682                        files = (
     683                        );
     684                        inputPaths = (
     685                        );
     686                        name = "Generate Derived Sources";
     687                        outputPaths = (
     688                        );
     689                        runOnlyForDeploymentPostprocessing = 0;
     690                        shellPath = /bin/sh;
     691                        shellScript = "mkdir -p \"${CONFIGURATION_TEMP_DIR}/DerivedSources\"\ncd \"${CONFIGURATION_TEMP_DIR}/DerivedSources\"\n\nln -sfh \"${JAVASCRIPTCORE_SRC_ROOT}\" JavaScriptCore\nexport JavaScriptCore=\"JavaScriptCore\"\nexport BUILT_PRODUCTS_DIR=\"..\"\n\nmake -f \"JavaScriptCore/DerivedSources.make\"\n";
     692                };
     693/* End PBXShellScriptBuildPhase section */
    139694
    140695/* Begin PBXSourcesBuildPhase section */
     
    151706                        buildActionMask = 2147483647;
    152707                        files = (
     708                                81640BCA0BB4586B00088611 /* array_object.cpp in Sources */,
     709                                81640BCC0BB4586B00088611 /* bool_object.cpp in Sources */,
     710                                81640BCE0BB4586B00088611 /* collector.cpp in Sources */,
     711                                81640BD00BB4586B00088611 /* CommonIdentifiers.cpp in Sources */,
     712                                81640BD40BB4586B00088611 /* Context.cpp in Sources */,
     713                                81640BD60BB4586B00088611 /* date_object.cpp in Sources */,
     714                                81640BD80BB4586B00088611 /* DateMath.cpp in Sources */,
     715                                81640BDA0BB4586B00088611 /* debugger.cpp in Sources */,
     716                                81640BDC0BB4586B00088611 /* dtoa.cpp in Sources */,
     717                                81640BDE0BB4586B00088611 /* error_object.cpp in Sources */,
     718                                81640BE00BB4586B00088611 /* ExecState.cpp in Sources */,
     719                                81640BE20BB4586B00088611 /* fpconst.cpp in Sources */,
     720                                81640BE30BB4586B00088611 /* function_object.cpp in Sources */,
     721                                81640BE50BB4586B00088611 /* function.cpp in Sources */,
     722                                81640BE80BB4586B00088611 /* identifier.cpp in Sources */,
     723                                81640BEA0BB4586B00088611 /* internal.cpp in Sources */,
     724                                81640BEC0BB4586B00088611 /* interpreter.cpp in Sources */,
     725                                81640BEE0BB4586B00088611 /* JSImmediate.cpp in Sources */,
     726                                81640BF00BB4586B00088611 /* JSLock.cpp in Sources */,
     727                                81640BF30BB4586B00088611 /* JSWrapperObject.cpp in Sources */,
     728                                81640BF50BB4586B00088611 /* lexer.cpp in Sources */,
     729                                81640BF70BB4586B00088611 /* list.cpp in Sources */,
     730                                81640BF90BB4586B00088611 /* lookup.cpp in Sources */,
     731                                81640BFB0BB4586B00088611 /* math_object.cpp in Sources */,
     732                                81640BFD0BB4586B00088611 /* nodes.cpp in Sources */,
     733                                81640BFF0BB4586B00088611 /* nodes2string.cpp in Sources */,
     734                                81640C000BB4586B00088611 /* number_object.cpp in Sources */,
     735                                81640C020BB4586B00088611 /* object_object.cpp in Sources */,
     736                                81640C040BB4586B00088611 /* object.cpp in Sources */,
     737                                81640C060BB4586B00088611 /* operations.cpp in Sources */,
     738                                81640C080BB4586B00088611 /* Parser.cpp in Sources */,
     739                                81640C0A0BB4586B00088611 /* property_map.cpp in Sources */,
     740                                81640C0C0BB4586B00088611 /* property_slot.cpp in Sources */,
     741                                81640C0E0BB4586B00088611 /* PropertyNameArray.cpp in Sources */,
     742                                81640C110BB4586B00088611 /* regexp_object.cpp in Sources */,
     743                                81640C130BB4586B00088611 /* regexp.cpp in Sources */,
     744                                81640C160BB4586B00088611 /* scope_chain.cpp in Sources */,
     745                                81640C180BB4586B00088611 /* string_object.cpp in Sources */,
     746                                81640C1A0BB4586B00088611 /* testkjs.cpp in Sources */,
     747                                81640C1C0BB4586B00088611 /* ustring.cpp in Sources */,
     748                                81640C1E0BB4586B00088611 /* value.cpp in Sources */,
     749                                81640C870BB4689B00088611 /* Assertions.cpp in Sources */,
     750                                81640C890BB4689B00088611 /* FastMalloc.cpp in Sources */,
     751                                81640C8B0BB4689B00088611 /* FastMallocPCRE.cpp in Sources */,
     752                                81640C920BB4689B00088611 /* HashTable.cpp in Sources */,
     753                                81640CA10BB4689B00088611 /* TCSystemAlloc.cpp in Sources */,
     754                                81640CC70BB4691D00088611 /* pcre_compile.c in Sources */,
     755                                81640CC80BB4691D00088611 /* pcre_config.c in Sources */,
     756                                81640CC90BB4691D00088611 /* pcre_exec.c in Sources */,
     757                                81640CCA0BB4691D00088611 /* pcre_fullinfo.c in Sources */,
     758                                81640CCB0BB4691D00088611 /* pcre_get.c in Sources */,
     759                                81640CD00BB4691D00088611 /* pcre_ord2utf8.c in Sources */,
     760                                81640CD30BB4691D00088611 /* pcre_tables.c in Sources */,
     761                                81640CD40BB4691D00088611 /* pcre_try_flipped.c in Sources */,
     762                                81640CD50BB4691D00088611 /* pcre_ucp_findchar.c in Sources */,
     763                                81640CD60BB4691D00088611 /* pcre_version.c in Sources */,
     764                                81640CD70BB4691D00088611 /* pcre_xclass.c in Sources */,
     765                                818D71E80BB46EC500EC8944 /* grammar.cpp in Sources */,
     766                                818D72050BB4711600EC8944 /* c_class.cpp in Sources */,
     767                                818D72070BB4711600EC8944 /* c_instance.cpp in Sources */,
     768                                818D72090BB4711600EC8944 /* c_runtime.cpp in Sources */,
     769                                818D720B0BB4711600EC8944 /* c_utility.cpp in Sources */,
     770                                818D721A0BB4713F00EC8944 /* objc_class.mm in Sources */,
     771                                818D721D0BB4713F00EC8944 /* objc_instance.mm in Sources */,
     772                                818D721F0BB4713F00EC8944 /* objc_runtime.mm in Sources */,
     773                                818D72210BB4713F00EC8944 /* objc_utility.mm in Sources */,
     774                                818D722A0BB4717800EC8944 /* NP_jsobject.cpp in Sources */,
     775                                818D722F0BB4717800EC8944 /* npruntime.cpp in Sources */,
     776                                818D723B0BB4728500EC8944 /* runtime_array.cpp in Sources */,
     777                                818D723D0BB4728500EC8944 /* runtime_method.cpp in Sources */,
     778                                818D723F0BB4728500EC8944 /* runtime_object.cpp in Sources */,
     779                                818D72410BB4728500EC8944 /* runtime_root.cpp in Sources */,
     780                                818D72430BB4728500EC8944 /* runtime.cpp in Sources */,
    153781                        );
    154782                        runOnlyForDeploymentPostprocessing = 0;
    155783                };
    156784/* End PBXSourcesBuildPhase section */
     785
     786/* Begin PBXTargetDependency section */
     787                81640C380BB4660200088611 /* PBXTargetDependency */ = {
     788                        isa = PBXTargetDependency;
     789                        target = 81B4FD6B0BB41FF000B5E258 /* DerivedSources */;
     790                        targetProxy = 81640C370BB4660200088611 /* PBXContainerItemProxy */;
     791                };
     792                81B4FD7F0BB4205D00B5E258 /* PBXTargetDependency */ = {
     793                        isa = PBXTargetDependency;
     794                        target = 81BD43610BB32AF2006A63BF /* dftables */;
     795                        targetProxy = 81B4FD7E0BB4205D00B5E258 /* PBXContainerItemProxy */;
     796                };
     797/* End PBXTargetDependency section */
    157798
    158799/* Begin XCBuildConfiguration section */
     
    210851                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    211852                                WEBKIT_BUILD_DIR = "${JAVASCRIPTCORE_SRC_ROOT}/../WebKitBuild";
     853                        };
     854                        name = Release;
     855                };
     856                81B4FD770BB4202600B5E258 /* Debug */ = {
     857                        isa = XCBuildConfiguration;
     858                        buildSettings = {
     859                                COPY_PHASE_STRIP = NO;
     860                                GCC_DYNAMIC_NO_PIC = NO;
     861                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
     862                                GCC_OPTIMIZATION_LEVEL = 0;
     863                                PRODUCT_NAME = DerivedSources;
     864                        };
     865                        name = Debug;
     866                };
     867                81B4FD780BB4202600B5E258 /* Release */ = {
     868                        isa = XCBuildConfiguration;
     869                        buildSettings = {
     870                                COPY_PHASE_STRIP = YES;
     871                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
     872                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
     873                                PRODUCT_NAME = DerivedSources;
     874                                ZERO_LINK = NO;
    212875                        };
    213876                        name = Release;
     
    268931                        defaultConfigurationName = Release;
    269932                };
     933                81B4FD760BB4202600B5E258 /* Build configuration list for PBXAggregateTarget "DerivedSources" */ = {
     934                        isa = XCConfigurationList;
     935                        buildConfigurations = (
     936                                81B4FD770BB4202600B5E258 /* Debug */,
     937                                81B4FD780BB4202600B5E258 /* Release */,
     938                        );
     939                        defaultConfigurationIsVisible = 0;
     940                        defaultConfigurationName = Release;
     941                };
    270942                81BD43640BB32B51006A63BF /* Build configuration list for PBXNativeTarget "dftables" */ = {
    271943                        isa = XCConfigurationList;
Note: See TracChangeset for help on using the changeset viewer.