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