initial import
[vuplus_webkit] / 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/JSBase.h',
7             'API/JSContextRef.h',
8             'API/JSObjectRef.h',
9             'API/JSStringRef.h',
10             'API/JSStringRefCF.h',
11             'API/JSValueRef.h',
12             'API/JavaScript.h',
13             'API/JavaScriptCore.h',
14             'API/WebKitAvailability.h',
15         ],
16         # These headers are part of JavaScriptCore's private API in the Apple Mac build.
17         'javascriptcore_privateheader_files': [
18             'API/APICast.h',
19             'API/APIShims.h',
20             'API/JSBasePrivate.h',
21             'API/JSContextRefPrivate.h',
22             'API/JSObjectRefPrivate.h',
23             'API/JSProfilerPrivate.h',
24             'API/JSRetainPtr.h',
25             'API/JSWeakObjectMapRefInternal.h',
26             'API/JSWeakObjectMapRefPrivate.h',
27             'API/OpaqueJSString.h',
28             'assembler/MacroAssemblerCodeRef.h',
29             'bytecode/Opcode.h',
30             'heap/ConservativeRoots.h',
31             'heap/Handle.h',
32             'heap/HandleHeap.h',
33             'heap/SlotVisitor.h',
34             'heap/HandleStack.h',
35             'heap/HandleTypes.h',
36             'heap/Heap.h',
37             'heap/Local.h',
38             'heap/LocalScope.h',
39             'heap/Strong.h',
40             'heap/Weak.h',
41             'config.h',
42             'debugger/Debugger.h',
43             'debugger/DebuggerActivation.h',
44             'debugger/DebuggerCallFrame.h',
45             'interpreter/CallFrame.h',
46             'interpreter/Interpreter.h',
47             'interpreter/Register.h',
48             'interpreter/RegisterFile.h',
49             'jit/ExecutableAllocator.h',
50             'jit/JITCode.h',
51             'jit/JITStubs.h',
52             'jit/ThunkGenerators.h',
53             'parser/ResultType.h',
54             'parser/SourceCode.h',
55             'parser/SourceProvider.h',
56             'parser/SourceProviderCache.h',
57             'profiler/CallIdentifier.h',
58             'profiler/Profile.h',
59             'profiler/ProfileNode.h',
60             'profiler/Profiler.h',
61             'runtime/ArgList.h',
62             'runtime/ArrayPrototype.h',
63             'runtime/BooleanObject.h',
64             'runtime/CachedTranscendentalFunction.h',
65             'runtime/CallData.h',
66             'runtime/ClassInfo.h',
67             'runtime/CommonIdentifiers.h',
68             'runtime/Completion.h',
69             'runtime/ConstructData.h',
70             'runtime/DateInstance.h',
71             'runtime/DateInstanceCache.h',
72             'runtime/Error.h',
73             'runtime/ExceptionHelpers.h',
74             'runtime/FunctionConstructor.h',
75             'runtime/FunctionPrototype.h',
76             'runtime/GCActivityCallback.h',
77             'runtime/Identifier.h',
78             'runtime/InitializeThreading.h',
79             'runtime/InternalFunction.h',
80             'runtime/JSAPIValueWrapper.h',
81             'runtime/JSArray.h',
82             'runtime/JSByteArray.h',
83             'runtime/JSCell.h',
84             'runtime/JSFunction.h',
85             'runtime/JSGlobalData.h',
86             'runtime/JSGlobalObject.h',
87             'runtime/JSLock.h',
88             'runtime/JSObject.h',
89             'runtime/JSString.h',
90             'runtime/JSType.h',
91             'runtime/JSTypeInfo.h',
92             'runtime/JSValue.h',
93             'runtime/JSValueInlineMethods.h',
94             'runtime/JSVariableObject.h',
95             'runtime/JSWrapperObject.h',
96             'runtime/Lookup.h',
97             'runtime/MathObject.h',
98             'runtime/MemoryStatistics.h',
99             'runtime/NumberObject.h',
100             'runtime/NumberPrototype.h',
101             'runtime/NumericStrings.h',
102             'runtime/ObjectPrototype.h',
103             'runtime/Operations.h',
104             'runtime/PropertyDescriptor.h',
105             'runtime/PropertyMapHashTable.h',
106             'runtime/PropertyNameArray.h',
107             'runtime/PropertySlot.h',
108             'runtime/Protect.h',
109             'runtime/PutPropertySlot.h',
110             'runtime/RegExp.h',
111             'runtime/RegExpKey.h',
112             'runtime/RegExpCache.h',
113             'runtime/RegExpObject.h',
114             'runtime/RopeImpl.h',
115             'runtime/ScopeChain.h',
116             'runtime/SmallStrings.h',
117             'runtime/StorageBarrier.h',
118             'runtime/StringObject.h',
119             'runtime/StringObjectThatMasqueradesAsUndefined.h',
120             'runtime/StringPrototype.h',
121             'runtime/Structure.h',
122             'runtime/StructureChain.h',
123             'runtime/StructureTransitionTable.h',
124             'runtime/SymbolTable.h',
125             'runtime/Terminator.h',
126             'runtime/TimeoutChecker.h',
127             'runtime/UString.h',
128             'runtime/UStringBuilder.h',
129             'runtime/WeakGCMap.h',
130             'runtime/WeakRandom.h',
131             'runtime/WriteBarrier.h',
132             'wtf/ASCIICType.h',
133             'wtf/AVLTree.h',
134             'wtf/Alignment.h',
135             'wtf/AlwaysInline.h',
136             'wtf/Assertions.h',
137             'wtf/Atomics.h',
138             'wtf/Bitmap.h',
139             'wtf/BlockStack.h',
140             'wtf/BloomFilter.h',
141             'wtf/BumpPointerAllocator.h',
142             'wtf/ByteArray.h',
143             'wtf/CheckedArithmetic.h',
144             'wtf/Compiler.h',
145             'wtf/Complex.h',
146             'wtf/CrossThreadRefCounted.h',
147             'wtf/CryptographicallyRandomNumber.h',
148             'wtf/CurrentTime.h',
149             'wtf/DateMath.h',
150             'wtf/DecimalNumber.h',
151             'wtf/Decoder.h',
152             'wtf/Deque.h',
153             'wtf/DisallowCType.h',
154             'wtf/DoublyLinkedList.h',
155             'wtf/Encoder.h',
156             'wtf/FastAllocBase.h',
157             'wtf/FastMalloc.h',
158             'wtf/FixedArray.h',
159             'wtf/Forward.h',
160             'wtf/GetPtr.h',
161             'wtf/HashCountedSet.h',
162             'wtf/HashFunctions.h',
163             'wtf/HashIterators.h',
164             'wtf/HashMap.h',
165             'wtf/HashSet.h',
166             'wtf/HashTable.h',
167             'wtf/HashTraits.h',
168             'wtf/HexNumber.h',
169             'wtf/ListHashSet.h',
170             'wtf/ListRefPtr.h',
171             'wtf/Locker.h',
172             'wtf/MD5.h',
173             'wtf/MainThread.h',
174             'wtf/MathExtras.h',
175             'wtf/MessageQueue.h',
176             'wtf/NonCopyingSort.h',
177             'wtf/Noncopyable.h',
178             'wtf/NotFound.h',
179             'wtf/NullPtr.h',
180             'wtf/OSAllocator.h',
181             'wtf/OwnArrayPtr.h',
182             'wtf/OwnFastMallocPtr.h',
183             'wtf/OwnPtr.h',
184             'wtf/OwnPtrCommon.h',
185             'wtf/PageAllocation.h',
186             'wtf/PageAllocationAligned.h',
187             'wtf/PageBlock.h',
188             'wtf/PageReservation.h',
189             'wtf/PassOwnArrayPtr.h',
190             'wtf/PassOwnPtr.h',
191             'wtf/PassRefPtr.h',
192             'wtf/PassTraits.h',
193             'wtf/Platform.h',
194             'wtf/PossiblyNull.h',
195             'wtf/RandomNumber.h',
196             'wtf/RefCounted.h',
197             'wtf/RefCountedLeakCounter.h',
198             'wtf/RefPtr.h',
199             'wtf/RefPtrHashMap.h',
200             'wtf/RetainPtr.h',
201             'wtf/SentinelLinkedList.h',
202             'wtf/SinglyLinkedList.h',
203             'wtf/StackBounds.h',
204             'wtf/StaticConstructors.h',
205             'wtf/StdLibExtras.h',
206             'wtf/StringExtras.h',
207             'wtf/StringHasher.h',
208             'wtf/ThreadSafeRefCounted.h',
209             'wtf/ThreadSpecific.h',
210             'wtf/ThreadRestrictionVerifier.h',
211             'wtf/Threading.h',
212             'wtf/ThreadingPrimitives.h',
213             'wtf/TypeTraits.h',
214             'wtf/UnusedParam.h',
215             'wtf/VMTags.h',
216             'wtf/ValueCheck.h',
217             'wtf/Vector.h',
218             'wtf/VectorTraits.h',
219             'wtf/WTFThreadData.h',
220             'wtf/dtoa.h',
221             'wtf/dtoa/bignum-dtoa.h',
222             'wtf/dtoa/bignum.h',
223             'wtf/dtoa/cached-powers.h',
224             'wtf/dtoa/diy-fp.h',
225             'wtf/dtoa/double-conversion.h',
226             'wtf/dtoa/double.h',
227             'wtf/dtoa/fast-dtoa.h',
228             'wtf/dtoa/fixed-dtoa.h',
229             'wtf/dtoa/strtod.h',
230             'wtf/dtoa/utils.h',
231             'wtf/text/AtomicString.h',
232             'wtf/text/AtomicStringHash.h',
233             'wtf/text/AtomicStringImpl.h',
234             'wtf/text/CString.h',
235             'wtf/text/StringBuffer.h',
236             'wtf/text/StringBuilder.h',
237             'wtf/text/StringConcatenate.h',
238             'wtf/text/StringHash.h',
239             'wtf/text/StringImpl.h',
240             'wtf/text/StringImplBase.h',
241             'wtf/text/StringOperators.h',
242             'wtf/text/TextPosition.h',
243             'wtf/text/WTFString.h',
244             'wtf/threads/BinarySemaphore.h',
245             'wtf/unicode/CharacterNames.h',
246             'wtf/unicode/Collator.h',
247             'wtf/unicode/UTF8.h',
248             'wtf/unicode/Unicode.h',
249             'wtf/unicode/icu/UnicodeIcu.h',
250             'yarr/Yarr.h',
251             'yarr/YarrInterpreter.h',
252             'yarr/YarrPattern.h',
253         ],
254         'javascriptcore_files': [
255             'API/APIShims.h',
256             'API/JSBase.cpp',
257             'API/JSCallbackConstructor.cpp',
258             'API/JSCallbackConstructor.h',
259             'API/JSCallbackFunction.cpp',
260             'API/JSCallbackFunction.h',
261             'API/JSCallbackObject.cpp',
262             'API/JSCallbackObject.h',
263             'API/JSCallbackObjectFunctions.h',
264             'API/JSClassRef.cpp',
265             'API/JSClassRef.h',
266             'API/JSContextRef.cpp',
267             'API/JSObjectRef.cpp',
268             'API/JSProfilerPrivate.cpp',
269             'API/JSStringRef.cpp',
270             'API/JSStringRefBSTR.cpp',
271             'API/JSStringRefBSTR.h',
272             'API/JSStringRefCF.cpp',
273             'API/JSValueRef.cpp',
274             'API/JSWeakObjectMapRefPrivate.cpp',
275             'API/OpaqueJSString.cpp',
276             'AllInOneFile.cpp',
277             'ForwardingHeaders/JavaScriptCore/APICast.h',
278             'ForwardingHeaders/JavaScriptCore/APIShims.h',
279             'ForwardingHeaders/JavaScriptCore/JSBase.h',
280             'ForwardingHeaders/JavaScriptCore/JSContextRef.h',
281             'ForwardingHeaders/JavaScriptCore/JSObjectRef.h',
282             'ForwardingHeaders/JavaScriptCore/JSRetainPtr.h',
283             'ForwardingHeaders/JavaScriptCore/JSStringRef.h',
284             'ForwardingHeaders/JavaScriptCore/JSStringRefCF.h',
285             'ForwardingHeaders/JavaScriptCore/JSValueRef.h',
286             'ForwardingHeaders/JavaScriptCore/JavaScript.h',
287             'ForwardingHeaders/JavaScriptCore/JavaScriptCore.h',
288             'ForwardingHeaders/JavaScriptCore/OpaqueJSString.h',
289             'ForwardingHeaders/JavaScriptCore/WebKitAvailability.h',
290             'JavaScriptCorePrefix.h',
291             'assembler/ARMAssembler.cpp',
292             'assembler/ARMAssembler.h',
293             'assembler/ARMv7Assembler.cpp',
294             'assembler/ARMv7Assembler.h',
295             'assembler/AbstractMacroAssembler.h',
296             'assembler/AssemblerBuffer.h',
297             'assembler/AssemblerBufferWithConstantPool.h',
298             'assembler/CodeLocation.h',
299             'assembler/LinkBuffer.h',
300             'assembler/MIPSAssembler.h',
301             'assembler/MacroAssembler.h',
302             'assembler/MacroAssemblerARM.cpp',
303             'assembler/MacroAssemblerARM.h',
304             'assembler/MacroAssemblerARMv7.h',
305             'assembler/MacroAssemblerMIPS.h',
306             'assembler/MacroAssemblerX86.h',
307             'assembler/MacroAssemblerX86Common.h',
308             'assembler/MacroAssemblerX86_64.h',
309             'assembler/RepatchBuffer.h',
310             'assembler/X86Assembler.h',
311             'bytecode/CodeBlock.cpp',
312             'bytecode/CodeBlock.h',
313             'bytecode/EvalCodeCache.h',
314             'bytecode/Instruction.h',
315             'bytecode/JumpTable.cpp',
316             'bytecode/JumpTable.h',
317             'bytecode/Opcode.cpp',
318             'bytecode/SamplingTool.cpp',
319             'bytecode/SamplingTool.h',
320             'bytecode/StructureStubInfo.cpp',
321             'bytecode/StructureStubInfo.h',
322             'bytecompiler/BytecodeGenerator.cpp',
323             'bytecompiler/BytecodeGenerator.h',
324             'bytecompiler/Label.h',
325             'bytecompiler/LabelScope.h',
326             'bytecompiler/NodesCodegen.cpp',
327             'bytecompiler/RegisterID.h',
328             'heap/ConservativeRoots.cpp',
329             'heap/HandleHeap.cpp',
330             'heap/HandleStack.cpp',
331             'heap/Heap.cpp',
332             'heap/MachineStackMarker.cpp',
333             'heap/MachineStackMarker.h',
334             'heap/MarkStack.cpp',
335             'heap/MarkStack.h',
336             'heap/HeapRootVisitor.h',
337             'heap/MarkedBlock.cpp',
338             'heap/MarkedBlock.h',
339             'heap/MarkedBlockSet.h',
340             'heap/TinyBloomFilter.h',
341             'heap/NewSpace.cpp',
342             'heap/NewSpace.h',
343             'debugger/Debugger.cpp',
344             'debugger/DebuggerActivation.cpp',
345             'debugger/DebuggerCallFrame.cpp',
346             'dfg/DFGAliasTracker.h',
347             'dfg/DFGByteCodeParser.cpp',
348             'dfg/DFGByteCodeParser.h',
349             'dfg/DFGGenerationInfo.h',
350             'dfg/DFGGraph.cpp',
351             'dfg/DFGGraph.h',
352             'dfg/DFGJITCodeGenerator.cpp',
353             'dfg/DFGJITCodeGenerator.h',
354             'dfg/DFGJITCompiler.cpp',
355             'dfg/DFGJITCompiler.h',
356             'dfg/DFGNode.h',
357             'dfg/DFGNonSpeculativeJIT.cpp',
358             'dfg/DFGNonSpeculativeJIT.h',
359             'dfg/DFGOperations.cpp',
360             'dfg/DFGOperations.h',
361             'dfg/DFGRegisterBank.h',
362             'dfg/DFGScoreBoard.h',
363             'dfg/DFGSpeculativeJIT.cpp',
364             'dfg/DFGSpeculativeJIT.h',
365             'icu/unicode/parseerr.h',
366             'icu/unicode/platform.h',
367             'icu/unicode/putil.h',
368             'icu/unicode/uchar.h',
369             'icu/unicode/ucnv.h',
370             'icu/unicode/ucnv_err.h',
371             'icu/unicode/ucol.h',
372             'icu/unicode/uconfig.h',
373             'icu/unicode/uenum.h',
374             'icu/unicode/uiter.h',
375             'icu/unicode/uloc.h',
376             'icu/unicode/umachine.h',
377             'icu/unicode/unorm.h',
378             'icu/unicode/urename.h',
379             'icu/unicode/uscript.h',
380             'icu/unicode/uset.h',
381             'icu/unicode/ustring.h',
382             'icu/unicode/utf.h',
383             'icu/unicode/utf16.h',
384             'icu/unicode/utf8.h',
385             'icu/unicode/utf_old.h',
386             'icu/unicode/utypes.h',
387             'icu/unicode/uversion.h',
388             'interpreter/CachedCall.h',
389             'interpreter/CallFrame.cpp',
390             'interpreter/CallFrameClosure.h',
391             'interpreter/Interpreter.cpp',
392             'interpreter/RegisterFile.cpp',
393             'jit/ExecutableAllocator.cpp',
394             'jit/ExecutableAllocatorFixedVMPool.cpp',
395             'jit/JIT.cpp',
396             'jit/JIT.h',
397             'jit/JITArithmetic.cpp',
398             'jit/JITArithmetic32_64.cpp',
399             'jit/JITCall.cpp',
400             'jit/JITCall32_64.cpp',
401             'jit/JITInlineMethods.h',
402             'jit/JITOpcodes.cpp',
403             'jit/JITOpcodes32_64.cpp',
404             'jit/JITPropertyAccess.cpp',
405             'jit/JITPropertyAccess32_64.cpp',
406             'jit/JITStubCall.h',
407             'jit/JITStubs.cpp',
408             'jit/JSInterfaceJIT.h',
409             'jit/SpecializedThunkJIT.h',
410             'jit/ThunkGenerators.cpp',
411             'os-win32/WinMain.cpp',
412             'os-win32/inttypes.h',
413             'os-win32/stdbool.h',
414             'os-win32/stdint.h',
415             'parser/ASTBuilder.h',
416             'parser/JSParser.cpp',
417             'parser/JSParser.h',
418             'parser/Lexer.cpp',
419             'parser/Lexer.h',
420             'parser/NodeConstructors.h',
421             'parser/NodeInfo.h',
422             'parser/Nodes.cpp',
423             'parser/Nodes.h',
424             'parser/Parser.cpp',
425             'parser/Parser.h',
426             'parser/ParserArena.cpp',
427             'parser/ParserArena.h',
428             'parser/SourceProviderCache.cpp',
429             'parser/SourceProviderCacheItem.h',
430             'parser/SyntaxChecker.h',
431             'profiler/Profile.cpp',
432             'profiler/ProfileGenerator.cpp',
433             'profiler/ProfileGenerator.h',
434             'profiler/ProfileNode.cpp',
435             'profiler/Profiler.cpp',
436             'profiler/ProfilerServer.h',
437             'profiler/ProfilerServer.mm',
438             'qt/api/qscriptconverter_p.h',
439             'qt/api/qscriptengine.cpp',
440             'qt/api/qscriptengine.h',
441             'qt/api/qscriptengine_p.cpp',
442             'qt/api/qscriptengine_p.h',
443             'qt/api/qscriptfunction.cpp',
444             'qt/api/qscriptfunction_p.h',
445             'qt/api/qscriptoriginalglobalobject_p.h',
446             'qt/api/qscriptprogram.cpp',
447             'qt/api/qscriptprogram.h',
448             'qt/api/qscriptprogram_p.h',
449             'qt/api/qscriptstring.cpp',
450             'qt/api/qscriptstring.h',
451             'qt/api/qscriptstring_p.h',
452             'qt/api/qscriptsyntaxcheckresult.cpp',
453             'qt/api/qscriptsyntaxcheckresult.h',
454             'qt/api/qscriptsyntaxcheckresult_p.h',
455             'qt/api/qscriptvalue.cpp',
456             'qt/api/qscriptvalue.h',
457             'qt/api/qscriptvalue_p.h',
458             'qt/api/qscriptvalueiterator.cpp',
459             'qt/api/qscriptvalueiterator.h',
460             'qt/api/qscriptvalueiterator_p.h',
461             'qt/api/qtscriptglobal.h',
462             'qt/benchmarks/qscriptengine/tst_qscriptengine.cpp',
463             'qt/benchmarks/qscriptvalue/tst_qscriptvalue.cpp',
464             'qt/tests/qscriptengine/tst_qscriptengine.cpp',
465             'qt/tests/qscriptstring/tst_qscriptstring.cpp',
466             'qt/tests/qscriptvalue/tst_qscriptvalue.cpp',
467             'qt/tests/qscriptvalue/tst_qscriptvalue.h',
468             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_comparison.cpp',
469             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_init.cpp',
470             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_istype.cpp',
471             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_totype.cpp',
472             'qt/tests/qscriptvalueiterator/tst_qscriptvalueiterator.cpp',
473             'runtime/ArgList.cpp',
474             'runtime/Arguments.cpp',
475             'runtime/Arguments.h',
476             'runtime/ArrayConstructor.cpp',
477             'runtime/ArrayConstructor.h',
478             'runtime/ArrayPrototype.cpp',
479             'runtime/BatchedTransitionOptimizer.h',
480             'runtime/BooleanConstructor.cpp',
481             'runtime/BooleanConstructor.h',
482             'runtime/BooleanObject.cpp',
483             'runtime/BooleanPrototype.cpp',
484             'runtime/BooleanPrototype.h',
485             'runtime/CallData.cpp',
486             'runtime/CommonIdentifiers.cpp',
487             'runtime/Completion.cpp',
488             'runtime/ConstructData.cpp',
489             'runtime/DateConstructor.cpp',
490             'runtime/DateConstructor.h',
491             'runtime/DateConversion.cpp',
492             'runtime/DateConversion.h',
493             'runtime/DateInstance.cpp',
494             'runtime/DatePrototype.cpp',
495             'runtime/DatePrototype.h',
496             'runtime/Error.cpp',
497             'runtime/ErrorConstructor.cpp',
498             'runtime/ErrorConstructor.h',
499             'runtime/ErrorInstance.cpp',
500             'runtime/ErrorInstance.h',
501             'runtime/ErrorPrototype.cpp',
502             'runtime/ErrorPrototype.h',
503             'runtime/ExceptionHelpers.cpp',
504             'runtime/Executable.cpp',
505             'runtime/Executable.h',
506             'runtime/FunctionConstructor.cpp',
507             'runtime/FunctionPrototype.cpp',
508             'runtime/GCActivityCallback.cpp',
509             'runtime/GCActivityCallbackCF.cpp',
510             'runtime/GetterSetter.cpp',
511             'runtime/GetterSetter.h',
512             'runtime/Identifier.cpp',
513             'runtime/InitializeThreading.cpp',
514             'runtime/InternalFunction.cpp',
515             'runtime/JSAPIValueWrapper.cpp',
516             'runtime/JSActivation.cpp',
517             'runtime/JSActivation.h',
518             'runtime/JSArray.cpp',
519             'runtime/JSByteArray.cpp',
520             'runtime/JSCell.cpp',
521             'runtime/JSFunction.cpp',
522             'runtime/JSGlobalData.cpp',
523             'runtime/JSGlobalObject.cpp',
524             'runtime/JSGlobalObjectFunctions.cpp',
525             'runtime/JSGlobalObjectFunctions.h',
526             'runtime/JSLock.cpp',
527             'runtime/JSNotAnObject.cpp',
528             'runtime/JSNotAnObject.h',
529             'runtime/JSONObject.cpp',
530             'runtime/JSONObject.h',
531             'runtime/JSObject.cpp',
532             'runtime/JSPropertyNameIterator.cpp',
533             'runtime/JSPropertyNameIterator.h',
534             'runtime/JSStaticScopeObject.cpp',
535             'runtime/JSStaticScopeObject.h',
536             'runtime/JSString.cpp',
537             'runtime/JSStringBuilder.h',
538             'runtime/JSValue.cpp',
539             'runtime/JSVariableObject.cpp',
540             'runtime/JSWrapperObject.cpp',
541             'runtime/LiteralParser.cpp',
542             'runtime/LiteralParser.h',
543             'runtime/Lookup.cpp',
544             'runtime/MathObject.cpp',
545             'runtime/MemoryStatistics.cpp',
546             'runtime/NativeErrorConstructor.cpp',
547             'runtime/NativeErrorConstructor.h',
548             'runtime/NativeErrorPrototype.cpp',
549             'runtime/NativeErrorPrototype.h',
550             'runtime/NumberConstructor.cpp',
551             'runtime/NumberConstructor.h',
552             'runtime/NumberObject.cpp',
553             'runtime/NumberPrototype.cpp',
554             'runtime/ObjectConstructor.cpp',
555             'runtime/ObjectConstructor.h',
556             'runtime/ObjectPrototype.cpp',
557             'runtime/Operations.cpp',
558             'runtime/PropertyDescriptor.cpp',
559             'runtime/PropertyNameArray.cpp',
560             'runtime/PropertySlot.cpp',
561             'runtime/RegExp.cpp',
562             'runtime/RegExpCache.cpp',
563             'runtime/RegExpConstructor.cpp',
564             'runtime/RegExpConstructor.h',
565             'runtime/RegExpMatchesArray.h',
566             'runtime/RegExpObject.cpp',
567             'runtime/RegExpPrototype.cpp',
568             'runtime/RegExpPrototype.h',
569             'runtime/RopeImpl.cpp',
570             'runtime/ScopeChain.cpp',
571             'runtime/ScopeChainMark.h',
572             'runtime/SmallStrings.cpp',
573             'runtime/StrictEvalActivation.cpp',
574             'runtime/StrictEvalActivation.h',
575             'runtime/StringConstructor.cpp',
576             'runtime/StringConstructor.h',
577             'runtime/StringObject.cpp',
578             'runtime/StringPrototype.cpp',
579             'runtime/StringRecursionChecker.cpp',
580             'runtime/StringRecursionChecker.h',
581             'runtime/Structure.cpp',
582             'runtime/StructureChain.cpp',
583             'runtime/TimeoutChecker.cpp',
584             'runtime/Tracing.d',
585             'runtime/Tracing.h',
586             'runtime/UString.cpp',
587             'runtime/UStringConcatenate.h',
588             'wtf/Assertions.cpp',
589             'wtf/ByteArray.cpp',
590             'wtf/CryptographicallyRandomNumber.cpp',
591             'wtf/CurrentTime.cpp',
592             'wtf/DateMath.cpp',
593             'wtf/DecimalNumber.cpp',
594             'wtf/DynamicAnnotations.cpp',
595             'wtf/DynamicAnnotations.h',
596             'wtf/FastMalloc.cpp',
597             'wtf/HashTable.cpp',
598             'wtf/MD5.cpp',
599             'wtf/MainThread.cpp',
600             'wtf/MallocZoneSupport.h',
601             'wtf/NullPtr.cpp',
602             'wtf/OSAllocatorPosix.cpp',
603             'wtf/OSAllocatorSymbian.cpp',
604             'wtf/OSAllocatorWin.cpp',
605             'wtf/OSRandomSource.cpp',
606             'wtf/OSRandomSource.h',
607             'wtf/PageAllocationAligned.cpp',
608             'wtf/PageAllocatorSymbian.h',
609             'wtf/PageBlock.cpp',
610             'wtf/RandomNumber.cpp',
611             'wtf/RandomNumberSeed.h',
612             'wtf/RefCountedLeakCounter.cpp',
613             'wtf/SHA1.cpp',
614             'wtf/SHA1.h',
615             'wtf/SegmentedVector.h',
616             'wtf/SizeLimits.cpp',
617             'wtf/StackBounds.cpp',
618             'wtf/StringExtras.cpp',
619             'wtf/TCPackedCache.h',
620             'wtf/TCPageMap.h',
621             'wtf/TCSpinLock.h',
622             'wtf/TCSystemAlloc.cpp',
623             'wtf/TCSystemAlloc.h',
624             'wtf/ThreadFunctionInvocation.h',
625             'wtf/ThreadIdentifierDataPthreads.cpp',
626             'wtf/ThreadIdentifierDataPthreads.h',
627             'wtf/ThreadSpecificWin.cpp',
628             'wtf/Threading.cpp',
629             'wtf/ThreadingPthreads.cpp',
630             'wtf/ThreadingWin.cpp',
631             'wtf/TypeTraits.cpp',
632             'wtf/WTFThreadData.cpp',
633             'wtf/brew/MainThreadBrew.cpp',
634             'wtf/brew/OwnPtrBrew.cpp',
635             'wtf/brew/RefPtrBrew.h',
636             'wtf/brew/ShellBrew.h',
637             'wtf/brew/StringBrew.cpp',
638             'wtf/brew/SystemMallocBrew.h',
639             'wtf/chromium/ChromiumThreading.h',
640             'wtf/chromium/MainThreadChromium.cpp',
641             'wtf/dtoa.cpp',
642             'wtf/dtoa/bignum-dtoa.cc',
643             'wtf/dtoa/bignum.cc',
644             'wtf/dtoa/cached-powers.cc',
645             'wtf/dtoa/diy-fp.cc',
646             'wtf/dtoa/double-conversion.cc',
647             'wtf/dtoa/fast-dtoa.cc',
648             'wtf/dtoa/fixed-dtoa.cc',
649             'wtf/dtoa/strtod.cc',
650             'wtf/efl/MainThreadEfl.cpp',
651             'wtf/gobject/GOwnPtr.cpp',
652             'wtf/gobject/GOwnPtr.h',
653             'wtf/gobject/GRefPtr.cpp',
654             'wtf/gobject/GRefPtr.h',
655             'wtf/gobject/GTypedefs.h',
656             'wtf/gtk/MainThreadGtk.cpp',
657             'wtf/gtk/ThreadingGtk.cpp',
658             'wtf/haiku/MainThreadHaiku.cpp',
659             'wtf/haiku/StringHaiku.cpp',
660             'wtf/mac/MainThreadMac.mm',
661             'wtf/qt/MainThreadQt.cpp',
662             'wtf/qt/StringQt.cpp',
663             'wtf/qt/ThreadingQt.cpp',
664             'wtf/text/AtomicString.cpp',
665             'wtf/text/CString.cpp',
666             'wtf/text/StringBuilder.cpp',
667             'wtf/text/StringImpl.cpp',
668             'wtf/text/StringStatics.cpp',
669             'wtf/text/WTFString.cpp',
670             'wtf/threads/BinarySemaphore.cpp',            
671             'wtf/unicode/CollatorDefault.cpp',
672             'wtf/unicode/ScriptCodesFromICU.h',
673             'wtf/unicode/UTF8.cpp',
674             'wtf/unicode/UnicodeMacrosFromICU.h',
675             'wtf/unicode/brew/UnicodeBrew.cpp',
676             'wtf/unicode/brew/UnicodeBrew.h',
677             'wtf/unicode/glib/UnicodeGLib.cpp',
678             'wtf/unicode/glib/UnicodeGLib.h',
679             'wtf/unicode/icu/CollatorICU.cpp',
680             'wtf/unicode/qt4/UnicodeQt4.h',
681             'wtf/unicode/wince/UnicodeWinCE.cpp',
682             'wtf/unicode/wince/UnicodeWinCE.h',
683             'wtf/win/MainThreadWin.cpp',
684             'wtf/win/OwnPtrWin.cpp',
685             'wtf/wince/FastMallocWinCE.h',
686             'wtf/wince/MemoryManager.cpp',
687             'wtf/wince/MemoryManager.h',
688             'wtf/wx/MainThreadWx.cpp',
689             'wtf/wx/StringWx.cpp',
690             'yarr/YarrInterpreter.cpp',
691             'yarr/YarrJIT.cpp',
692             'yarr/YarrJIT.h',
693             'yarr/YarrParser.h',
694             'yarr/YarrPattern.cpp',
695             'yarr/YarrSyntaxChecker.cpp',
696             'yarr/YarrSyntaxChecker.h',
697         ],
698         'javascriptcore_derived_source_files': [
699             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h',
700             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpJitTables.h',
701             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h',
702             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h',
703             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayPrototype.lut.h',
704             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/BooleanPrototype.lut.h',
705             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DateConstructor.lut.h',
706             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DatePrototype.lut.h',
707             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ErrorPrototype.lut.h',
708             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSGlobalObject.lut.h',
709             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSONObject.lut.h',
710             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/MathObject.lut.h',
711             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberConstructor.lut.h',
712             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberPrototype.lut.h',
713             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectConstructor.lut.h',
714             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectPrototype.lut.h',
715             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpConstructor.lut.h',
716             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpObject.lut.h',
717             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpPrototype.lut.h',
718             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringConstructor.lut.h',
719             '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringPrototype.lut.h',
720         ],
721         'minidom_files': [
722             'API/tests/JSNode.c',
723             'API/tests/JSNode.h',
724             'API/tests/JSNodeList.c',
725             'API/tests/JSNodeList.h',
726             'API/tests/Node.c',
727             'API/tests/Node.h',
728             'API/tests/NodeList.c',
729             'API/tests/NodeList.h',
730             'API/tests/minidom.c',
731         ],
732         'minidom_support_files': [
733             'API/tests/minidom.js',
734         ],
735         'testapi_files': [
736             'API/tests/testapi.c',
737         ],
738         'testapi_support_files': [
739             'API/tests/testapi.js',
740         ],
741         'jsc_files': [
742             'jsc.cpp',
743         ],
744     }
745 }