WTF.gypi 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. {
  2. 'variables': {
  3. 'project_dir': ['.'],
  4. 'wtf_files': [
  5. 'wtf/Alignment.h',
  6. 'wtf/ArrayBuffer.cpp',
  7. 'wtf/ArrayBuffer.h',
  8. 'wtf/ArrayBufferView.cpp',
  9. 'wtf/ArrayBufferView.h',
  10. 'wtf/ASCIICType.h',
  11. 'wtf/Assertions.cpp',
  12. 'wtf/Assertions.h',
  13. 'wtf/Atomics.cpp',
  14. 'wtf/Atomics.h',
  15. 'wtf/AutodrainedPool.h',
  16. 'wtf/AVLTree.h',
  17. 'wtf/BitArray.h',
  18. 'wtf/Bitmap.h',
  19. 'wtf/BitVector.cpp',
  20. 'wtf/BitVector.h',
  21. 'wtf/BlockStack.h',
  22. 'wtf/BloomFilter.h',
  23. 'wtf/BoundsCheckedPointer.h',
  24. 'wtf/BumpPointerAllocator.h',
  25. 'wtf/ByteOrder.h',
  26. 'wtf/CheckedArithmetic.h',
  27. 'wtf/CheckedBoolean.h',
  28. 'wtf/CommaPrinter.h',
  29. 'wtf/Compiler.h',
  30. 'wtf/CryptographicallyRandomNumber.cpp',
  31. 'wtf/CryptographicallyRandomNumber.h',
  32. 'wtf/CurrentTime.cpp',
  33. 'wtf/CurrentTime.h',
  34. 'wtf/DataLog.cpp',
  35. 'wtf/DataLog.h',
  36. 'wtf/DateMath.cpp',
  37. 'wtf/DateMath.h',
  38. 'wtf/DecimalNumber.cpp',
  39. 'wtf/DecimalNumber.h',
  40. 'wtf/Decoder.h',
  41. 'wtf/Deque.h',
  42. 'wtf/DisallowCType.h',
  43. 'wtf/DoublyLinkedList.h',
  44. 'wtf/dtoa/bignum-dtoa.cc',
  45. 'wtf/dtoa/bignum-dtoa.h',
  46. 'wtf/dtoa/bignum.cc',
  47. 'wtf/dtoa/bignum.h',
  48. 'wtf/dtoa/cached-powers.cc',
  49. 'wtf/dtoa/cached-powers.h',
  50. 'wtf/dtoa/diy-fp.cc',
  51. 'wtf/dtoa/diy-fp.h',
  52. 'wtf/dtoa/double-conversion.cc',
  53. 'wtf/dtoa/double-conversion.h',
  54. 'wtf/dtoa/double.h',
  55. 'wtf/dtoa/fast-dtoa.cc',
  56. 'wtf/dtoa/fast-dtoa.h',
  57. 'wtf/dtoa/fixed-dtoa.cc',
  58. 'wtf/dtoa/fixed-dtoa.h',
  59. 'wtf/dtoa/strtod.cc',
  60. 'wtf/dtoa/strtod.h',
  61. 'wtf/dtoa/utils.h',
  62. 'wtf/dtoa.cpp',
  63. 'wtf/dtoa.h',
  64. 'wtf/DynamicAnnotations.cpp',
  65. 'wtf/DynamicAnnotations.h',
  66. 'wtf/efl/MainThreadEfl.cpp',
  67. 'wtf/efl/OwnPtrEfl.cpp',
  68. 'wtf/efl/RefPtrEfl.cpp',
  69. 'wtf/efl/RefPtrEfl.h',
  70. 'wtf/Encoder.h',
  71. 'wtf/EnumClass.h',
  72. 'wtf/ExportMacros.h',
  73. 'wtf/FastAllocBase.h',
  74. 'wtf/FastBitVector.h',
  75. 'wtf/FastMalloc.cpp',
  76. 'wtf/FastMalloc.h',
  77. 'wtf/FeatureDefines.h',
  78. 'wtf/FilePrintStream.cpp',
  79. 'wtf/FilePrintStream.h',
  80. 'wtf/FixedArray.h',
  81. 'wtf/Float32Array.h',
  82. 'wtf/Float64Array.h',
  83. 'wtf/Forward.h',
  84. 'wtf/Functional.h',
  85. 'wtf/FunctionDispatcher.cpp',
  86. 'wtf/FunctionDispatcher.h',
  87. 'wtf/GetPtr.h',
  88. 'wtf/gobject/GlibUtilities.cpp',
  89. 'wtf/gobject/GlibUtilities.h',
  90. 'wtf/gobject/GOwnPtr.cpp',
  91. 'wtf/gobject/GOwnPtr.h',
  92. 'wtf/gobject/GRefPtr.cpp',
  93. 'wtf/gobject/GRefPtr.h',
  94. 'wtf/gobject/GTypedefs.h',
  95. 'wtf/GregorianDateTime.cpp',
  96. 'wtf/GregorianDateTime.h',
  97. 'wtf/gtk/MainThreadGtk.cpp',
  98. 'wtf/HashCountedSet.h',
  99. 'wtf/HashFunctions.h',
  100. 'wtf/HashIterators.h',
  101. 'wtf/HashMap.h',
  102. 'wtf/HashSet.h',
  103. 'wtf/HashTable.cpp',
  104. 'wtf/HashTable.h',
  105. 'wtf/HashTraits.h',
  106. 'wtf/HexNumber.h',
  107. 'wtf/InlineASM.h',
  108. 'wtf/Int16Array.h',
  109. 'wtf/Int32Array.h',
  110. 'wtf/Int8Array.h',
  111. 'wtf/IntegralTypedArrayBase.h',
  112. 'wtf/ListHashSet.h',
  113. 'wtf/Locker.h',
  114. 'wtf/MainThread.cpp',
  115. 'wtf/MainThread.h',
  116. 'wtf/MathExtras.h',
  117. 'wtf/MD5.cpp',
  118. 'wtf/MD5.h',
  119. 'wtf/MediaTime.cpp',
  120. 'wtf/MediaTime.h',
  121. 'wtf/MessageQueue.h',
  122. 'wtf/MetaAllocator.cpp',
  123. 'wtf/MetaAllocator.h',
  124. 'wtf/MetaAllocatorHandle.h',
  125. 'wtf/NeverDestroyed.h',
  126. 'wtf/Noncopyable.h',
  127. 'wtf/NonCopyingSort.h',
  128. 'wtf/NotFound.h',
  129. 'wtf/NullPtr.cpp',
  130. 'wtf/NullPtr.h',
  131. 'wtf/NumberOfCores.cpp',
  132. 'wtf/NumberOfCores.h',
  133. 'wtf/ObjcRuntimeExtras.h',
  134. 'wtf/OSAllocator.h',
  135. 'wtf/OSRandomSource.cpp',
  136. 'wtf/OSRandomSource.h',
  137. 'wtf/OwnArrayPtr.h',
  138. 'wtf/OwnPtr.h',
  139. 'wtf/OwnPtrCommon.h',
  140. 'wtf/PackedIntVector.h',
  141. 'wtf/PageAllocation.h',
  142. 'wtf/PageAllocationAligned.cpp',
  143. 'wtf/PageAllocationAligned.h',
  144. 'wtf/PageBlock.cpp',
  145. 'wtf/PageBlock.h',
  146. 'wtf/PageReservation.h',
  147. 'wtf/ParallelJobs.h',
  148. 'wtf/ParallelJobsGeneric.cpp',
  149. 'wtf/ParallelJobsGeneric.h',
  150. 'wtf/ParallelJobsLibdispatch.h',
  151. 'wtf/ParallelJobsOpenMP.h',
  152. 'wtf/PassOwnArrayPtr.h',
  153. 'wtf/PassOwnPtr.h',
  154. 'wtf/PassRefPtr.h',
  155. 'wtf/PassTraits.h',
  156. 'wtf/Platform.h',
  157. 'wtf/PossiblyNull.h',
  158. 'wtf/PrintStream.cpp',
  159. 'wtf/PrintStream.h',
  160. 'wtf/ProcessID.h',
  161. 'wtf/qt/MainThreadQt.cpp',
  162. 'wtf/qt/StringQt.cpp',
  163. 'wtf/RAMSize.cpp',
  164. 'wtf/RAMSize.h',
  165. 'wtf/RandomNumber.cpp',
  166. 'wtf/RandomNumber.h',
  167. 'wtf/RandomNumberSeed.h',
  168. 'wtf/RawPointer.h',
  169. 'wtf/RedBlackTree.h',
  170. 'wtf/RefCounted.h',
  171. 'wtf/RefCountedArray.h',
  172. 'wtf/RefCountedLeakCounter.cpp',
  173. 'wtf/RefCountedLeakCounter.h',
  174. 'wtf/RefPtr.h',
  175. 'wtf/RefPtrHashMap.h',
  176. 'wtf/RetainPtr.h',
  177. 'wtf/RunLoopTimer.h',
  178. 'wtf/RunLoopTimerCF.cpp',
  179. 'wtf/SaturatedArithmetic.h',
  180. 'wtf/SchedulePair.h',
  181. 'wtf/SchedulePairCF.cpp',
  182. 'wtf/SegmentedVector.h',
  183. 'wtf/SentinelLinkedList.h',
  184. 'wtf/SHA1.cpp',
  185. 'wtf/SHA1.h',
  186. 'wtf/SimpleStats.h',
  187. 'wtf/SinglyLinkedList.h',
  188. 'wtf/SizeLimits.cpp',
  189. 'wtf/Spectrum.h',
  190. 'wtf/StackBounds.cpp',
  191. 'wtf/StackBounds.h',
  192. 'wtf/StackStats.cpp',
  193. 'wtf/StackStats.h',
  194. 'wtf/StaticConstructors.h',
  195. 'wtf/StdLibExtras.h',
  196. 'wtf/StreamBuffer.h',
  197. 'wtf/StringExtras.h',
  198. 'wtf/StringHasher.h',
  199. 'wtf/StringPrintStream.cpp',
  200. 'wtf/StringPrintStream.h',
  201. 'wtf/TCPackedCache.h',
  202. 'wtf/TCPageMap.h',
  203. 'wtf/TCSpinLock.h',
  204. 'wtf/TCSystemAlloc.cpp',
  205. 'wtf/TCSystemAlloc.h',
  206. 'wtf/TemporaryChange.h',
  207. 'wtf/text/ASCIIFastPath.h',
  208. 'wtf/text/AtomicString.cpp',
  209. 'wtf/text/AtomicString.h',
  210. 'wtf/text/AtomicStringHash.h',
  211. 'wtf/text/AtomicStringImpl.h',
  212. 'wtf/text/AtomicStringTable.cpp',
  213. 'wtf/text/AtomicStringTable.h',
  214. 'wtf/text/Base64.cpp',
  215. 'wtf/text/Base64.h',
  216. 'wtf/text/CString.cpp',
  217. 'wtf/text/CString.h',
  218. 'wtf/text/IntegerToStringConversion.h',
  219. 'wtf/text/StringBuffer.h',
  220. 'wtf/text/StringBuilder.cpp',
  221. 'wtf/text/StringBuilder.h',
  222. 'wtf/text/StringConcatenate.h',
  223. 'wtf/text/StringHash.h',
  224. 'wtf/text/StringImpl.cpp',
  225. 'wtf/text/StringImpl.h',
  226. 'wtf/text/StringOperators.h',
  227. 'wtf/text/StringStatics.cpp',
  228. 'wtf/text/TextPosition.h',
  229. 'wtf/text/WTFString.cpp',
  230. 'wtf/text/WTFString.h',
  231. 'wtf/ThreadFunctionInvocation.h',
  232. 'wtf/ThreadIdentifierDataPthreads.cpp',
  233. 'wtf/ThreadIdentifierDataPthreads.h',
  234. 'wtf/Threading.cpp',
  235. 'wtf/Threading.h',
  236. 'wtf/ThreadingPrimitives.h',
  237. 'wtf/ThreadingPthreads.cpp',
  238. 'wtf/ThreadingWin.cpp',
  239. 'wtf/ThreadRestrictionVerifier.h',
  240. 'wtf/threads/BinarySemaphore.cpp',
  241. 'wtf/threads/BinarySemaphore.h',
  242. 'wtf/threads/win/BinarySemaphoreWin.cpp',
  243. 'wtf/ThreadSafeRefCounted.h',
  244. 'wtf/ThreadSpecific.h',
  245. 'wtf/ThreadSpecificWin.cpp',
  246. 'wtf/TriState.h',
  247. 'wtf/TypedArrayBase.h',
  248. 'wtf/TypeTraits.cpp',
  249. 'wtf/TypeTraits.h',
  250. 'wtf/Uint16Array.h',
  251. 'wtf/Uint32Array.h',
  252. 'wtf/Uint8Array.h',
  253. 'wtf/Uint8ClampedArray.h',
  254. 'wtf/unicode/CharacterNames.h',
  255. 'wtf/unicode/Collator.h',
  256. 'wtf/unicode/CollatorDefault.cpp',
  257. 'wtf/unicode/icu/CollatorICU.cpp',
  258. 'wtf/unicode/icu/UnicodeIcu.h',
  259. 'wtf/unicode/ScriptCodesFromICU.h',
  260. 'wtf/unicode/Unicode.h',
  261. 'wtf/unicode/UnicodeMacrosFromICU.h',
  262. 'wtf/unicode/UTF8.cpp',
  263. 'wtf/unicode/UTF8.h',
  264. 'wtf/UnionFind.h',
  265. 'wtf/ValueCheck.h',
  266. 'wtf/Vector.h',
  267. 'wtf/VectorTraits.h',
  268. 'wtf/VMTags.h',
  269. 'wtf/WeakPtr.h',
  270. 'wtf/win/MainThreadWin.cpp',
  271. 'wtf/win/OwnPtrWin.cpp',
  272. 'wtf/wince/FastMallocWinCE.h',
  273. 'wtf/wince/MemoryManager.cpp',
  274. 'wtf/wince/MemoryManager.h',
  275. 'wtf/WTFThreadData.cpp',
  276. 'wtf/WTFThreadData.h',
  277. ],
  278. 'wtf_detached_files' : [
  279. 'wtf/dtoa/bignum-dtoa.cc',
  280. 'wtf/dtoa/bignum.cc',
  281. 'wtf/dtoa/cached-powers.cc',
  282. 'wtf/dtoa/diy-fp.cc',
  283. 'wtf/dtoa/double-conversion.cc',
  284. 'wtf/dtoa/fast-dtoa.cc',
  285. 'wtf/dtoa/fixed-dtoa.cc',
  286. 'wtf/dtoa/strtod.cc',
  287. 'wtf/manx/MainThreadManx.cpp',
  288. 'wtf/manx/OSAllocatorManx.cpp',
  289. 'wtf/text/AtomicStringTable.cpp',
  290. 'wtf/text/AtomicString.cpp',
  291. 'wtf/text/CString.cpp',
  292. 'wtf/text/StringBuilder.cpp',
  293. 'wtf/text/StringImpl.cpp',
  294. 'wtf/text/StringStatics.cpp',
  295. 'wtf/text/WTFString.cpp',
  296. 'wtf/unicode/CollatorDefault.cpp',
  297. 'wtf/unicode/UTF8.cpp',
  298. 'wtf/Assertions.cpp',
  299. 'wtf/BitVector.cpp',
  300. 'wtf/CryptographicallyRandomNumber.cpp',
  301. 'wtf/CurrentTime.cpp',
  302. 'wtf/DataLog.cpp',
  303. 'wtf/DateMath.cpp',
  304. 'wtf/dtoa.cpp',
  305. 'wtf/FastMalloc.cpp',
  306. 'wtf/FilePrintStream.cpp',
  307. 'wtf/MainThread.cpp',
  308. 'wtf/MetaAllocator.cpp',
  309. 'wtf/OSRandomSource.cpp',
  310. 'wtf/PageBlock.cpp',
  311. 'wtf/PrintStream.cpp',
  312. 'wtf/StackBounds.cpp',
  313. 'wtf/StringPrintStream.cpp',
  314. 'wtf/TCSystemAlloc.cpp',
  315. 'wtf/ThreadIdentifierDataPthreads.cpp',
  316. 'wtf/ThreadingPthreads.cpp',
  317. 'wtf/WTFThreadData.cpp',
  318. ],
  319. }
  320. }