| |
| wtf_sources = [ |
| "Source/WTF/wtf/Assertions.cpp", |
| "Source/WTF/wtf/Atomics.cpp", |
| "Source/WTF/wtf/BitVector.cpp", |
| "Source/WTF/wtf/CompilationThread.cpp", |
| "Source/WTF/wtf/CrossThreadCopier.cpp", |
| "Source/WTF/wtf/CryptographicUtilities.cpp", |
| "Source/WTF/wtf/CryptographicallyRandomNumber.cpp", |
| "Source/WTF/wtf/CurrentTime.cpp", |
| "Source/WTF/wtf/DataLog.cpp", |
| "Source/WTF/wtf/DateMath.cpp", |
| "Source/WTF/wtf/DecimalNumber.cpp", |
| "Source/WTF/wtf/FastBitVector.cpp", |
| "Source/WTF/wtf/FastMalloc.cpp", |
| "Source/WTF/wtf/FilePrintStream.cpp", |
| "Source/WTF/wtf/FunctionDispatcher.cpp", |
| "Source/WTF/wtf/GregorianDateTime.cpp", |
| "Source/WTF/wtf/HashTable.cpp", |
| "Source/WTF/wtf/Lock.cpp", |
| "Source/WTF/wtf/MD5.cpp", |
| "Source/WTF/wtf/MainThread.cpp", |
| "Source/WTF/wtf/MediaTime.cpp", |
| "Source/WTF/wtf/MetaAllocator.cpp", |
| "Source/WTF/wtf/NumberOfCores.cpp", |
| "Source/WTF/wtf/OSAllocatorPosix.cpp", |
| "Source/WTF/wtf/OSRandomSource.cpp", |
| "Source/WTF/wtf/PageBlock.cpp", |
| "Source/WTF/wtf/ParallelHelperPool.cpp", |
| "Source/WTF/wtf/ParallelJobsGeneric.cpp", |
| "Source/WTF/wtf/ParkingLot.cpp", |
| "Source/WTF/wtf/PlatformUserPreferredLanguagesUnix.cpp", |
| "Source/WTF/wtf/PrintStream.cpp", |
| "Source/WTF/wtf/RAMSize.cpp", |
| "Source/WTF/wtf/RandomNumber.cpp", |
| "Source/WTF/wtf/RefCountedLeakCounter.cpp", |
| "Source/WTF/wtf/RunLoop.cpp", |
| "Source/WTF/wtf/SHA1.cpp", |
| "Source/WTF/wtf/SixCharacterHash.cpp", |
| "Source/WTF/wtf/StackBounds.cpp", |
| "Source/WTF/wtf/StackStats.cpp", |
| "Source/WTF/wtf/StringPrintStream.cpp", |
| "Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp", |
| "Source/WTF/wtf/Threading.cpp", |
| "Source/WTF/wtf/ThreadingPthreads.cpp", |
| "Source/WTF/wtf/WTFThreadData.cpp", |
| "Source/WTF/wtf/WordLock.cpp", |
| "Source/WTF/wtf/WorkQueue.cpp", |
| "Source/WTF/wtf/dtoa.cpp", |
| "Source/WTF/wtf/dtoa/bignum-dtoa.cc", |
| "Source/WTF/wtf/dtoa/bignum.cc", |
| "Source/WTF/wtf/dtoa/cached-powers.cc", |
| "Source/WTF/wtf/dtoa/diy-fp.cc", |
| "Source/WTF/wtf/dtoa/double-conversion.cc", |
| "Source/WTF/wtf/dtoa/fast-dtoa.cc", |
| "Source/WTF/wtf/dtoa/fixed-dtoa.cc", |
| "Source/WTF/wtf/dtoa/strtod.cc", |
| "Source/WTF/wtf/generic/MainThreadGeneric.cpp", |
| "Source/WTF/wtf/generic/RunLoopGeneric.cpp", |
| "Source/WTF/wtf/generic/WorkQueueGeneric.cpp", |
| "Source/WTF/wtf/text/AtomicString.cpp", |
| "Source/WTF/wtf/text/AtomicStringImpl.cpp", |
| "Source/WTF/wtf/text/AtomicStringTable.cpp", |
| "Source/WTF/wtf/text/Base64.cpp", |
| "Source/WTF/wtf/text/CString.cpp", |
| "Source/WTF/wtf/text/StringBuilder.cpp", |
| "Source/WTF/wtf/text/StringImpl.cpp", |
| "Source/WTF/wtf/text/StringStatics.cpp", |
| "Source/WTF/wtf/text/StringView.cpp", |
| "Source/WTF/wtf/text/SymbolRegistry.cpp", |
| "Source/WTF/wtf/text/TextBreakIterator.cpp", |
| "Source/WTF/wtf/text/WTFString.cpp", |
| "Source/WTF/wtf/text/icu/UTextProvider.cpp", |
| "Source/WTF/wtf/text/icu/UTextProviderLatin1.cpp", |
| "Source/WTF/wtf/text/icu/UTextProviderUTF16.cpp", |
| "Source/WTF/wtf/text/jsconly/TextBreakIteratorInternalICUJSCOnly.cpp", |
| "Source/WTF/wtf/threads/BinarySemaphore.cpp", |
| "Source/WTF/wtf/unicode/UTF8.cpp", |
| "Source/WTF/wtf/unicode/icu/CollatorICU.cpp", |
| |
| ] |