Changeset 62125 in webkit


Ignore:
Timestamp:
Jun 29, 2010 9:09:20 AM (14 years ago)
Author:
Martin Robinson
Message:

2010-06-29 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

[GTK] Clean up the source lists in the GNUMakefile.am files
https://bugs.webkit.org/show_bug.cgi?id=41229

Clean up the GNUMakefile.ac a little bit. Alphabetize and conglomerate
the source lists.

  • GNUmakefile.am:

2010-06-29 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

[GTK] Clean up the source lists in the GNUMakefile.am files
https://bugs.webkit.org/show_bug.cgi?id=41229

Clean up the GNUMakefile.ac a little bit. Alphabetize and conglomerate
the source lists.

  • GNUmakefile.am:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r62119 r62125  
     12010-06-29  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] Clean up the source lists in the GNUMakefile.am files
     6        https://bugs.webkit.org/show_bug.cgi?id=41229
     7
     8        Clean up the GNUMakefile.ac a little bit. Alphabetize and conglomerate
     9        the source lists.
     10
     11        * GNUmakefile.am:
     12
    1132010-06-29  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
    214
  • trunk/JavaScriptCore/GNUmakefile.am

    r62053 r62125  
    5757        JavaScriptCore/API/JSCallbackFunction.h \
    5858        JavaScriptCore/API/JSCallbackObject.cpp \
     59        JavaScriptCore/API/JSCallbackObjectFunctions.h \
    5960        JavaScriptCore/API/JSCallbackObject.h \
    60         JavaScriptCore/API/JSCallbackObjectFunctions.h \
    6161        JavaScriptCore/API/JSClassRef.cpp \
    6262        JavaScriptCore/API/JSClassRef.h \
     
    7171        JavaScriptCore/API/OpaqueJSString.cpp \
    7272        JavaScriptCore/API/OpaqueJSString.h \
    73         JavaScriptCore/ForwardingHeaders/JavaScriptCore/APICast.h \
    74         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSBase.h \
    75         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSContextRef.h \
    76         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSObjectRef.h \
    77         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSRetainPtr.h \
    78         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRef.h \
    79         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRefCF.h \
    80         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSValueRef.h \
    81         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScript.h \
    82         JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScriptCore.h \
    83         JavaScriptCore/ForwardingHeaders/JavaScriptCore/OpaqueJSString.h \
    84         JavaScriptCore/ForwardingHeaders/JavaScriptCore/WebKitAvailability.h \
    85         JavaScriptCore/JavaScriptCorePrefix.h \
    86         JavaScriptCore/jit/ExecutableAllocator.h \
    87         JavaScriptCore/jit/JIT.cpp \
    88         JavaScriptCore/jit/JITOpcodes.cpp \
    89         JavaScriptCore/jit/JITOpcodes32_64.cpp \
    90         JavaScriptCore/jit/JITCall.cpp \
    91         JavaScriptCore/jit/JITCall32_64.cpp \
    92         JavaScriptCore/jit/JITCode.h \
    93         JavaScriptCore/jit/JITPropertyAccess.cpp \
    94         JavaScriptCore/jit/JITPropertyAccess32_64.cpp \
    95         JavaScriptCore/jit/JITArithmetic.cpp \
    96         JavaScriptCore/jit/JITArithmetic32_64.cpp \
    97         JavaScriptCore/jit/ExecutableAllocator.cpp \
    98         JavaScriptCore/jit/JIT.h \
    99         JavaScriptCore/jit/JITInlineMethods.h \
    100         JavaScriptCore/jit/JITStubs.cpp \
    101         JavaScriptCore/jit/JITStubs.h \
    102         JavaScriptCore/jit/JITStubCall.h \
    103         JavaScriptCore/jit/JSInterfaceJIT.h \
    104         JavaScriptCore/jit/SpecializedThunkJIT.h \
    105         JavaScriptCore/jit/ThunkGenerators.cpp \
    106         JavaScriptCore/jit/ThunkGenerators.h \
     73        JavaScriptCore/assembler/AbstractMacroAssembler.h \
     74        JavaScriptCore/assembler/ARMAssembler.cpp \
     75        JavaScriptCore/assembler/ARMAssembler.h \
     76        JavaScriptCore/assembler/AssemblerBuffer.h \
     77        JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \
     78        JavaScriptCore/assembler/CodeLocation.h \
     79        JavaScriptCore/assembler/LinkBuffer.h \
     80        JavaScriptCore/assembler/MacroAssemblerARM.cpp \
     81        JavaScriptCore/assembler/MacroAssemblerARM.h \
     82        JavaScriptCore/assembler/MacroAssemblerCodeRef.h \
     83        JavaScriptCore/assembler/MacroAssembler.h \
     84        JavaScriptCore/assembler/MacroAssemblerX86_64.h \
     85        JavaScriptCore/assembler/MacroAssemblerX86Common.h \
     86        JavaScriptCore/assembler/MacroAssemblerX86.h \
     87        JavaScriptCore/assembler/RepatchBuffer.h \
     88        JavaScriptCore/assembler/X86Assembler.h \
     89        JavaScriptCore/bytecode/CodeBlock.cpp \
     90        JavaScriptCore/bytecode/CodeBlock.h \
     91        JavaScriptCore/bytecode/EvalCodeCache.h \
     92        JavaScriptCore/bytecode/Instruction.h \
     93        JavaScriptCore/bytecode/JumpTable.cpp \
     94        JavaScriptCore/bytecode/JumpTable.h \
     95        JavaScriptCore/bytecode/Opcode.cpp \
     96        JavaScriptCore/bytecode/Opcode.h \
     97        JavaScriptCore/bytecode/SamplingTool.cpp \
     98        JavaScriptCore/bytecode/SamplingTool.h \
    10799        JavaScriptCore/bytecode/StructureStubInfo.cpp \
    108100        JavaScriptCore/bytecode/StructureStubInfo.h \
    109         JavaScriptCore/bytecode/CodeBlock.cpp \
    110         JavaScriptCore/bytecode/CodeBlock.h \
    111         JavaScriptCore/bytecode/JumpTable.cpp \
    112         JavaScriptCore/bytecode/JumpTable.h \
    113         JavaScriptCore/bytecode/EvalCodeCache.h \
    114         JavaScriptCore/bytecode/Instruction.h \
     101        JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \
     102        JavaScriptCore/bytecompiler/BytecodeGenerator.h \
    115103        JavaScriptCore/bytecompiler/Label.h \
    116         JavaScriptCore/interpreter/Interpreter.cpp \
    117         JavaScriptCore/interpreter/Interpreter.h \
    118         JavaScriptCore/bytecode/Opcode.cpp \
    119         JavaScriptCore/bytecode/Opcode.h \
    120         JavaScriptCore/interpreter/Register.h \
     104        JavaScriptCore/bytecompiler/LabelScope.h \
     105        JavaScriptCore/bytecompiler/NodesCodegen.cpp \
    121106        JavaScriptCore/bytecompiler/RegisterID.h \
    122         JavaScriptCore/bytecode/SamplingTool.cpp \
    123         JavaScriptCore/bytecode/SamplingTool.h \
    124107        JavaScriptCore/config.h \
    125108        JavaScriptCore/debugger/DebuggerActivation.cpp \
     
    127110        JavaScriptCore/debugger/DebuggerCallFrame.cpp \
    128111        JavaScriptCore/debugger/DebuggerCallFrame.h \
     112        JavaScriptCore/debugger/Debugger.cpp \
     113        JavaScriptCore/debugger/Debugger.h \
     114        JavaScriptCore/ForwardingHeaders/JavaScriptCore/APICast.h \
     115        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScriptCore.h \
     116        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScript.h \
     117        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSBase.h \
     118        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSContextRef.h \
     119        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSObjectRef.h \
     120        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSRetainPtr.h \
     121        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRefCF.h \
     122        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRef.h \
     123        JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSValueRef.h \
     124        JavaScriptCore/ForwardingHeaders/JavaScriptCore/OpaqueJSString.h \
     125        JavaScriptCore/ForwardingHeaders/JavaScriptCore/WebKitAvailability.h \
    129126        JavaScriptCore/icu/unicode/parseerr.h \
    130127        JavaScriptCore/icu/unicode/platform.h \
    131128        JavaScriptCore/icu/unicode/putil.h \
    132129        JavaScriptCore/icu/unicode/uchar.h \
     130        JavaScriptCore/icu/unicode/ucnv_err.h \
    133131        JavaScriptCore/icu/unicode/ucnv.h \
    134         JavaScriptCore/icu/unicode/ucnv_err.h \
    135132        JavaScriptCore/icu/unicode/ucol.h \
    136133        JavaScriptCore/icu/unicode/uconfig.h \
     
    143140        JavaScriptCore/icu/unicode/uset.h \
    144141        JavaScriptCore/icu/unicode/ustring.h \
    145         JavaScriptCore/icu/unicode/utf.h \
    146142        JavaScriptCore/icu/unicode/utf16.h \
    147143        JavaScriptCore/icu/unicode/utf8.h \
     144        JavaScriptCore/icu/unicode/utf.h \
    148145        JavaScriptCore/icu/unicode/utf_old.h \
    149146        JavaScriptCore/icu/unicode/utypes.h \
    150147        JavaScriptCore/icu/unicode/uversion.h \
    151         JavaScriptCore/assembler/ARMAssembler.h \
    152         JavaScriptCore/assembler/ARMAssembler.cpp \
    153         JavaScriptCore/assembler/X86Assembler.h \
    154         JavaScriptCore/assembler/AbstractMacroAssembler.h \
    155         JavaScriptCore/assembler/AssemblerBuffer.h \
    156         JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \
    157         JavaScriptCore/assembler/CodeLocation.h \
    158         JavaScriptCore/assembler/LinkBuffer.h \
    159         JavaScriptCore/assembler/MacroAssembler.h \
    160         JavaScriptCore/assembler/MacroAssemblerARM.h \
    161         JavaScriptCore/assembler/MacroAssemblerARM.cpp \
    162         JavaScriptCore/assembler/MacroAssemblerCodeRef.h \
    163         JavaScriptCore/assembler/MacroAssemblerX86.h \
    164         JavaScriptCore/assembler/MacroAssemblerX86_64.h \
    165         JavaScriptCore/assembler/MacroAssemblerX86Common.h \
    166         JavaScriptCore/assembler/RepatchBuffer.h \
     148        JavaScriptCore/interpreter/CachedCall.h \
     149        JavaScriptCore/interpreter/CallFrameClosure.h \
     150        JavaScriptCore/interpreter/CallFrame.cpp \
     151        JavaScriptCore/interpreter/CallFrame.h \
     152        JavaScriptCore/interpreter/Interpreter.cpp \
     153        JavaScriptCore/interpreter/Interpreter.h \
     154        JavaScriptCore/interpreter/RegisterFile.cpp \
     155        JavaScriptCore/interpreter/RegisterFile.h \
     156        JavaScriptCore/interpreter/Register.h \
     157        JavaScriptCore/JavaScriptCorePrefix.h \
     158        JavaScriptCore/jit/ExecutableAllocator.cpp \
     159        JavaScriptCore/jit/ExecutableAllocator.h \
     160        JavaScriptCore/jit/JITArithmetic32_64.cpp \
     161        JavaScriptCore/jit/JITArithmetic.cpp \
     162        JavaScriptCore/jit/JITCall32_64.cpp \
     163        JavaScriptCore/jit/JITCall.cpp \
     164        JavaScriptCore/jit/JITCode.h \
     165        JavaScriptCore/jit/JIT.cpp \
     166        JavaScriptCore/jit/JIT.h \
     167        JavaScriptCore/jit/JITInlineMethods.h \
     168        JavaScriptCore/jit/JITOpcodes32_64.cpp \
     169        JavaScriptCore/jit/JITOpcodes.cpp \
     170        JavaScriptCore/jit/JITPropertyAccess32_64.cpp \
     171        JavaScriptCore/jit/JITPropertyAccess.cpp \
     172        JavaScriptCore/jit/JITStubCall.h \
     173        JavaScriptCore/jit/JITStubs.cpp \
     174        JavaScriptCore/jit/JITStubs.h \
     175        JavaScriptCore/jit/JSInterfaceJIT.h \
     176        JavaScriptCore/jit/SpecializedThunkJIT.h \
     177        JavaScriptCore/jit/ThunkGenerators.cpp \
     178        JavaScriptCore/jit/ThunkGenerators.h \
    167179        JavaScriptCore/os-win32/stdbool.h \
    168180        JavaScriptCore/os-win32/stdint.h \
    169         JavaScriptCore/pcre/pcre.h \
     181        JavaScriptCore/parser/ASTBuilder.h \
     182        JavaScriptCore/parser/JSParser.cpp \
     183        JavaScriptCore/parser/JSParser.h \
     184        JavaScriptCore/parser/Lexer.cpp \
     185        JavaScriptCore/parser/Lexer.h \
     186        JavaScriptCore/parser/NodeConstructors.h \
     187        JavaScriptCore/parser/NodeInfo.h \
     188        JavaScriptCore/parser/Nodes.cpp \
     189        JavaScriptCore/parser/Nodes.h \
     190        JavaScriptCore/parser/ParserArena.cpp \
     191        JavaScriptCore/parser/ParserArena.h \
     192        JavaScriptCore/parser/Parser.cpp \
     193        JavaScriptCore/parser/Parser.h \
     194        JavaScriptCore/parser/ResultType.h \
     195        JavaScriptCore/parser/SourceCode.h \
     196        JavaScriptCore/parser/SourceProvider.h \
     197        JavaScriptCore/parser/SyntaxChecker.h \
    170198        JavaScriptCore/pcre/pcre_compile.cpp \
    171199        JavaScriptCore/pcre/pcre_exec.cpp \
     200        JavaScriptCore/pcre/pcre.h \
    172201        JavaScriptCore/pcre/pcre_internal.h \
    173202        JavaScriptCore/pcre/pcre_tables.cpp \
     
    177206        JavaScriptCore/profiler/CallIdentifier.h \
    178207        JavaScriptCore/profiler/Profile.cpp \
    179         JavaScriptCore/profiler/Profile.h \
    180208        JavaScriptCore/profiler/ProfileGenerator.cpp \
    181209        JavaScriptCore/profiler/ProfileGenerator.h \
     210        JavaScriptCore/profiler/Profile.h \
    182211        JavaScriptCore/profiler/ProfileNode.cpp \
    183212        JavaScriptCore/profiler/ProfileNode.h \
    184213        JavaScriptCore/profiler/Profiler.cpp \
    185214        JavaScriptCore/profiler/Profiler.h \
    186         JavaScriptCore/interpreter/CachedCall.h \
    187         JavaScriptCore/interpreter/CallFrame.cpp \
    188         JavaScriptCore/interpreter/CallFrame.h \
    189         JavaScriptCore/interpreter/CallFrameClosure.h \
     215        JavaScriptCore/runtime/ArgList.cpp \
     216        JavaScriptCore/runtime/ArgList.h \
     217        JavaScriptCore/runtime/Arguments.cpp \
     218        JavaScriptCore/runtime/Arguments.h \
     219        JavaScriptCore/runtime/ArrayConstructor.cpp \
     220        JavaScriptCore/runtime/ArrayConstructor.h \
     221        JavaScriptCore/runtime/ArrayPrototype.cpp \
     222        JavaScriptCore/runtime/ArrayPrototype.h \
     223        JavaScriptCore/runtime/BatchedTransitionOptimizer.h \
     224        JavaScriptCore/runtime/BooleanConstructor.cpp \
     225        JavaScriptCore/runtime/BooleanConstructor.h \
     226        JavaScriptCore/runtime/BooleanObject.cpp \
     227        JavaScriptCore/runtime/BooleanObject.h \
     228        JavaScriptCore/runtime/BooleanPrototype.cpp \
     229        JavaScriptCore/runtime/BooleanPrototype.h \
    190230        JavaScriptCore/runtime/CachedTranscendentalFunction.h \
     231        JavaScriptCore/runtime/CallData.cpp \
     232        JavaScriptCore/runtime/CallData.h \
     233        JavaScriptCore/runtime/ClassInfo.h \
     234        JavaScriptCore/runtime/Collector.cpp \
     235        JavaScriptCore/runtime/Collector.h \
     236        JavaScriptCore/runtime/CollectorHeapIterator.h \
     237        JavaScriptCore/runtime/CommonIdentifiers.cpp \
     238        JavaScriptCore/runtime/CommonIdentifiers.h \
     239        JavaScriptCore/runtime/Completion.cpp \
     240        JavaScriptCore/runtime/Completion.h \
     241        JavaScriptCore/runtime/ConstructData.cpp \
     242        JavaScriptCore/runtime/ConstructData.h \
     243        JavaScriptCore/runtime/DateConstructor.cpp \
     244        JavaScriptCore/runtime/DateConstructor.h \
     245        JavaScriptCore/runtime/DateConversion.cpp \
     246        JavaScriptCore/runtime/DateConversion.h \
     247        JavaScriptCore/runtime/DateInstanceCache.h \
     248        JavaScriptCore/runtime/DateInstance.cpp \
     249        JavaScriptCore/runtime/DateInstance.h \
     250        JavaScriptCore/runtime/DatePrototype.cpp \
     251        JavaScriptCore/runtime/DatePrototype.h \
     252        JavaScriptCore/runtime/ErrorConstructor.cpp \
     253        JavaScriptCore/runtime/ErrorConstructor.h \
     254        JavaScriptCore/runtime/Error.cpp \
     255        JavaScriptCore/runtime/Error.h \
     256        JavaScriptCore/runtime/ErrorInstance.cpp \
     257        JavaScriptCore/runtime/ErrorInstance.h \
     258        JavaScriptCore/runtime/ErrorPrototype.cpp \
     259        JavaScriptCore/runtime/ErrorPrototype.h \
    191260        JavaScriptCore/runtime/ExceptionHelpers.cpp \
    192261        JavaScriptCore/runtime/ExceptionHelpers.h \
    193262        JavaScriptCore/runtime/Executable.cpp \
    194263        JavaScriptCore/runtime/Executable.h \
     264        JavaScriptCore/runtime/FunctionConstructor.cpp \
     265        JavaScriptCore/runtime/FunctionConstructor.h \
     266        JavaScriptCore/runtime/FunctionPrototype.cpp \
     267        JavaScriptCore/runtime/FunctionPrototype.h \
     268        JavaScriptCore/runtime/GetterSetter.cpp \
     269        JavaScriptCore/runtime/GetterSetter.h \
     270        JavaScriptCore/runtime/GlobalEvalFunction.cpp \
     271        JavaScriptCore/runtime/GlobalEvalFunction.h \
     272        JavaScriptCore/runtime/Identifier.cpp \
     273        JavaScriptCore/runtime/Identifier.h \
    195274        JavaScriptCore/runtime/InitializeThreading.cpp \
    196275        JavaScriptCore/runtime/InitializeThreading.h \
     276        JavaScriptCore/runtime/InternalFunction.cpp \
     277        JavaScriptCore/runtime/InternalFunction.h \
    197278        JavaScriptCore/runtime/JSActivation.cpp \
    198279        JavaScriptCore/runtime/JSActivation.h \
     280        JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
     281        JavaScriptCore/runtime/JSAPIValueWrapper.h \
     282        JavaScriptCore/runtime/JSArray.cpp \
     283        JavaScriptCore/runtime/JSArray.h \
    199284        JavaScriptCore/runtime/JSByteArray.cpp \
    200285        JavaScriptCore/runtime/JSByteArray.h \
     286        JavaScriptCore/runtime/JSCell.cpp \
     287        JavaScriptCore/runtime/JSCell.h \
     288        JavaScriptCore/runtime/JSFunction.cpp \
     289        JavaScriptCore/runtime/JSFunction.h \
    201290        JavaScriptCore/runtime/JSGlobalData.cpp \
    202291        JavaScriptCore/runtime/JSGlobalData.h \
     292        JavaScriptCore/runtime/JSGlobalObject.cpp \
     293        JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp \
     294        JavaScriptCore/runtime/JSGlobalObjectFunctions.h \
     295        JavaScriptCore/runtime/JSGlobalObject.h \
     296        JavaScriptCore/runtime/JSImmediate.cpp \
     297        JavaScriptCore/runtime/JSImmediate.h \
     298        JavaScriptCore/runtime/JSLock.cpp \
     299        JavaScriptCore/runtime/JSLock.h \
    203300        JavaScriptCore/runtime/JSNotAnObject.cpp \
    204301        JavaScriptCore/runtime/JSNotAnObject.h \
     302        JavaScriptCore/runtime/JSNumberCell.cpp \
     303        JavaScriptCore/runtime/JSNumberCell.h \
     304        JavaScriptCore/runtime/JSObject.cpp \
     305        JavaScriptCore/runtime/JSObject.h \
     306        JavaScriptCore/runtime/JSObjectWithGlobalObject.cpp \
     307        JavaScriptCore/runtime/JSObjectWithGlobalObject.h \
    205308        JavaScriptCore/runtime/JSONObject.cpp \
    206309        JavaScriptCore/runtime/JSONObject.h \
    207310        JavaScriptCore/runtime/JSPropertyNameIterator.cpp \
    208311        JavaScriptCore/runtime/JSPropertyNameIterator.h \
     312        JavaScriptCore/runtime/JSStaticScopeObject.cpp \
     313        JavaScriptCore/runtime/JSStaticScopeObject.h \
    209314        JavaScriptCore/runtime/JSStringBuilder.h \
     315        JavaScriptCore/runtime/JSString.cpp \
     316        JavaScriptCore/runtime/JSString.h \
     317        JavaScriptCore/runtime/JSType.h \
     318        JavaScriptCore/runtime/JSTypeInfo.h \
     319        JavaScriptCore/runtime/JSValue.cpp \
     320        JavaScriptCore/runtime/JSValue.h \
     321        JavaScriptCore/runtime/JSVariableObject.cpp \
     322        JavaScriptCore/runtime/JSVariableObject.h \
     323        JavaScriptCore/runtime/JSWrapperObject.cpp \
     324        JavaScriptCore/runtime/JSWrapperObject.h \
    210325        JavaScriptCore/runtime/JSZombie.h \
    211326        JavaScriptCore/runtime/LiteralParser.cpp \
    212327        JavaScriptCore/runtime/LiteralParser.h \
     328        JavaScriptCore/runtime/Lookup.cpp \
     329        JavaScriptCore/runtime/Lookup.h \
    213330        JavaScriptCore/runtime/MarkStack.cpp \
    214331        JavaScriptCore/runtime/MarkStack.h \
     332        JavaScriptCore/runtime/MathObject.cpp \
     333        JavaScriptCore/runtime/MathObject.h \
     334        JavaScriptCore/runtime/NativeErrorConstructor.cpp \
     335        JavaScriptCore/runtime/NativeErrorConstructor.h \
     336        JavaScriptCore/runtime/NativeErrorPrototype.cpp \
     337        JavaScriptCore/runtime/NativeErrorPrototype.h \
     338        JavaScriptCore/runtime/NativeFunctionWrapper.h \
     339        JavaScriptCore/runtime/NumberConstructor.cpp \
     340        JavaScriptCore/runtime/NumberConstructor.h \
     341        JavaScriptCore/runtime/NumberObject.cpp \
     342        JavaScriptCore/runtime/NumberObject.h \
     343        JavaScriptCore/runtime/NumberPrototype.cpp \
     344        JavaScriptCore/runtime/NumberPrototype.h \
    215345        JavaScriptCore/runtime/NumericStrings.h \
     346        JavaScriptCore/runtime/ObjectConstructor.cpp \
     347        JavaScriptCore/runtime/ObjectConstructor.h \
     348        JavaScriptCore/runtime/ObjectPrototype.cpp \
     349        JavaScriptCore/runtime/ObjectPrototype.h \
     350        JavaScriptCore/runtime/Operations.cpp \
     351        JavaScriptCore/runtime/Operations.h \
     352        JavaScriptCore/runtime/PropertyDescriptor.cpp \
    216353        JavaScriptCore/runtime/PropertyDescriptor.h \
    217         JavaScriptCore/runtime/PropertyDescriptor.cpp \
     354        JavaScriptCore/runtime/PropertyMapHashTable.h \
     355        JavaScriptCore/runtime/PropertyNameArray.cpp \
     356        JavaScriptCore/runtime/PropertyNameArray.h \
     357        JavaScriptCore/runtime/PropertySlot.cpp \
     358        JavaScriptCore/runtime/PropertySlot.h \
     359        JavaScriptCore/runtime/Protect.h \
     360        JavaScriptCore/runtime/PrototypeFunction.cpp \
     361        JavaScriptCore/runtime/PrototypeFunction.h \
     362        JavaScriptCore/runtime/PutPropertySlot.h \
     363        JavaScriptCore/runtime/RegExpCache.cpp \
     364        JavaScriptCore/runtime/RegExpCache.h \
     365        JavaScriptCore/runtime/RegExpConstructor.cpp \
     366        JavaScriptCore/runtime/RegExpConstructor.h \
     367        JavaScriptCore/runtime/RegExp.cpp \
     368        JavaScriptCore/runtime/RegExp.h \
     369        JavaScriptCore/runtime/RegExpKey.h \
     370        JavaScriptCore/runtime/RegExpMatchesArray.h \
     371        JavaScriptCore/runtime/RegExpObject.cpp \
     372        JavaScriptCore/runtime/RegExpObject.h \
     373        JavaScriptCore/runtime/RegExpPrototype.cpp \
     374        JavaScriptCore/runtime/RegExpPrototype.h \
     375        JavaScriptCore/runtime/RopeImpl.cpp \
     376        JavaScriptCore/runtime/RopeImpl.h \
     377        JavaScriptCore/runtime/ScopeChain.cpp \
     378        JavaScriptCore/runtime/ScopeChain.h \
     379        JavaScriptCore/runtime/ScopeChainMark.h \
    218380        JavaScriptCore/runtime/SmallStrings.cpp \
    219381        JavaScriptCore/runtime/SmallStrings.h \
    220382        JavaScriptCore/runtime/StringBuilder.h \
     383        JavaScriptCore/runtime/StringConstructor.cpp \
     384        JavaScriptCore/runtime/StringConstructor.h \
     385        JavaScriptCore/runtime/StringObject.cpp \
     386        JavaScriptCore/runtime/StringObject.h \
     387        JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h \
     388        JavaScriptCore/runtime/StringPrototype.cpp \
     389        JavaScriptCore/runtime/StringPrototype.h \
     390        JavaScriptCore/runtime/StructureChain.cpp \
     391        JavaScriptCore/runtime/StructureChain.h \
    221392        JavaScriptCore/runtime/Structure.cpp \
    222393        JavaScriptCore/runtime/Structure.h \
    223         JavaScriptCore/runtime/StructureChain.cpp \
    224         JavaScriptCore/runtime/StructureChain.h \
    225394        JavaScriptCore/runtime/StructureTransitionTable.h \
     395        JavaScriptCore/runtime/SymbolTable.h \
    226396        JavaScriptCore/runtime/Terminator.h \
    227397        JavaScriptCore/runtime/TimeoutChecker.cpp \
    228398        JavaScriptCore/runtime/TimeoutChecker.h \
    229         JavaScriptCore/runtime/JSTypeInfo.h \
     399        JavaScriptCore/runtime/Tracing.h \
     400        JavaScriptCore/runtime/UString.cpp \
     401        JavaScriptCore/runtime/UString.h \
     402        JavaScriptCore/runtime/UStringImpl.h \
    230403        JavaScriptCore/runtime/WeakGCMap.h \
    231404        JavaScriptCore/runtime/WeakGCPtr.h \
     405        JavaScriptCore/runtime/WeakRandom.h \
     406        JavaScriptCore/wtf/AlwaysInline.h \
    232407        JavaScriptCore/wtf/ASCIICType.h \
    233         JavaScriptCore/wtf/AVLTree.h \
    234         JavaScriptCore/wtf/AlwaysInline.h \
    235408        JavaScriptCore/wtf/Assertions.cpp \
    236409        JavaScriptCore/wtf/Assertions.h \
    237410        JavaScriptCore/wtf/Atomics.h \
     411        JavaScriptCore/wtf/AVLTree.h \
    238412        JavaScriptCore/wtf/ByteArray.cpp \
    239413        JavaScriptCore/wtf/ByteArray.h \
     
    245419        JavaScriptCore/wtf/Deque.h \
    246420        JavaScriptCore/wtf/DisallowCType.h \
     421        JavaScriptCore/wtf/dtoa.cpp \
     422        JavaScriptCore/wtf/dtoa.h \
     423        JavaScriptCore/wtf/FastAllocBase.h \
     424        JavaScriptCore/wtf/FastMalloc.cpp \
     425        JavaScriptCore/wtf/FastMalloc.h \
    247426        JavaScriptCore/wtf/Forward.h \
    248427        JavaScriptCore/wtf/GetPtr.h \
     428        JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
     429        JavaScriptCore/wtf/gobject/GOwnPtr.h \
     430        JavaScriptCore/wtf/gobject/GRefPtr.cpp \
     431        JavaScriptCore/wtf/gobject/GRefPtr.h \
     432        JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
     433        JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
    249434        JavaScriptCore/wtf/HashCountedSet.h \
    250435        JavaScriptCore/wtf/HashFunctions.h \
     
    258443        JavaScriptCore/wtf/ListRefPtr.h \
    259444        JavaScriptCore/wtf/Locker.h \
     445        JavaScriptCore/wtf/MainThread.cpp \
     446        JavaScriptCore/wtf/MainThread.h \
     447        JavaScriptCore/wtf/MallocZoneSupport.h \
     448        JavaScriptCore/wtf/MathExtras.h \
    260449        JavaScriptCore/wtf/MD5.cpp \
    261450        JavaScriptCore/wtf/MD5.h \
    262         JavaScriptCore/wtf/MainThread.cpp \
    263         JavaScriptCore/wtf/MainThread.h \
    264         JavaScriptCore/wtf/MathExtras.h \
    265451        JavaScriptCore/wtf/MessageQueue.h \
    266452        JavaScriptCore/wtf/Noncopyable.h \
     
    268454        JavaScriptCore/wtf/OwnArrayPtr.h \
    269455        JavaScriptCore/wtf/OwnFastMallocPtr.h \
     456        JavaScriptCore/wtf/OwnPtrCommon.h \
    270457        JavaScriptCore/wtf/OwnPtr.h \
    271         JavaScriptCore/wtf/OwnPtrCommon.h \
    272458        JavaScriptCore/wtf/PassOwnPtr.h \
    273459        JavaScriptCore/wtf/PassRefPtr.h \
     
    291477        JavaScriptCore/wtf/TCPageMap.h \
    292478        JavaScriptCore/wtf/TCSpinLock.h \
     479        JavaScriptCore/wtf/TCSystemAlloc.cpp \
     480        JavaScriptCore/wtf/TCSystemAlloc.h \
     481        JavaScriptCore/wtf/text/AtomicString.cpp \
     482        JavaScriptCore/wtf/text/AtomicString.h \
     483        JavaScriptCore/wtf/text/AtomicStringImpl.h \
     484        JavaScriptCore/wtf/text/CString.cpp \
     485        JavaScriptCore/wtf/text/CString.h \
     486        JavaScriptCore/wtf/text/StringBuffer.h \
     487        JavaScriptCore/wtf/text/StringHash.h \
     488        JavaScriptCore/wtf/text/StringImplBase.h \
     489        JavaScriptCore/wtf/text/StringImpl.cpp \
     490        JavaScriptCore/wtf/text/StringImpl.h \
     491        JavaScriptCore/wtf/text/StringStatics.cpp \
     492        JavaScriptCore/wtf/text/WTFString.cpp \
     493        JavaScriptCore/wtf/text/WTFString.h \
    293494        JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp \
    294495        JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h \
     
    301502        JavaScriptCore/wtf/TypeTraits.cpp \
    302503        JavaScriptCore/wtf/TypeTraits.h \
     504        JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
     505        JavaScriptCore/wtf/unicode/Collator.h \
     506        JavaScriptCore/wtf/unicode/Unicode.h \
     507        JavaScriptCore/wtf/unicode/UTF8.cpp \
     508        JavaScriptCore/wtf/unicode/UTF8.h \
    303509        JavaScriptCore/wtf/UnusedParam.h \
    304510        JavaScriptCore/wtf/ValueCheck.h \
    305511        JavaScriptCore/wtf/Vector.h \
    306512        JavaScriptCore/wtf/VectorTraits.h \
     513        JavaScriptCore/wtf/VMTags.h \
    307514        JavaScriptCore/wtf/WTFThreadData.cpp \
    308515        JavaScriptCore/wtf/WTFThreadData.h \
    309         JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
    310         JavaScriptCore/wtf/gobject/GOwnPtr.h \
    311         JavaScriptCore/wtf/gobject/GRefPtr.cpp \
    312         JavaScriptCore/wtf/gobject/GRefPtr.h \
    313         JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
    314         JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
    315         JavaScriptCore/wtf/text/AtomicString.cpp \
    316         JavaScriptCore/wtf/text/AtomicString.h \
    317         JavaScriptCore/wtf/text/AtomicStringImpl.h \
    318         JavaScriptCore/wtf/text/CString.cpp \
    319         JavaScriptCore/wtf/text/CString.h \
    320         JavaScriptCore/wtf/text/StringBuffer.h \
    321         JavaScriptCore/wtf/text/StringHash.h \
    322         JavaScriptCore/wtf/text/StringImpl.cpp \
    323         JavaScriptCore/wtf/text/StringImpl.h \
    324         JavaScriptCore/wtf/text/StringImplBase.h \
    325         JavaScriptCore/wtf/text/StringStatics.cpp \
    326         JavaScriptCore/wtf/text/WTFString.cpp \
    327         JavaScriptCore/wtf/text/WTFString.h \
    328         JavaScriptCore/wtf/unicode/Collator.h \
    329         JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
    330         JavaScriptCore/wtf/unicode/UTF8.cpp \
    331         JavaScriptCore/wtf/unicode/UTF8.h \
    332         JavaScriptCore/wtf/unicode/Unicode.h
     516        JavaScriptCore/yarr/RegexCompiler.cpp \
     517        JavaScriptCore/yarr/RegexCompiler.h \
     518        JavaScriptCore/yarr/RegexInterpreter.cpp \
     519        JavaScriptCore/yarr/RegexInterpreter.h \
     520        JavaScriptCore/yarr/RegexJIT.cpp \
     521        JavaScriptCore/yarr/RegexJIT.h \
     522        JavaScriptCore/yarr/RegexParser.h \
     523        JavaScriptCore/yarr/RegexPattern.h
    333524
    334525if TARGET_WIN32
     
    361552        JavaScriptCore/wtf/unicode/glib/UnicodeMacrosFromICU.h
    362553endif
    363 
    364 javascriptcore_sources += \
    365         JavaScriptCore/wtf/VMTags.h \
    366         JavaScriptCore/yarr/RegexCompiler.cpp \
    367         JavaScriptCore/yarr/RegexCompiler.h \
    368         JavaScriptCore/yarr/RegexInterpreter.cpp \
    369         JavaScriptCore/yarr/RegexInterpreter.h \
    370         JavaScriptCore/yarr/RegexJIT.cpp \
    371         JavaScriptCore/yarr/RegexJIT.h \
    372         JavaScriptCore/yarr/RegexParser.h \
    373         JavaScriptCore/yarr/RegexPattern.h
    374 
    375 javascriptcore_sources += \
    376         JavaScriptCore/interpreter/RegisterFile.cpp \
    377         JavaScriptCore/interpreter/RegisterFile.h \
    378         JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \
    379         JavaScriptCore/bytecompiler/BytecodeGenerator.h \
    380         JavaScriptCore/bytecompiler/NodesCodegen.cpp \
    381         JavaScriptCore/bytecompiler/LabelScope.h \
    382         JavaScriptCore/debugger/Debugger.cpp \
    383         JavaScriptCore/debugger/Debugger.h \
    384         JavaScriptCore/parser/ASTBuilder.h \
    385         JavaScriptCore/parser/JSParser.cpp \
    386         JavaScriptCore/parser/JSParser.h \
    387         JavaScriptCore/parser/Lexer.cpp \
    388         JavaScriptCore/parser/Lexer.h \
    389         JavaScriptCore/parser/NodeConstructors.h \
    390         JavaScriptCore/parser/NodeInfo.h \
    391         JavaScriptCore/parser/Nodes.cpp \
    392         JavaScriptCore/parser/Nodes.h \
    393         JavaScriptCore/parser/Parser.cpp \
    394         JavaScriptCore/parser/Parser.h \
    395         JavaScriptCore/parser/ParserArena.cpp \
    396         JavaScriptCore/parser/ParserArena.h \
    397         JavaScriptCore/parser/ResultType.h \
    398         JavaScriptCore/parser/SourceCode.h \
    399         JavaScriptCore/parser/SourceProvider.h \
    400         JavaScriptCore/parser/SyntaxChecker.h \
    401         JavaScriptCore/runtime/ArgList.cpp \
    402         JavaScriptCore/runtime/ArgList.h \
    403         JavaScriptCore/runtime/Arguments.cpp \
    404         JavaScriptCore/runtime/Arguments.h \
    405         JavaScriptCore/runtime/ArrayConstructor.cpp \
    406         JavaScriptCore/runtime/ArrayConstructor.h \
    407         JavaScriptCore/runtime/ArrayPrototype.cpp \
    408         JavaScriptCore/runtime/ArrayPrototype.h \
    409         JavaScriptCore/runtime/BatchedTransitionOptimizer.h \
    410         JavaScriptCore/runtime/BooleanConstructor.cpp \
    411         JavaScriptCore/runtime/BooleanConstructor.h \
    412         JavaScriptCore/runtime/BooleanObject.cpp \
    413         JavaScriptCore/runtime/BooleanObject.h \
    414         JavaScriptCore/runtime/BooleanPrototype.cpp \
    415         JavaScriptCore/runtime/BooleanPrototype.h \
    416         JavaScriptCore/runtime/CallData.cpp \
    417         JavaScriptCore/runtime/CallData.h \
    418         JavaScriptCore/runtime/ClassInfo.h \
    419         JavaScriptCore/runtime/Collector.cpp \
    420         JavaScriptCore/runtime/Collector.h \
    421         JavaScriptCore/runtime/CollectorHeapIterator.h \
    422         JavaScriptCore/runtime/CommonIdentifiers.cpp \
    423         JavaScriptCore/runtime/CommonIdentifiers.h \
    424         JavaScriptCore/runtime/Completion.h \
    425         JavaScriptCore/runtime/ConstructData.cpp \
    426         JavaScriptCore/runtime/ConstructData.h \
    427         JavaScriptCore/runtime/DateConstructor.cpp \
    428         JavaScriptCore/runtime/DateConstructor.h \
    429         JavaScriptCore/runtime/DateConversion.cpp \
    430         JavaScriptCore/runtime/DateConversion.h \
    431         JavaScriptCore/runtime/DateInstance.cpp \
    432         JavaScriptCore/runtime/DateInstance.h \
    433         JavaScriptCore/runtime/DateInstanceCache.h \
    434         JavaScriptCore/runtime/DatePrototype.cpp \
    435         JavaScriptCore/runtime/DatePrototype.h \
    436         JavaScriptCore/runtime/Error.cpp \
    437         JavaScriptCore/runtime/Error.h \
    438         JavaScriptCore/runtime/ErrorConstructor.cpp \
    439         JavaScriptCore/runtime/ErrorConstructor.h \
    440         JavaScriptCore/runtime/ErrorInstance.cpp \
    441         JavaScriptCore/runtime/ErrorInstance.h \
    442         JavaScriptCore/runtime/ErrorPrototype.cpp \
    443         JavaScriptCore/runtime/ErrorPrototype.h \
    444         JavaScriptCore/runtime/FunctionConstructor.cpp \
    445         JavaScriptCore/runtime/FunctionConstructor.h \
    446         JavaScriptCore/runtime/FunctionPrototype.cpp \
    447         JavaScriptCore/runtime/FunctionPrototype.h \
    448         JavaScriptCore/runtime/GetterSetter.cpp \
    449         JavaScriptCore/runtime/GetterSetter.h \
    450         JavaScriptCore/runtime/GlobalEvalFunction.cpp \
    451         JavaScriptCore/runtime/GlobalEvalFunction.h \
    452         JavaScriptCore/runtime/Identifier.cpp \
    453         JavaScriptCore/runtime/Identifier.h \
    454         JavaScriptCore/runtime/InternalFunction.cpp \
    455         JavaScriptCore/runtime/InternalFunction.h \
    456         JavaScriptCore/runtime/Completion.cpp \
    457         JavaScriptCore/runtime/JSArray.cpp \
    458         JavaScriptCore/runtime/JSArray.h \
    459         JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
    460         JavaScriptCore/runtime/JSAPIValueWrapper.h \
    461         JavaScriptCore/runtime/JSCell.cpp \
    462         JavaScriptCore/runtime/JSCell.h \
    463         JavaScriptCore/runtime/JSFunction.cpp \
    464         JavaScriptCore/runtime/JSFunction.h \
    465         JavaScriptCore/runtime/JSGlobalObject.cpp \
    466         JavaScriptCore/runtime/JSGlobalObject.h \
    467         JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp \
    468         JavaScriptCore/runtime/JSGlobalObjectFunctions.h \
    469         JavaScriptCore/runtime/JSImmediate.cpp \
    470         JavaScriptCore/runtime/JSImmediate.h \
    471         JavaScriptCore/runtime/JSLock.cpp \
    472         JavaScriptCore/runtime/JSLock.h \
    473         JavaScriptCore/runtime/JSNumberCell.cpp \
    474         JavaScriptCore/runtime/JSNumberCell.h \
    475         JavaScriptCore/runtime/JSObject.cpp \
    476         JavaScriptCore/runtime/JSObjectWithGlobalObject.cpp \
    477         JavaScriptCore/runtime/JSObjectWithGlobalObject.h \
    478         JavaScriptCore/runtime/JSObject.h \
    479         JavaScriptCore/runtime/JSStaticScopeObject.cpp \
    480         JavaScriptCore/runtime/JSStaticScopeObject.h \
    481         JavaScriptCore/runtime/JSString.cpp \
    482         JavaScriptCore/runtime/JSString.h \
    483         JavaScriptCore/runtime/JSType.h \
    484         JavaScriptCore/runtime/JSValue.cpp \
    485         JavaScriptCore/runtime/JSValue.h \
    486         JavaScriptCore/runtime/JSVariableObject.cpp \
    487         JavaScriptCore/runtime/JSVariableObject.h \
    488         JavaScriptCore/runtime/JSWrapperObject.cpp \
    489         JavaScriptCore/runtime/JSWrapperObject.h \
    490         JavaScriptCore/runtime/Lookup.cpp \
    491         JavaScriptCore/runtime/Lookup.h \
    492         JavaScriptCore/runtime/MathObject.cpp \
    493         JavaScriptCore/runtime/MathObject.h \
    494         JavaScriptCore/runtime/NativeErrorConstructor.cpp \
    495         JavaScriptCore/runtime/NativeErrorConstructor.h \
    496         JavaScriptCore/runtime/NativeErrorPrototype.cpp \
    497         JavaScriptCore/runtime/NativeErrorPrototype.h \
    498         JavaScriptCore/runtime/NativeFunctionWrapper.h \
    499         JavaScriptCore/runtime/NumberConstructor.cpp \
    500         JavaScriptCore/runtime/NumberConstructor.h \
    501         JavaScriptCore/runtime/NumberObject.cpp \
    502         JavaScriptCore/runtime/NumberObject.h \
    503         JavaScriptCore/runtime/NumberPrototype.cpp \
    504         JavaScriptCore/runtime/NumberPrototype.h \
    505         JavaScriptCore/runtime/ObjectConstructor.cpp \
    506         JavaScriptCore/runtime/ObjectConstructor.h \
    507         JavaScriptCore/runtime/ObjectPrototype.cpp \
    508         JavaScriptCore/runtime/ObjectPrototype.h \
    509         JavaScriptCore/runtime/Operations.cpp \
    510         JavaScriptCore/runtime/Operations.h \
    511         JavaScriptCore/runtime/PropertyMapHashTable.h \
    512         JavaScriptCore/runtime/PropertyNameArray.cpp \
    513         JavaScriptCore/runtime/PropertyNameArray.h \
    514         JavaScriptCore/runtime/PropertySlot.cpp \
    515         JavaScriptCore/runtime/PropertySlot.h \
    516         JavaScriptCore/runtime/Protect.h \
    517         JavaScriptCore/runtime/PrototypeFunction.cpp \
    518         JavaScriptCore/runtime/PrototypeFunction.h \
    519         JavaScriptCore/runtime/PutPropertySlot.h \
    520         JavaScriptCore/runtime/RegExp.cpp \
    521         JavaScriptCore/runtime/RegExp.h \
    522         JavaScriptCore/runtime/RegExpCache.cpp \
    523         JavaScriptCore/runtime/RegExpCache.h \
    524         JavaScriptCore/runtime/RegExpConstructor.cpp \
    525         JavaScriptCore/runtime/RegExpConstructor.h \
    526         JavaScriptCore/runtime/RegExpKey.h \
    527         JavaScriptCore/runtime/RegExpMatchesArray.h \
    528         JavaScriptCore/runtime/RegExpObject.cpp \
    529         JavaScriptCore/runtime/RegExpObject.h \
    530         JavaScriptCore/runtime/RegExpPrototype.cpp \
    531         JavaScriptCore/runtime/RegExpPrototype.h \
    532         JavaScriptCore/runtime/RopeImpl.cpp \
    533         JavaScriptCore/runtime/RopeImpl.h \
    534         JavaScriptCore/runtime/ScopeChain.cpp \
    535         JavaScriptCore/runtime/ScopeChain.h \
    536         JavaScriptCore/runtime/ScopeChainMark.h \
    537         JavaScriptCore/runtime/StringConstructor.cpp \
    538         JavaScriptCore/runtime/StringConstructor.h \
    539         JavaScriptCore/runtime/StringObject.cpp \
    540         JavaScriptCore/runtime/StringObject.h \
    541         JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h \
    542         JavaScriptCore/runtime/StringPrototype.cpp \
    543         JavaScriptCore/runtime/StringPrototype.h \
    544         JavaScriptCore/runtime/SymbolTable.h \
    545         JavaScriptCore/runtime/Tracing.h \
    546         JavaScriptCore/runtime/UString.cpp \
    547         JavaScriptCore/runtime/UString.h \
    548         JavaScriptCore/runtime/UStringImpl.h \
    549         JavaScriptCore/runtime/WeakRandom.h \
    550         JavaScriptCore/wtf/FastAllocBase.h \
    551         JavaScriptCore/wtf/FastMalloc.cpp \
    552         JavaScriptCore/wtf/FastMalloc.h \
    553         JavaScriptCore/wtf/MallocZoneSupport.h \
    554         JavaScriptCore/wtf/TCSystemAlloc.cpp \
    555         JavaScriptCore/wtf/TCSystemAlloc.h \
    556         JavaScriptCore/wtf/dtoa.cpp \
    557         JavaScriptCore/wtf/dtoa.h
    558554
    559555DerivedSources/Lexer.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/JavaScriptCore/parser/Keywords.table
  • trunk/WebCore/ChangeLog

    r62124 r62125  
     12010-06-29  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] Clean up the source lists in the GNUMakefile.am files
     6        https://bugs.webkit.org/show_bug.cgi?id=41229
     7
     8        Clean up the GNUMakefile.ac a little bit. Alphabetize and conglomerate
     9        the source lists.
     10
     11        * GNUmakefile.am:
     12
    1132010-06-29  Martin Robinson  <mrobinson@igalia.com>
    214
     
    28012813        (webkit_accessible_table_get_row_header):
    28022814
    2803 2010-06-25  Martin Robinson  <mrobinson@igalia.com>
     28152010-06-29  Martin Robinson  <mrobinson@igalia.com>
    28042816
    28052817        Reviewed by Xan Lopez.
  • trunk/WebCore/GNUmakefile.am

    r62104 r62125  
    344344webcore_sources += \
    345345        WebCore/WebCorePrefix.h \
    346         WebCore/accessibility/AXObjectCache.cpp \
     346        WebCore/accessibility/AXObjectCache.cpp \
    347347        WebCore/accessibility/AXObjectCache.h \
    348348        WebCore/accessibility/AccessibilityARIAGrid.cpp \
     
    15461546        WebCore/page/PageGroup.cpp \
    15471547        WebCore/page/PageGroup.h \
    1548   WebCore/page/PageGroupLoadDeferrer.cpp \
    1549   WebCore/page/PageGroupLoadDeferrer.h \
     1548        WebCore/page/PageGroupLoadDeferrer.cpp \
     1549        WebCore/page/PageGroupLoadDeferrer.h \
    15501550        WebCore/page/Performance.cpp \
    15511551        WebCore/page/Performance.h \
     
    21332133
    21342134webcoregtk_sources += \
    2135         WebCore/bindings/js/ScriptControllerGtk.cpp \
    2136         WebCore/plugins/gtk/PluginDataGtk.cpp \
    2137         WebCore/plugins/gtk/PluginPackageGtk.cpp \
    2138         WebCore/plugins/gtk/PluginViewGtk.cpp
    2139 
    2140 if TARGET_X11
    2141 webcoregtk_sources += \
    2142         WebCore/plugins/gtk/gtk2xtbin.c \
    2143         WebCore/plugins/gtk/gtk2xtbin.h \
    2144         WebCore/plugins/gtk/xembed.h
    2145 endif
    2146 
    2147 if TARGET_WIN32
    2148 webcore_sources += \
    2149         WebCore/plugins/win/PluginDatabaseWin.cpp \
    2150         WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
    2151         WebCore/plugins/win/PluginMessageThrottlerWin.h
    2152 endif
    2153 
    2154 webcoregtk_sources += \
    2155         WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
    21562135        WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
    21572136        WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
    21582137        WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
     2138        WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
     2139        WebCore/bindings/js/ScriptControllerGtk.cpp \
    21592140        WebCore/page/gtk/DragControllerGtk.cpp \
    21602141        WebCore/page/gtk/EventHandlerGtk.cpp \
    21612142        WebCore/page/gtk/FrameGtk.cpp \
    21622143        WebCore/platform/graphics/cairo/CairoPath.h \
     2144        WebCore/platform/graphics/cairo/FontCacheCairo.cpp \
    21632145        WebCore/platform/graphics/cairo/FontCairo.cpp \
     2146        WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
     2147        WebCore/platform/graphics/cairo/FontPlatformData.h \
     2148        WebCore/platform/graphics/cairo/GOwnPtrCairo.cpp \
     2149        WebCore/platform/graphics/cairo/GOwnPtrCairo.h \
    21642150        WebCore/platform/graphics/cairo/GradientCairo.cpp \
    21652151        WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
    21662152        WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
    2167         WebCore/platform/graphics/cairo/GOwnPtrCairo.cpp \
    2168         WebCore/platform/graphics/cairo/GOwnPtrCairo.h \
    21692153        WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
    21702154        WebCore/platform/graphics/cairo/ImageBufferData.h \
     
    21732157        WebCore/platform/graphics/cairo/PatternCairo.cpp \
    21742158        WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
    2175         WebCore/platform/graphics/cairo/FontCacheCairo.cpp \
    2176         WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
    2177         WebCore/platform/graphics/cairo/FontPlatformData.h \
    21782159        WebCore/platform/graphics/gtk/ColorGtk.cpp \
    21792160        WebCore/platform/graphics/gtk/FontGtk.cpp \
     
    22012182        WebCore/platform/gtk/GRefPtrGtk.cpp \
    22022183        WebCore/platform/gtk/GRefPtrGtk.h \
     2184        WebCore/platform/gtk/gtk2drawing.c \
     2185        WebCore/platform/gtk/gtkdrawing.h \
    22032186        WebCore/platform/gtk/GtkPluginWidget.cpp \
    22042187        WebCore/platform/gtk/GtkPluginWidget.h \
    22052188        WebCore/platform/gtk/GtkVersioning.h \
     2189        WebCore/platform/gtk/KeyEventGtk.cpp \
    22062190        WebCore/platform/gtk/KURLGtk.cpp \
    2207         WebCore/platform/gtk/KeyEventGtk.cpp \
    22082191        WebCore/platform/gtk/Language.cpp \
    22092192        WebCore/platform/gtk/LocalizedStringsGtk.cpp \
     
    22182201        WebCore/platform/gtk/RenderThemeGtk.cpp \
    22192202        WebCore/platform/gtk/RenderThemeGtk.h \
    2220         WebCore/platform/gtk/ScrollViewGtk.cpp \
    22212203        WebCore/platform/gtk/ScrollbarGtk.cpp \
    22222204        WebCore/platform/gtk/ScrollbarGtk.h \
    22232205        WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
    22242206        WebCore/platform/gtk/ScrollbarThemeGtk.h \
     2207        WebCore/platform/gtk/ScrollViewGtk.cpp \
    22252208        WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
    22262209        WebCore/platform/gtk/SharedBufferGtk.cpp \
     
    22302213        WebCore/platform/gtk/WheelEventGtk.cpp \
    22312214        WebCore/platform/gtk/WidgetGtk.cpp \
    2232         WebCore/platform/gtk/gtk2drawing.c \
    2233         WebCore/platform/gtk/gtkdrawing.h \
    2234         WebCore/platform/image-decoders/ImageDecoder.h \
    2235         WebCore/platform/image-decoders/ImageDecoder.cpp \
    22362215        WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    22372216        WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
     
    22452224        WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
    22462225        WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
     2226        WebCore/platform/image-decoders/ImageDecoder.cpp \
     2227        WebCore/platform/image-decoders/ImageDecoder.h \
    22472228        WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    22482229        WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
     
    22522233        WebCore/platform/network/soup/CookieJarSoup.cpp \
    22532234        WebCore/platform/network/soup/CookieJarSoup.h \
     2235        WebCore/platform/network/soup/GOwnPtrSoup.cpp \
     2236        WebCore/platform/network/soup/GOwnPtrSoup.h \
    22542237        WebCore/platform/network/soup/ResourceError.h \
    22552238        WebCore/platform/network/soup/ResourceHandleSoup.cpp \
     2239        WebCore/platform/network/soup/ResourceRequest.h \
    22562240        WebCore/platform/network/soup/ResourceRequestSoup.cpp \
     2241        WebCore/platform/network/soup/ResourceResponse.h \
    22572242        WebCore/platform/network/soup/ResourceResponseSoup.cpp \
    2258         WebCore/platform/network/soup/ResourceRequest.h \
    2259         WebCore/platform/network/soup/ResourceResponse.h \
    2260         WebCore/platform/network/soup/GOwnPtrSoup.h \
    2261         WebCore/platform/network/soup/GOwnPtrSoup.cpp \
     2243        WebCore/plugins/gtk/PluginDataGtk.cpp \
     2244        WebCore/plugins/gtk/PluginPackageGtk.cpp \
     2245        WebCore/plugins/gtk/PluginViewGtk.cpp \
    22622246        WebCore/workers/SharedWorkerRepository.h
     2247
     2248if TARGET_X11
     2249webcoregtk_sources += \
     2250        WebCore/plugins/gtk/gtk2xtbin.c \
     2251        WebCore/plugins/gtk/gtk2xtbin.h \
     2252        WebCore/plugins/gtk/xembed.h
     2253endif
     2254
     2255if TARGET_WIN32
     2256webcore_sources += \
     2257        WebCore/plugins/win/PluginDatabaseWin.cpp \
     2258        WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
     2259        WebCore/plugins/win/PluginMessageThrottlerWin.h
     2260endif
    22632261
    22642262# ----
Note: See TracChangeset for help on using the changeset viewer.