4 # These headers are part of JavaScriptCore's public API in the Apple Mac build.
5 'javascriptcore_publicheader_files': [
10 'API/JSStringRefCF.h',
13 'API/JavaScriptCore.h',
14 'API/WebKitAvailability.h',
16 # These headers are part of JavaScriptCore's private API in the Apple Mac build.
17 'javascriptcore_privateheader_files': [
20 'API/JSBasePrivate.h',
21 'API/JSContextRefPrivate.h',
22 'API/JSObjectRefPrivate.h',
23 'API/JSProfilerPrivate.h',
25 'API/JSWeakObjectMapRefInternal.h',
26 'API/JSWeakObjectMapRefPrivate.h',
27 'API/OpaqueJSString.h',
28 'assembler/MacroAssemblerCodeRef.h',
30 'heap/ConservativeRoots.h',
41 'debugger/Debugger.h',
42 'debugger/DebuggerActivation.h',
43 'debugger/DebuggerCallFrame.h',
44 'interpreter/CallFrame.h',
45 'interpreter/Interpreter.h',
46 'interpreter/Register.h',
47 'interpreter/RegisterFile.h',
48 'jit/ExecutableAllocator.h',
51 'jit/ThunkGenerators.h',
52 'parser/ResultType.h',
53 'parser/SourceCode.h',
54 'parser/SourceProvider.h',
55 'parser/SourceProviderCache.h',
56 'profiler/CallIdentifier.h',
58 'profiler/ProfileNode.h',
59 'profiler/Profiler.h',
61 'runtime/ArrayPrototype.h',
62 'runtime/BooleanObject.h',
63 'runtime/CachedTranscendentalFunction.h',
65 'runtime/ClassInfo.h',
66 'runtime/CommonIdentifiers.h',
67 'runtime/Completion.h',
68 'runtime/ConstructData.h',
69 'runtime/DateInstance.h',
70 'runtime/DateInstanceCache.h',
72 'runtime/ExceptionHelpers.h',
73 'runtime/FunctionConstructor.h',
74 'runtime/FunctionPrototype.h',
75 'runtime/GCActivityCallback.h',
76 'runtime/Identifier.h',
77 'runtime/InitializeThreading.h',
78 'runtime/InternalFunction.h',
79 'runtime/JSAPIValueWrapper.h',
81 'runtime/JSByteArray.h',
83 'runtime/JSFunction.h',
84 'runtime/JSGlobalData.h',
85 'runtime/JSGlobalObject.h',
87 'runtime/JSNumberCell.h',
89 'runtime/JSObjectWithGlobalObject.h',
92 'runtime/JSTypeInfo.h',
94 'runtime/JSValueInlineMethods.h',
95 'runtime/JSVariableObject.h',
96 'runtime/JSWrapperObject.h',
98 'runtime/MathObject.h',
99 'runtime/MemoryStatistics.h',
100 'runtime/NumberObject.h',
101 'runtime/NumberPrototype.h',
102 'runtime/NumericStrings.h',
103 'runtime/ObjectPrototype.h',
104 'runtime/Operations.h',
105 'runtime/PropertyDescriptor.h',
106 'runtime/PropertyMapHashTable.h',
107 'runtime/PropertyNameArray.h',
108 'runtime/PropertySlot.h',
110 'runtime/PutPropertySlot.h',
112 'runtime/RegExpKey.h',
113 'runtime/RegExpCache.h',
114 'runtime/RegExpObject.h',
115 'runtime/RopeImpl.h',
116 'runtime/ScopeChain.h',
117 'runtime/SmallStrings.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',
128 'runtime/UStringBuilder.h',
129 'runtime/WeakGCMap.h',
130 'runtime/WeakRandom.h',
131 'runtime/WriteBarrier.h',
135 'wtf/AlwaysInline.h',
141 'wtf/BumpPointerAllocator.h',
144 'wtf/CrossThreadRefCounted.h',
145 'wtf/CryptographicallyRandomNumber.h',
148 'wtf/DecimalNumber.h',
151 'wtf/DisallowCType.h',
152 'wtf/DoublyLinkedList.h',
154 'wtf/FastAllocBase.h',
159 'wtf/HashCountedSet.h',
160 'wtf/HashFunctions.h',
161 'wtf/HashIterators.h',
173 'wtf/MessageQueue.h',
174 'wtf/NonCopyingSort.h',
180 'wtf/OwnFastMallocPtr.h',
182 'wtf/OwnPtrCommon.h',
183 'wtf/PageAllocation.h',
184 'wtf/PageAllocationAligned.h',
186 'wtf/PageReservation.h',
187 'wtf/PassOwnArrayPtr.h',
192 'wtf/PossiblyNull.h',
193 'wtf/RandomNumber.h',
195 'wtf/RefCountedLeakCounter.h',
197 'wtf/RefPtrHashMap.h',
199 'wtf/SentinelLinkedList.h',
200 'wtf/SinglyLinkedList.h',
202 'wtf/StaticConstructors.h',
203 'wtf/StdLibExtras.h',
204 'wtf/StringExtras.h',
205 'wtf/StringHasher.h',
206 'wtf/ThreadSafeRefCounted.h',
207 'wtf/ThreadSpecific.h',
209 'wtf/ThreadingPrimitives.h',
215 'wtf/VectorTraits.h',
216 'wtf/WTFThreadData.h',
218 'wtf/text/AtomicString.h',
219 'wtf/text/AtomicStringHash.h',
220 'wtf/text/AtomicStringImpl.h',
221 'wtf/text/CString.h',
222 'wtf/text/StringBuffer.h',
223 'wtf/text/StringBuilder.h',
224 'wtf/text/StringConcatenate.h',
225 'wtf/text/StringHash.h',
226 'wtf/text/StringImpl.h',
227 'wtf/text/StringImplBase.h',
228 'wtf/text/StringOperators.h',
229 'wtf/text/TextPosition.h',
230 'wtf/text/WTFString.h',
231 'wtf/unicode/CharacterNames.h',
232 'wtf/unicode/Collator.h',
233 'wtf/unicode/UTF8.h',
234 'wtf/unicode/Unicode.h',
235 'wtf/unicode/icu/UnicodeIcu.h',
237 'yarr/YarrInterpreter.h',
238 'yarr/YarrPattern.h',
240 'javascriptcore_files': [
243 'API/JSCallbackConstructor.cpp',
244 'API/JSCallbackConstructor.h',
245 'API/JSCallbackFunction.cpp',
246 'API/JSCallbackFunction.h',
247 'API/JSCallbackObject.cpp',
248 'API/JSCallbackObject.h',
249 'API/JSCallbackObjectFunctions.h',
250 'API/JSClassRef.cpp',
252 'API/JSContextRef.cpp',
253 'API/JSObjectRef.cpp',
254 'API/JSProfilerPrivate.cpp',
255 'API/JSStringRef.cpp',
256 'API/JSStringRefBSTR.cpp',
257 'API/JSStringRefBSTR.h',
258 'API/JSStringRefCF.cpp',
259 'API/JSValueRef.cpp',
260 'API/JSWeakObjectMapRefPrivate.cpp',
261 'API/OpaqueJSString.cpp',
263 'ForwardingHeaders/JavaScriptCore/APICast.h',
264 'ForwardingHeaders/JavaScriptCore/APIShims.h',
265 'ForwardingHeaders/JavaScriptCore/JSBase.h',
266 'ForwardingHeaders/JavaScriptCore/JSContextRef.h',
267 'ForwardingHeaders/JavaScriptCore/JSObjectRef.h',
268 'ForwardingHeaders/JavaScriptCore/JSRetainPtr.h',
269 'ForwardingHeaders/JavaScriptCore/JSStringRef.h',
270 'ForwardingHeaders/JavaScriptCore/JSStringRefCF.h',
271 'ForwardingHeaders/JavaScriptCore/JSValueRef.h',
272 'ForwardingHeaders/JavaScriptCore/JavaScript.h',
273 'ForwardingHeaders/JavaScriptCore/JavaScriptCore.h',
274 'ForwardingHeaders/JavaScriptCore/OpaqueJSString.h',
275 'ForwardingHeaders/JavaScriptCore/WebKitAvailability.h',
276 'JavaScriptCorePrefix.h',
277 'assembler/ARMAssembler.cpp',
278 'assembler/ARMAssembler.h',
279 'assembler/ARMv7Assembler.cpp',
280 'assembler/ARMv7Assembler.h',
281 'assembler/AbstractMacroAssembler.h',
282 'assembler/AssemblerBuffer.h',
283 'assembler/AssemblerBufferWithConstantPool.h',
284 'assembler/CodeLocation.h',
285 'assembler/LinkBuffer.h',
286 'assembler/MIPSAssembler.h',
287 'assembler/MacroAssembler.h',
288 'assembler/MacroAssemblerARM.cpp',
289 'assembler/MacroAssemblerARM.h',
290 'assembler/MacroAssemblerARMv7.h',
291 'assembler/MacroAssemblerMIPS.h',
292 'assembler/MacroAssemblerX86.h',
293 'assembler/MacroAssemblerX86Common.h',
294 'assembler/MacroAssemblerX86_64.h',
295 'assembler/RepatchBuffer.h',
296 'assembler/X86Assembler.h',
297 'bytecode/CodeBlock.cpp',
298 'bytecode/CodeBlock.h',
299 'bytecode/EvalCodeCache.h',
300 'bytecode/Instruction.h',
301 'bytecode/JumpTable.cpp',
302 'bytecode/JumpTable.h',
303 'bytecode/Opcode.cpp',
304 'bytecode/SamplingTool.cpp',
305 'bytecode/SamplingTool.h',
306 'bytecode/StructureStubInfo.cpp',
307 'bytecode/StructureStubInfo.h',
308 'bytecompiler/BytecodeGenerator.cpp',
309 'bytecompiler/BytecodeGenerator.h',
310 'bytecompiler/Label.h',
311 'bytecompiler/LabelScope.h',
312 'bytecompiler/NodesCodegen.cpp',
313 'bytecompiler/RegisterID.h',
314 'heap/ConservativeRoots.cpp',
315 'heap/HandleHeap.cpp',
316 'heap/HandleStack.cpp',
318 'heap/MachineStackMarker.cpp',
319 'heap/MachineStackMarker.h',
320 'heap/MarkStack.cpp',
322 'heap/MarkStackPosix.cpp',
323 'heap/MarkStackSymbian.cpp',
324 'heap/MarkStackWin.cpp',
325 'heap/MarkedBlock.cpp',
326 'heap/MarkedBlock.h',
327 'heap/MarkedSpace.cpp',
328 'heap/MarkedSpace.h',
329 'debugger/Debugger.cpp',
330 'debugger/DebuggerActivation.cpp',
331 'debugger/DebuggerCallFrame.cpp',
332 'dfg/DFGAliasTracker.h',
333 'dfg/DFGByteCodeParser.cpp',
334 'dfg/DFGByteCodeParser.h',
335 'dfg/DFGGenerationInfo.h',
338 'dfg/DFGJITCodeGenerator.cpp',
339 'dfg/DFGJITCodeGenerator.h',
340 'dfg/DFGJITCompiler.cpp',
341 'dfg/DFGJITCompiler.h',
343 'dfg/DFGNonSpeculativeJIT.cpp',
344 'dfg/DFGNonSpeculativeJIT.h',
345 'dfg/DFGOperations.cpp',
346 'dfg/DFGOperations.h',
347 'dfg/DFGRegisterBank.h',
348 'dfg/DFGScoreBoard.h',
349 'dfg/DFGSpeculativeJIT.cpp',
350 'dfg/DFGSpeculativeJIT.h',
351 'icu/unicode/parseerr.h',
352 'icu/unicode/platform.h',
353 'icu/unicode/putil.h',
354 'icu/unicode/uchar.h',
355 'icu/unicode/ucnv.h',
356 'icu/unicode/ucnv_err.h',
357 'icu/unicode/ucol.h',
358 'icu/unicode/uconfig.h',
359 'icu/unicode/uenum.h',
360 'icu/unicode/uiter.h',
361 'icu/unicode/uloc.h',
362 'icu/unicode/umachine.h',
363 'icu/unicode/unorm.h',
364 'icu/unicode/urename.h',
365 'icu/unicode/uset.h',
366 'icu/unicode/ustring.h',
368 'icu/unicode/utf16.h',
369 'icu/unicode/utf8.h',
370 'icu/unicode/utf_old.h',
371 'icu/unicode/utypes.h',
372 'icu/unicode/uversion.h',
373 'interpreter/CachedCall.h',
374 'interpreter/CallFrame.cpp',
375 'interpreter/CallFrameClosure.h',
376 'interpreter/Interpreter.cpp',
377 'interpreter/RegisterFile.cpp',
378 'jit/ExecutableAllocator.cpp',
379 'jit/ExecutableAllocatorFixedVMPool.cpp',
382 'jit/JITArithmetic.cpp',
383 'jit/JITArithmetic32_64.cpp',
385 'jit/JITCall32_64.cpp',
386 'jit/JITInlineMethods.h',
387 'jit/JITOpcodes.cpp',
388 'jit/JITOpcodes32_64.cpp',
389 'jit/JITPropertyAccess.cpp',
390 'jit/JITPropertyAccess32_64.cpp',
393 'jit/JSInterfaceJIT.h',
394 'jit/SpecializedThunkJIT.h',
395 'jit/ThunkGenerators.cpp',
396 'os-win32/WinMain.cpp',
397 'os-win32/inttypes.h',
398 'os-win32/stdbool.h',
400 'parser/ASTBuilder.h',
401 'parser/JSParser.cpp',
405 'parser/NodeConstructors.h',
411 'parser/ParserArena.cpp',
412 'parser/ParserArena.h',
413 'parser/SourceProviderCache.cpp',
414 'parser/SourceProviderCacheItem.h',
415 'parser/SyntaxChecker.h',
416 'profiler/Profile.cpp',
417 'profiler/ProfileGenerator.cpp',
418 'profiler/ProfileGenerator.h',
419 'profiler/ProfileNode.cpp',
420 'profiler/Profiler.cpp',
421 'profiler/ProfilerServer.h',
422 'profiler/ProfilerServer.mm',
423 'qt/api/qscriptconverter_p.h',
424 'qt/api/qscriptengine.cpp',
425 'qt/api/qscriptengine.h',
426 'qt/api/qscriptengine_p.cpp',
427 'qt/api/qscriptengine_p.h',
428 'qt/api/qscriptfunction.cpp',
429 'qt/api/qscriptfunction_p.h',
430 'qt/api/qscriptoriginalglobalobject_p.h',
431 'qt/api/qscriptprogram.cpp',
432 'qt/api/qscriptprogram.h',
433 'qt/api/qscriptprogram_p.h',
434 'qt/api/qscriptstring.cpp',
435 'qt/api/qscriptstring.h',
436 'qt/api/qscriptstring_p.h',
437 'qt/api/qscriptsyntaxcheckresult.cpp',
438 'qt/api/qscriptsyntaxcheckresult.h',
439 'qt/api/qscriptsyntaxcheckresult_p.h',
440 'qt/api/qscriptvalue.cpp',
441 'qt/api/qscriptvalue.h',
442 'qt/api/qscriptvalue_p.h',
443 'qt/api/qscriptvalueiterator.cpp',
444 'qt/api/qscriptvalueiterator.h',
445 'qt/api/qscriptvalueiterator_p.h',
446 'qt/api/qtscriptglobal.h',
447 'qt/benchmarks/qscriptengine/tst_qscriptengine.cpp',
448 'qt/benchmarks/qscriptvalue/tst_qscriptvalue.cpp',
449 'qt/tests/qscriptengine/tst_qscriptengine.cpp',
450 'qt/tests/qscriptstring/tst_qscriptstring.cpp',
451 'qt/tests/qscriptvalue/tst_qscriptvalue.cpp',
452 'qt/tests/qscriptvalue/tst_qscriptvalue.h',
453 'qt/tests/qscriptvalue/tst_qscriptvalue_generated_comparison.cpp',
454 'qt/tests/qscriptvalue/tst_qscriptvalue_generated_init.cpp',
455 'qt/tests/qscriptvalue/tst_qscriptvalue_generated_istype.cpp',
456 'qt/tests/qscriptvalue/tst_qscriptvalue_generated_totype.cpp',
457 'qt/tests/qscriptvalueiterator/tst_qscriptvalueiterator.cpp',
458 'runtime/ArgList.cpp',
459 'runtime/Arguments.cpp',
460 'runtime/Arguments.h',
461 'runtime/ArrayConstructor.cpp',
462 'runtime/ArrayConstructor.h',
463 'runtime/ArrayPrototype.cpp',
464 'runtime/BatchedTransitionOptimizer.h',
465 'runtime/BooleanConstructor.cpp',
466 'runtime/BooleanConstructor.h',
467 'runtime/BooleanObject.cpp',
468 'runtime/BooleanPrototype.cpp',
469 'runtime/BooleanPrototype.h',
470 'runtime/CallData.cpp',
471 'runtime/CommonIdentifiers.cpp',
472 'runtime/Completion.cpp',
473 'runtime/ConstructData.cpp',
474 'runtime/DateConstructor.cpp',
475 'runtime/DateConstructor.h',
476 'runtime/DateConversion.cpp',
477 'runtime/DateConversion.h',
478 'runtime/DateInstance.cpp',
479 'runtime/DatePrototype.cpp',
480 'runtime/DatePrototype.h',
482 'runtime/ErrorConstructor.cpp',
483 'runtime/ErrorConstructor.h',
484 'runtime/ErrorInstance.cpp',
485 'runtime/ErrorInstance.h',
486 'runtime/ErrorPrototype.cpp',
487 'runtime/ErrorPrototype.h',
488 'runtime/ExceptionHelpers.cpp',
489 'runtime/Executable.cpp',
490 'runtime/Executable.h',
491 'runtime/FunctionConstructor.cpp',
492 'runtime/FunctionPrototype.cpp',
493 'runtime/GCActivityCallback.cpp',
494 'runtime/GCActivityCallbackCF.cpp',
495 'runtime/GetterSetter.cpp',
496 'runtime/GetterSetter.h',
497 'runtime/Identifier.cpp',
498 'runtime/InitializeThreading.cpp',
499 'runtime/InternalFunction.cpp',
500 'runtime/JSAPIValueWrapper.cpp',
501 'runtime/JSActivation.cpp',
502 'runtime/JSActivation.h',
503 'runtime/JSArray.cpp',
504 'runtime/JSByteArray.cpp',
505 'runtime/JSCell.cpp',
506 'runtime/JSFunction.cpp',
507 'runtime/JSGlobalData.cpp',
508 'runtime/JSGlobalObject.cpp',
509 'runtime/JSGlobalObjectFunctions.cpp',
510 'runtime/JSGlobalObjectFunctions.h',
511 'runtime/JSLock.cpp',
512 'runtime/JSNotAnObject.cpp',
513 'runtime/JSNotAnObject.h',
514 'runtime/JSNumberCell.cpp',
515 'runtime/JSONObject.cpp',
516 'runtime/JSONObject.h',
517 'runtime/JSObject.cpp',
518 'runtime/JSObjectWithGlobalObject.cpp',
519 'runtime/JSPropertyNameIterator.cpp',
520 'runtime/JSPropertyNameIterator.h',
521 'runtime/JSStaticScopeObject.cpp',
522 'runtime/JSStaticScopeObject.h',
523 'runtime/JSString.cpp',
524 'runtime/JSStringBuilder.h',
525 'runtime/JSValue.cpp',
526 'runtime/JSVariableObject.cpp',
527 'runtime/JSWrapperObject.cpp',
528 'runtime/JSZombie.cpp',
529 'runtime/JSZombie.h',
530 'runtime/LiteralParser.cpp',
531 'runtime/LiteralParser.h',
532 'runtime/Lookup.cpp',
533 'runtime/MathObject.cpp',
534 'runtime/MemoryStatistics.cpp',
535 'runtime/NativeErrorConstructor.cpp',
536 'runtime/NativeErrorConstructor.h',
537 'runtime/NativeErrorPrototype.cpp',
538 'runtime/NativeErrorPrototype.h',
539 'runtime/NumberConstructor.cpp',
540 'runtime/NumberConstructor.h',
541 'runtime/NumberObject.cpp',
542 'runtime/NumberPrototype.cpp',
543 'runtime/ObjectConstructor.cpp',
544 'runtime/ObjectConstructor.h',
545 'runtime/ObjectPrototype.cpp',
546 'runtime/Operations.cpp',
547 'runtime/PropertyDescriptor.cpp',
548 'runtime/PropertyNameArray.cpp',
549 'runtime/PropertySlot.cpp',
550 'runtime/RegExp.cpp',
551 'runtime/RegExpCache.cpp',
552 'runtime/RegExpConstructor.cpp',
553 'runtime/RegExpConstructor.h',
554 'runtime/RegExpMatchesArray.h',
555 'runtime/RegExpObject.cpp',
556 'runtime/RegExpPrototype.cpp',
557 'runtime/RegExpPrototype.h',
558 'runtime/RopeImpl.cpp',
559 'runtime/ScopeChain.cpp',
560 'runtime/ScopeChainMark.h',
561 'runtime/SmallStrings.cpp',
562 'runtime/StrictEvalActivation.cpp',
563 'runtime/StrictEvalActivation.h',
564 'runtime/StringConstructor.cpp',
565 'runtime/StringConstructor.h',
566 'runtime/StringObject.cpp',
567 'runtime/StringPrototype.cpp',
568 'runtime/StringRecursionChecker.cpp',
569 'runtime/StringRecursionChecker.h',
570 'runtime/Structure.cpp',
571 'runtime/StructureChain.cpp',
572 'runtime/TimeoutChecker.cpp',
575 'runtime/UString.cpp',
576 'runtime/UStringConcatenate.h',
577 'wtf/Assertions.cpp',
579 'wtf/CryptographicallyRandomNumber.cpp',
580 'wtf/CurrentTime.cpp',
582 'wtf/DecimalNumber.cpp',
583 'wtf/DynamicAnnotations.cpp',
584 'wtf/DynamicAnnotations.h',
585 'wtf/FastMalloc.cpp',
588 'wtf/MainThread.cpp',
589 'wtf/MallocZoneSupport.h',
591 'wtf/OSAllocatorPosix.cpp',
592 'wtf/OSAllocatorSymbian.cpp',
593 'wtf/OSAllocatorWin.cpp',
594 'wtf/OSRandomSource.cpp',
595 'wtf/OSRandomSource.h',
596 'wtf/PageAllocationAligned.cpp',
597 'wtf/PageAllocatorSymbian.h',
599 'wtf/RandomNumber.cpp',
600 'wtf/RandomNumberSeed.h',
601 'wtf/RefCountedLeakCounter.cpp',
604 'wtf/SegmentedVector.h',
605 'wtf/SizeLimits.cpp',
606 'wtf/StackBounds.cpp',
607 'wtf/StringExtras.cpp',
608 'wtf/TCPackedCache.h',
611 'wtf/TCSystemAlloc.cpp',
612 'wtf/TCSystemAlloc.h',
613 'wtf/ThreadFunctionInvocation.h',
614 'wtf/ThreadIdentifierDataPthreads.cpp',
615 'wtf/ThreadIdentifierDataPthreads.h',
616 'wtf/ThreadSpecificWin.cpp',
618 'wtf/ThreadingNone.cpp',
619 'wtf/ThreadingPthreads.cpp',
620 'wtf/ThreadingWin.cpp',
621 'wtf/TypeTraits.cpp',
622 'wtf/WTFThreadData.cpp',
623 'wtf/android/AndroidThreading.h',
624 'wtf/android/MainThreadAndroid.cpp',
625 'wtf/brew/MainThreadBrew.cpp',
626 'wtf/brew/OwnPtrBrew.cpp',
627 'wtf/brew/RefPtrBrew.h',
628 'wtf/brew/ShellBrew.h',
629 'wtf/brew/StringBrew.cpp',
630 'wtf/brew/SystemMallocBrew.h',
631 'wtf/chromium/ChromiumThreading.h',
632 'wtf/chromium/MainThreadChromium.cpp',
634 'wtf/efl/MainThreadEfl.cpp',
635 'wtf/gobject/GOwnPtr.cpp',
636 'wtf/gobject/GOwnPtr.h',
637 'wtf/gobject/GRefPtr.cpp',
638 'wtf/gobject/GRefPtr.h',
639 'wtf/gobject/GTypedefs.h',
640 'wtf/gtk/MainThreadGtk.cpp',
641 'wtf/gtk/ThreadingGtk.cpp',
642 'wtf/haiku/MainThreadHaiku.cpp',
643 'wtf/haiku/StringHaiku.cpp',
644 'wtf/mac/MainThreadMac.mm',
645 'wtf/qt/MainThreadQt.cpp',
646 'wtf/qt/StringQt.cpp',
647 'wtf/qt/ThreadingQt.cpp',
648 'wtf/text/AtomicString.cpp',
649 'wtf/text/CString.cpp',
650 'wtf/text/StringBuilder.cpp',
651 'wtf/text/StringImpl.cpp',
652 'wtf/text/StringStatics.cpp',
653 'wtf/text/WTFString.cpp',
654 'wtf/unicode/CollatorDefault.cpp',
655 'wtf/unicode/UTF8.cpp',
656 'wtf/unicode/UnicodeMacrosFromICU.h',
657 'wtf/unicode/brew/UnicodeBrew.cpp',
658 'wtf/unicode/brew/UnicodeBrew.h',
659 'wtf/unicode/glib/UnicodeGLib.cpp',
660 'wtf/unicode/glib/UnicodeGLib.h',
661 'wtf/unicode/icu/CollatorICU.cpp',
662 'wtf/unicode/qt4/UnicodeQt4.h',
663 'wtf/unicode/wince/UnicodeWinCE.cpp',
664 'wtf/unicode/wince/UnicodeWinCE.h',
665 'wtf/url/api/ParsedURL.cpp',
666 'wtf/url/api/ParsedURL.h',
667 'wtf/url/api/URLString.h',
668 'wtf/url/src/RawURLBuffer.h',
669 'wtf/url/src/URLBuffer.h',
670 'wtf/url/src/URLCharacterTypes.cpp',
671 'wtf/url/src/URLCharacterTypes.h',
672 'wtf/url/src/URLComponent.h',
673 'wtf/url/src/URLEscape.cpp',
674 'wtf/url/src/URLEscape.h',
675 'wtf/url/src/URLParser.h',
676 'wtf/url/src/URLQueryCanonicalizer.h',
677 'wtf/url/src/URLSegments.cpp',
678 'wtf/url/src/URLSegments.h',
679 'wtf/win/MainThreadWin.cpp',
680 'wtf/win/OwnPtrWin.cpp',
681 'wtf/wince/FastMallocWinCE.h',
682 'wtf/wince/MemoryManager.cpp',
683 'wtf/wince/MemoryManager.h',
684 'wtf/wx/MainThreadWx.cpp',
685 'wtf/wx/StringWx.cpp',
686 'yarr/YarrInterpreter.cpp',
690 'yarr/YarrPattern.cpp',
691 'yarr/YarrSyntaxChecker.cpp',
692 'yarr/YarrSyntaxChecker.h',
694 'javascriptcore_derived_source_files': [
695 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h',
696 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpJitTables.h',
697 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h',
698 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h',
699 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayPrototype.lut.h',
700 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/BooleanPrototype.lut.h',
701 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DateConstructor.lut.h',
702 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DatePrototype.lut.h',
703 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ErrorPrototype.lut.h',
704 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSGlobalObject.lut.h',
705 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSONObject.lut.h',
706 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/MathObject.lut.h',
707 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberConstructor.lut.h',
708 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberPrototype.lut.h',
709 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectConstructor.lut.h',
710 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectPrototype.lut.h',
711 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpConstructor.lut.h',
712 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpObject.lut.h',
713 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpPrototype.lut.h',
714 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringConstructor.lut.h',
715 '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringPrototype.lut.h',
718 'API/tests/JSNode.c',
719 'API/tests/JSNode.h',
720 'API/tests/JSNodeList.c',
721 'API/tests/JSNodeList.h',
724 'API/tests/NodeList.c',
725 'API/tests/NodeList.h',
726 'API/tests/minidom.c',
728 'minidom_support_files': [
729 'API/tests/minidom.js',
732 'API/tests/testapi.c',
734 'testapi_support_files': [
735 'API/tests/testapi.js',