[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / Source / JavaScriptCore / JavaScriptCore.gypi
1 {
2     'variables': {
3         'project_dir': ['.'],
4         # These headers are part of JavaScriptCore's public API in the Apple Mac build.
5         'javascriptcore_publicheader_files': [
6             'API/APICast.h',
7             'API/APIShims.h',
8             'API/JSBase.h',
9             'API/JSContextRef.h',
10             'API/JSContextRefPrivate.h',
11             'API/JSObjectRef.h',
12             'API/JSObjectRefPrivate.h',
13             'API/JSRetainPtr.h',
14             'API/JSStringRef.h',
15             'API/JSStringRefBSTR.h',
16             'API/JSStringRefCF.h',
17             'API/JSValueRef.h',
18             'API/JSWeakObjectMapRefInternal.h',
19             'API/JSWeakObjectMapRefPrivate.h',
20             'API/JavaScript.h',
21             'API/JavaScriptCore.h',
22             'API/OpaqueJSString.h',
23             'API/WebKitAvailability.h',
24         ],
25         # These headers are part of JavaScriptCore's private API in the Apple Mac build.
26         'javascriptcore_privateheader_files': [
27             'assembler/AbstractMacroAssembler.h',
28             'assembler/ARMAssembler.h',
29             'assembler/ARMv7Assembler.h',
30             'assembler/AssemblerBuffer.h',
31             'assembler/AssemblerBufferWithConstantPool.h',
32             'assembler/CodeLocation.h',
33             'assembler/LinkBuffer.h',
34             'assembler/MacroAssembler.h',
35             'assembler/MacroAssemblerARM.h',
36             'assembler/MacroAssemblerARMv7.h',
37             'assembler/MacroAssemblerCodeRef.h',
38             'assembler/MacroAssemblerMIPS.h',
39             'assembler/MacroAssemblerSH4.h',
40             'assembler/MacroAssemblerX86.h',
41             'assembler/MacroAssemblerX86Common.h',
42             'assembler/MacroAssemblerX86_64.h',
43             'assembler/MIPSAssembler.h',
44             'assembler/RepatchBuffer.h',
45             'assembler/SH4Assembler.h',
46             'assembler/X86Assembler.h',
47             'bytecode/BytecodeConventions.h',
48             'bytecode/CallLinkInfo.h',
49             'bytecode/CallLinkStatus.h',
50             'bytecode/CallReturnOffsetToBytecodeOffset.h',
51             'bytecode/CodeBlock.h',
52             'bytecode/CodeOrigin.h',
53             'bytecode/CodeType.h',
54             'bytecode/DataFormat.h',
55             'bytecode/DFGExitProfile.h',
56             'bytecode/EvalCodeCache.h',
57             'bytecode/ExecutionCounter.h',
58             'bytecode/ExpressionRangeInfo.h',
59             'bytecode/GetByIdStatus.h',
60             'bytecode/GlobalResolveInfo.h',
61             'bytecode/HandlerInfo.h',
62             'bytecode/Instruction.h',
63             'bytecode/JumpTable.h',
64             'bytecode/LazyOperandValueProfile.h',
65             'bytecode/LineInfo.h',
66             'bytecode/LLIntCallLinkInfo.h',
67             'bytecode/MethodCallLinkInfo.h',
68             'bytecode/MethodCallLinkStatus.h',
69             'bytecode/MethodOfGettingAValueProfile.h',
70             'bytecode/Opcode.h',
71             'bytecode/Operands.h',
72             'bytecode/PolymorphicPutByIdList.h',
73             'bytecode/PredictedType.h',
74             'bytecode/PredictionTracker.h',
75             'bytecode/PutByIdStatus.h',
76             'bytecode/PutKind.h',
77             'bytecode/SamplingTool.h',
78             'bytecode/StructureSet.h',
79             'bytecode/StructureStubInfo.h',
80             'bytecode/ValueProfile.h',
81             'bytecode/ValueRecovery.h',
82             'bytecode/VirtualRegister.h',
83             'dfg/DFGAbstractState.h',
84             'dfg/DFGAbstractValue.h',
85             'dfg/DFGAdjacencyList.h',
86             'dfg/DFGAssemblyHelpers.h',
87             'dfg/DFGBasicBlock.h',
88             'dfg/DFGByteCodeCache.h',
89             'dfg/DFGByteCodeParser.h',
90             'dfg/DFGCapabilities.h',
91             'dfg/DFGCCallHelpers.h',
92             'dfg/DFGCFAPhase.h',
93             'dfg/DFGCommon.h',
94             'dfg/DFGCorrectableJumpPoint.h',
95             'dfg/DFGCSEPhase.h',
96             'dfg/DFGDriver.h',
97             'dfg/DFGEdge.h',
98             'dfg/DFGFixupPhase.h',
99             'dfg/DFGFPRInfo.h',
100             'dfg/DFGGenerationInfo.h',
101             'dfg/DFGGPRInfo.h',
102             'dfg/DFGGraph.h',
103             'dfg/DFGInsertionSet.h',
104             'dfg/DFGJITCompiler.h',
105             'dfg/DFGNode.h',
106             'dfg/DFGNodeFlags.h',
107             'dfg/DFGNodeType.h',
108             'dfg/DFGOperations.h',
109             'dfg/DFGOSREntry.h',
110             'dfg/DFGOSRExit.h',
111             'dfg/DFGOSRExitCompiler.h',
112             'dfg/DFGPhase.h',
113             'dfg/DFGPredictionPropagationPhase.h',
114             'dfg/DFGRedundantPhiEliminationPhase.h',
115             'dfg/DFGRegisterBank.h',
116             'dfg/DFGRepatch.h',
117             'dfg/DFGScoreBoard.h',
118             'dfg/DFGSpeculativeJIT.h',
119             'dfg/DFGThunks.h',
120             'dfg/DFGVariableAccessData.h',
121             'dfg/DFGVirtualRegisterAllocationPhase.h',
122             'heap/CardSet.h',
123             'heap/ConservativeRoots.h',
124             'heap/CopiedAllocator.h',
125             'heap/CopiedBlock.h',
126             'heap/CopiedSpace.h',
127             'heap/CopiedSpaceInlineMethods.h',
128             'heap/DFGCodeBlocks.h',
129             'heap/GCAssertions.h',
130             'heap/Handle.h',
131             'heap/HandleSet.h',
132             'heap/HandleStack.h',
133             'heap/HandleTypes.h',
134             'heap/Heap.h',
135             'heap/HeapBlock.h',
136             'heap/HeapRootVisitor.h',
137             'heap/ListableHandler.h',
138             'heap/Local.h',
139             'heap/LocalScope.h',
140             'heap/MachineStackMarker.h',
141             'heap/MarkedAllocator.h',
142             'heap/MarkedBlock.h',
143             'heap/MarkedBlockSet.h',
144             'heap/MarkedSpace.h',
145             'heap/MarkStack.h',
146             'heap/PassWeak.h',
147             'heap/SlotVisitor.h',
148             'heap/Strong.h',
149             'heap/StrongInlines.h',
150             'heap/TinyBloomFilter.h',
151             'heap/UnconditionalFinalizer.h',
152             'heap/VTableSpectrum.h',
153             'heap/Weak.h',
154             'heap/WeakBlock.h',
155             'heap/WeakHandleOwner.h',
156             'heap/WeakImpl.h',
157             'heap/WeakReferenceHarvester.h',
158             'heap/WeakSet.h',
159             'heap/WeakSetInlines.h',
160             'heap/WriteBarrierSupport.h',
161             'debugger/Debugger.h',
162             'debugger/DebuggerActivation.h',
163             'debugger/DebuggerCallFrame.h',
164             'interpreter/AbstractPC.h',
165             'interpreter/CachedCall.h',
166             'interpreter/CallFrame.h',
167             'interpreter/CallFrameClosure.h',
168             'interpreter/Interpreter.h',
169             'interpreter/Register.h',
170             'interpreter/RegisterFile.h',
171             'jit/CompactJITCodeMap.h',
172             'jit/ExecutableAllocator.h',
173             'jit/HostCallReturnValue.h',
174             'jit/JIT.h',
175             'jit/JITCode.h',
176             'jit/JITCompilationEffort.h',
177             'jit/JITDriver.h',
178             'jit/JITExceptions.h',
179             'jit/JITInlineMethods.h',
180             'jit/JITStubCall.h',
181             'jit/JITStubs.h',
182             'jit/JITWriteBarrier.h',
183             'jit/JSInterfaceJIT.h',
184             'jit/SpecializedThunkJIT.h',
185             'jit/ThunkGenerators.h',
186             'parser/ASTBuilder.h',
187             'parser/Lexer.h',
188             'parser/NodeConstructors.h',
189             'parser/NodeInfo.h',
190             'parser/Nodes.h',
191             'parser/Parser.h',
192             'parser/ParserArena.h',
193             'parser/ParserTokens.h',
194             'parser/ResultType.h',
195             'parser/SourceCode.h',
196             'parser/SourceProvider.h',
197             'parser/SourceProviderCache.h',
198             'parser/SourceProviderCacheItem.h',
199             'parser/SyntaxChecker.h',
200             'profiler/CallIdentifier.h',
201             'profiler/Profile.h',
202             'profiler/ProfileGenerator.h',
203             'profiler/ProfileNode.h',
204             'profiler/Profiler.h',
205             'runtime/ArgList.h',
206             'runtime/Arguments.h',
207             'runtime/ArrayConstructor.h',
208             'runtime/ArrayPrototype.h',
209             'runtime/BatchedTransitionOptimizer.h',
210             'runtime/BigInteger.h',
211             'runtime/BooleanConstructor.h',
212             'runtime/BooleanObject.h',
213             'runtime/BooleanPrototype.h',
214             'runtime/CachedTranscendentalFunction.h',
215             'runtime/CallData.h',
216             'runtime/ClassInfo.h',
217             'runtime/CodeSpecializationKind.h',
218             'runtime/CommonIdentifiers.h',
219             'runtime/CommonSlowPaths.h',
220             'runtime/Completion.h',
221             'runtime/ConstructData.h',
222             'runtime/DateConstructor.h',
223             'runtime/DateConversion.h',
224             'runtime/DateInstance.h',
225             'runtime/DateInstanceCache.h',
226             'runtime/DatePrototype.h',
227             'runtime/Error.h',
228             'runtime/ErrorConstructor.h',
229             'runtime/ErrorInstance.h',
230             'runtime/ErrorPrototype.h',
231             'runtime/ExceptionHelpers.h',
232             'runtime/Executable.h',
233             'runtime/ExecutionHarness.h',
234             'runtime/FunctionConstructor.h',
235             'runtime/FunctionPrototype.h',
236             'runtime/GCActivityCallback.h',
237             'runtime/GetterSetter.h',
238             'runtime/Identifier.h',
239             'runtime/InitializeThreading.h',
240             'runtime/InternalFunction.h',
241             'runtime/Intrinsic.h',
242             'runtime/JSActivation.h',
243             'runtime/JSAPIValueWrapper.h',
244             'runtime/JSArray.h',
245             'runtime/JSBoundFunction.h',
246             'runtime/JSCell.h',
247             'runtime/JSChunk.h',
248             'runtime/JSDateMath.h',
249             'runtime/JSExportMacros.h',
250             'runtime/JSFunction.h',
251             'runtime/JSGlobalData.h',
252             'runtime/JSGlobalObject.h',
253             'runtime/JSGlobalObjectFunctions.h',
254             'runtime/JSGlobalThis.h',
255             'runtime/JSLock.h',
256             'runtime/JSNotAnObject.h',
257             'runtime/JSObject.h',
258             'runtime/JSONObject.h',
259             'runtime/JSPropertyNameIterator.h',
260             'runtime/JSStaticScopeObject.h',
261             'runtime/JSString.h',
262             'runtime/JSStringBuilder.h',
263             'runtime/JSStringJoiner.h',
264             'runtime/JSType.h',
265             'runtime/JSTypeInfo.h',
266             'runtime/JSValue.h',
267             'runtime/JSValueInlineMethods.h',
268             'runtime/JSVariableObject.h',
269             'runtime/JSWrapperObject.h',
270             'runtime/LiteralParser.h',
271             'runtime/Lookup.h',
272             'runtime/MatchResult.h',
273             'runtime/MathObject.h',
274             'runtime/MemoryStatistics.h',
275             'runtime/NameConstructor.h',
276             'runtime/NameInstance.h',
277             'runtime/NamePrototype.h',
278             'runtime/NativeErrorConstructor.h',
279             'runtime/NativeErrorPrototype.h',
280             'runtime/NumberConstructor.h',
281             'runtime/NumberObject.h',
282             'runtime/NumberPrototype.h',
283             'runtime/NumericStrings.h',
284             'runtime/ObjectConstructor.h',
285             'runtime/ObjectPrototype.h',
286             'runtime/Operations.h',
287             'runtime/Options.h',
288             'runtime/PropertyDescriptor.h',
289             'runtime/PropertyMapHashTable.h',
290             'runtime/PropertyNameArray.h',
291             'runtime/PropertySlot.h',
292             'runtime/Protect.h',
293             'runtime/PutPropertySlot.h',
294             'runtime/RegExp.h',
295             'runtime/RegExpCache.h',
296             'runtime/RegExpCachedResult.h',
297             'runtime/RegExpConstructor.h',
298             'runtime/RegExpKey.h',
299             'runtime/RegExpMatchesArray.h',
300             'runtime/RegExpObject.h',
301             'runtime/RegExpPrototype.h',
302             'runtime/SamplingCounter.h',
303             'runtime/ScopeChain.h',
304             'runtime/ScopeChainMark.h',
305             'runtime/SmallStrings.h',
306             'runtime/StorageBarrier.h',
307             'runtime/StrictEvalActivation.h',
308             'runtime/StringConstructor.h',
309             'runtime/StringObject.h',
310             'runtime/StringPrototype.h',
311             'runtime/StringRecursionChecker.h',
312             'runtime/Structure.h',
313             'runtime/StructureChain.h',
314             'runtime/StructureTransitionTable.h',
315             'runtime/SymbolTable.h',
316             'runtime/Terminator.h',
317             'runtime/TimeoutChecker.h',
318             'runtime/Tracing.h',
319             'runtime/Uint16WithFraction.h',
320             'runtime/UString.h',
321             'runtime/UStringBuilder.h',
322             'runtime/UStringConcatenate.h',
323             'runtime/WeakGCMap.h',
324             'runtime/WeakRandom.h',
325             'runtime/WriteBarrier.h',
326             'yarr/Yarr.h',
327             'yarr/YarrCanonicalizeUCS2.h',
328             'yarr/YarrInterpreter.h',
329             'yarr/YarrJIT.h',
330             'yarr/YarrParser.h',
331             'yarr/YarrPattern.h',
332             'yarr/YarrSyntaxChecker.h',
333         ],
334         'javascriptcore_files': [
335             'API/JSBase.cpp',
336             'API/JSCallbackConstructor.cpp',
337             'API/JSCallbackFunction.cpp',
338             'API/JSCallbackObject.cpp',
339             'API/JSClassRef.cpp',
340             'API/JSContextRef.cpp',
341             'API/JSObjectRef.cpp',
342             'API/JSProfilerPrivate.cpp',
343             'API/JSStringRef.cpp',
344             'API/JSStringRefBSTR.cpp',
345             'API/JSStringRefCF.cpp',
346             'API/JSValueRef.cpp',
347             'API/JSWeakObjectMapRefPrivate.cpp',
348             'API/OpaqueJSString.cpp',
349             'assembler/ARMAssembler.cpp',
350             'assembler/ARMv7Assembler.cpp',
351             'assembler/MacroAssemblerARM.cpp',
352             'assembler/MacroAssemblerSH4.cpp',
353             'bytecode/CallLinkInfo.cpp',
354             'bytecode/CallLinkStatus.cpp',
355             'bytecode/CodeBlock.cpp',
356             'bytecode/DFGExitProfile.cpp',
357             'bytecode/ExecutionCounter.cpp',
358             'bytecode/GetByIdStatus.cpp',
359             'bytecode/JumpTable.cpp',
360             'bytecode/LazyOperandValueProfile.cpp',
361             'bytecode/MethodCallLinkInfo.cpp',
362             'bytecode/MethodCallLinkStatus.cpp',
363             'bytecode/MethodOfGettingAValueProfile.cpp',
364             'bytecode/Opcode.cpp',
365             'bytecode/PolymorphicPutByIdList.cpp',
366             'bytecode/PredictedType.cpp',
367             'bytecode/PutByIdStatus.cpp',
368             'bytecode/SamplingTool.cpp',
369             'bytecode/StructureStubInfo.cpp',
370             'bytecompiler/BytecodeGenerator.cpp',
371             'bytecompiler/NodesCodegen.cpp',
372             'debugger/Debugger.cpp',
373             'debugger/DebuggerActivation.cpp',
374             'debugger/DebuggerCallFrame.cpp',
375             'dfg/DFGAbstractState.cpp',
376             'dfg/DFGAssemblyHelpers.cpp',
377             'dfg/DFGByteCodeParser.cpp',
378             'dfg/DFGCapabilities.cpp',
379             'dfg/DFGCFAPhase.cpp',
380             'dfg/DFGCorrectableJumpPoint.cpp',
381             'dfg/DFGCSEPhase.cpp',
382             'dfg/DFGDriver.cpp',
383             'dfg/DFGFixupPhase.cpp',
384             'dfg/DFGGraph.cpp',
385             'dfg/DFGJITCompiler.cpp',
386             'dfg/DFGNodeFlags.cpp',
387             'dfg/DFGOperations.cpp',
388             'dfg/DFGOSREntry.cpp',
389             'dfg/DFGOSRExit.cpp',
390             'dfg/DFGOSRExitCompiler.cpp',
391             'dfg/DFGOSRExitCompiler32_64.cpp',
392             'dfg/DFGOSRExitCompiler64.cpp',
393             'dfg/DFGPhase.cpp',
394             'dfg/DFGPredictionPropagationPhase.cpp',
395             'dfg/DFGRedundantPhiEliminationPhase.cpp',
396             'dfg/DFGRepatch.cpp',
397             'dfg/DFGSpeculativeJIT.cpp',
398             'dfg/DFGSpeculativeJIT32_64.cpp',
399             'dfg/DFGSpeculativeJIT64.cpp',
400             'dfg/DFGThunks.cpp',
401             'dfg/DFGVirtualRegisterAllocationPhase.cpp',
402             'heap/ConservativeRoots.cpp',
403             'heap/CopiedSpace.cpp',
404             'heap/DFGCodeBlocks.cpp',
405             'heap/HandleSet.cpp',
406             'heap/HandleStack.cpp',
407             'heap/BlockAllocator.cpp',
408             'heap/Heap.cpp',
409             'heap/MachineStackMarker.cpp',
410             'heap/MarkedAllocator.cpp',
411             'heap/MarkedBlock.cpp',
412             'heap/MarkedSpace.cpp',
413             'heap/MarkStack.cpp',
414             'heap/VTableSpectrum.cpp',
415             'heap/WeakBlock.cpp',
416             'heap/WeakHandleOwner.cpp',
417             'heap/WeakSet.cpp',
418             'heap/WriteBarrierSupport.cpp',
419             'interpreter/AbstractPC.cpp',
420             'interpreter/CallFrame.cpp',
421             'interpreter/Interpreter.cpp',
422             'interpreter/RegisterFile.cpp',
423             'jit/ExecutableAllocator.cpp',
424             'jit/ExecutableAllocatorFixedVMPool.cpp',
425             'jit/HostCallReturnValue.cpp',
426             'jit/JIT.cpp',
427             'jit/JITArithmetic.cpp',
428             'jit/JITArithmetic32_64.cpp',
429             'jit/JITCall.cpp',
430             'jit/JITCall32_64.cpp',
431             'jit/JITExceptions.cpp',
432             'jit/JITOpcodes.cpp',
433             'jit/JITOpcodes32_64.cpp',
434             'jit/JITPropertyAccess.cpp',
435             'jit/JITPropertyAccess32_64.cpp',
436             'jit/JITStubs.cpp',
437             'jit/ThunkGenerators.cpp',
438             'parser/Lexer.cpp',
439             'parser/Nodes.cpp',
440             'parser/Parser.cpp',
441             'parser/ParserArena.cpp',
442             'parser/SourceProviderCache.cpp',
443             'profiler/Profile.cpp',
444             'profiler/ProfileGenerator.cpp',
445             'profiler/ProfileNode.cpp',
446             'profiler/Profiler.cpp',
447             'runtime/ArgList.cpp',
448             'runtime/Arguments.cpp',
449             'runtime/ArrayConstructor.cpp',
450             'runtime/ArrayPrototype.cpp',
451             'runtime/BooleanConstructor.cpp',
452             'runtime/BooleanObject.cpp',
453             'runtime/BooleanPrototype.cpp',
454             'runtime/CallData.cpp',
455             'runtime/CommonIdentifiers.cpp',
456             'runtime/Completion.cpp',
457             'runtime/ConstructData.cpp',
458             'runtime/DateConstructor.cpp',
459             'runtime/DateConversion.cpp',
460             'runtime/DateInstance.cpp',
461             'runtime/DatePrototype.cpp',
462             'runtime/Error.cpp',
463             'runtime/ErrorConstructor.cpp',
464             'runtime/ErrorInstance.cpp',
465             'runtime/ErrorPrototype.cpp',
466             'runtime/ExceptionHelpers.cpp',
467             'runtime/Executable.cpp',
468             'runtime/FunctionConstructor.cpp',
469             'runtime/FunctionPrototype.cpp',
470             'runtime/GCActivityCallback.cpp',
471             'runtime/GCActivityCallbackCF.cpp',
472             'runtime/GetterSetter.cpp',
473             'runtime/Identifier.cpp',
474             'runtime/InitializeThreading.cpp',
475             'runtime/InternalFunction.cpp',
476             'runtime/JSActivation.cpp',
477             'runtime/JSAPIValueWrapper.cpp',
478             'runtime/JSArray.cpp',
479             'runtime/JSBoundFunction.cpp',
480             'runtime/JSCell.cpp',
481             'runtime/JSChunk.cpp',
482             'runtime/JSDateMath.cpp',
483             'runtime/JSFunction.cpp',
484             'runtime/JSGlobalData.cpp',
485             'runtime/JSGlobalObject.cpp',
486             'runtime/JSGlobalObjectFunctions.cpp',
487             'runtime/JSGlobalThis.cpp',
488             'runtime/JSLock.cpp',
489             'runtime/JSNotAnObject.cpp',
490             'runtime/JSObject.cpp',
491             'runtime/JSONObject.cpp',
492             'runtime/JSPropertyNameIterator.cpp',
493             'runtime/JSStaticScopeObject.cpp',
494             'runtime/JSString.cpp',
495             'runtime/JSStringJoiner.cpp',
496             'runtime/JSValue.cpp',
497             'runtime/JSVariableObject.cpp',
498             'runtime/JSWrapperObject.cpp',
499             'runtime/LiteralParser.cpp',
500             'runtime/Lookup.cpp',
501             'runtime/MathObject.cpp',
502             'runtime/MemoryStatistics.cpp',
503             'runtime/NameConstructor.cpp',
504             'runtime/NameInstance.cpp',
505             'runtime/NamePrototype.cpp',
506             'runtime/NativeErrorConstructor.cpp',
507             'runtime/NativeErrorPrototype.cpp',
508             'runtime/NumberConstructor.cpp',
509             'runtime/NumberObject.cpp',
510             'runtime/NumberPrototype.cpp',
511             'runtime/ObjectConstructor.cpp',
512             'runtime/ObjectPrototype.cpp',
513             'runtime/Operations.cpp',
514             'runtime/Options.cpp',
515             'runtime/PropertyDescriptor.cpp',
516             'runtime/PropertyNameArray.cpp',
517             'runtime/PropertySlot.cpp',
518             'runtime/RegExp.cpp',
519             'runtime/RegExpCache.cpp',
520             'runtime/RegExpCachedResult.cpp',
521             'runtime/RegExpConstructor.cpp',
522             'runtime/RegExpMatchesArray.cpp',
523             'runtime/RegExpObject.cpp',
524             'runtime/RegExpPrototype.cpp',
525             'runtime/SamplingCounter.cpp',
526             'runtime/ScopeChain.cpp',
527             'runtime/SmallStrings.cpp',
528             'runtime/StrictEvalActivation.cpp',
529             'runtime/StringConstructor.cpp',
530             'runtime/StringObject.cpp',
531             'runtime/StringPrototype.cpp',
532             'runtime/StringRecursionChecker.cpp',
533             'runtime/Structure.cpp',
534             'runtime/StructureChain.cpp',
535             'runtime/TimeoutChecker.cpp',
536             'runtime/UString.cpp',
537             'tools/CodeProfile.cpp',
538             'tools/CodeProfiling.cpp',
539             'yarr/YarrCanonicalizeUCS2.cpp',
540             'yarr/YarrInterpreter.cpp',
541             'yarr/YarrJIT.cpp',
542             'yarr/YarrPattern.cpp',
543             'yarr/YarrSyntaxChecker.cpp',
544         ],
545         'javascriptcore_derived_source_files': [
546             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h',
547             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpJitTables.h',
548             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h',
549             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h',
550             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayPrototype.lut.h',
551             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/BooleanPrototype.lut.h',
552             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DateConstructor.lut.h',
553             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DatePrototype.lut.h',
554             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ErrorPrototype.lut.h',
555             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSGlobalObject.lut.h',
556             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSONObject.lut.h',
557             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/MathObject.lut.h',
558             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NamePrototype.lut.h',
559             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberConstructor.lut.h',
560             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberPrototype.lut.h',
561             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectConstructor.lut.h',
562             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectPrototype.lut.h',
563             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpConstructor.lut.h',
564             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpObject.lut.h',
565             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpPrototype.lut.h',
566             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringConstructor.lut.h',
567             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringPrototype.lut.h',
568         ],
569         'minidom_files': [
570             'API/tests/JSNode.c',
571             'API/tests/JSNode.h',
572             'API/tests/JSNodeList.c',
573             'API/tests/JSNodeList.h',
574             'API/tests/Node.c',
575             'API/tests/Node.h',
576             'API/tests/NodeList.c',
577             'API/tests/NodeList.h',
578             'API/tests/minidom.c',
579         ],
580         'minidom_support_files': [
581             'API/tests/minidom.js',
582         ],
583         'testapi_files': [
584             'API/tests/testapi.c',
585         ],
586         'testapi_support_files': [
587             'API/tests/testapi.js',
588         ],
589         'jsc_files': [
590             'jsc.cpp',
591         ],
592     }
593 }