Move files in wtf/ to platform/wtf/ (Part 8).

In this round, most container code is moved:

    BitVector.{h,cpp}, DataLog.{h,cpp}, Deque.h, DoublyLinkedList.h,
    FilePrintStream.h (.cpp remaining), HashCountedSet.h, HashFunctions.h,
    HashIterators.h, HashMap.h, HashSet.h, HashTable.{h,cpp}, HashTraits.h,
    LinkedHashSet.h, ListHashSet.h, PrintStream.h (.cpp remaining),
    Vector.h, VectorTraits.h

BUG=691465

Review-Url: https://codereview.chromium.org/2769603002
Cr-Original-Commit-Position: refs/heads/master@{#458704}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 934a474195968e5902c274a11df883723c718513
21 files changed
tree: eeaaf01607f78dcf87d70d14fa35b272b9a0b3cd
  1. allocator/
  2. debug/
  3. dtoa/
  4. testing/
  5. text/
  6. typed_arrays/
  7. .gitignore
  8. AddressSanitizer.h
  9. Alignment.h
  10. Allocator.h
  11. Allocator.md
  12. ASCIICType.h
  13. ASCIICTypeTest.cpp
  14. Assertions.h
  15. AssertionsTest.cpp
  16. Atomics.h
  17. AutoReset.h
  18. BitVector.h
  19. BitwiseOperations.h
  20. BloomFilter.h
  21. BUILD.gn
  22. build_config.h
  23. ByteOrder.h
  24. ByteSwap.h
  25. CheckedNumeric.h
  26. Compiler.h
  27. ConditionalDestructor.h
  28. ContainerAnnotations.h
  29. CONTRIBUTORS.pthreads-win32
  30. CPU.h
  31. CryptographicallyRandomNumber.h
  32. CurrentTime.h
  33. DataLog.h
  34. DateMath.cpp
  35. DateMath.h
  36. DEPS
  37. Deque.h
  38. DequeTest.cpp
  39. DoublyLinkedList.h
  40. dtoa.cpp
  41. dtoa.h
  42. dtoa_test.cpp
  43. DynamicAnnotations.h
  44. FilePrintStream.cpp
  45. FilePrintStream.h
  46. Forward.h
  47. Functional.h
  48. FunctionalTest.cpp
  49. GetPtr.h
  50. HashCountedSet.h
  51. HashFunctions.h
  52. HashIterators.h
  53. HashMap.h
  54. HashMapTest.cpp
  55. HashSet.h
  56. HashSetTest.cpp
  57. HashTable.h
  58. HashTableDeletedValueType.h
  59. HashTraits.h
  60. HexNumber.h
  61. InstanceCounter.cpp
  62. InstanceCounter.h
  63. LeakAnnotations.h
  64. LinkedHashSet.h
  65. ListHashSet.h
  66. ListHashSetTest.cpp
  67. Locker.h
  68. MathExtras.h
  69. MathExtrasTest.cpp
  70. Noncopyable.h
  71. NonCopyingSort.h
  72. NotFound.h
  73. Optional.h
  74. OptionalTest.cpp
  75. OWNERS
  76. PassRefPtr.h
  77. PassRefPtrTest.cpp
  78. PrintStream.cpp
  79. PrintStream.h
  80. PtrUtil.h
  81. README.md
  82. RefCounted.h
  83. RefPtr.h
  84. RefPtrTest.cpp
  85. RefVector.h
  86. RetainPtr.h
  87. SaturatedArithmetic.h
  88. ScopedLogger.md
  89. SizeAssertions.h
  90. SizeLimits.cpp
  91. SpinLock.h
  92. StackUtil.cpp
  93. StackUtil.h
  94. StaticConstructors.h
  95. StdLibExtras.h
  96. StringExtras.h
  97. StringExtrasTest.cpp
  98. StringHasher.h
  99. StringHasherTest.cpp
  100. TerminatedArray.h
  101. TerminatedArrayBuilder.h
  102. Threading.h
  103. ThreadingPrimitives.h
  104. ThreadingPthreads.cpp
  105. ThreadingWin.cpp
  106. ThreadRestrictionVerifier.h
  107. ThreadSafeRefCounted.h
  108. ThreadSpecific.h
  109. ThreadSpecificWin.cpp
  110. Time.h
  111. TimeTest.cpp
  112. TreeNode.h
  113. TreeNodeTest.cpp
  114. TriState.h
  115. TypeTraits.h
  116. TypeTraitsTest.cpp
  117. UniquePtrTransitionGuide.md
  118. Vector.h
  119. VectorTest.cpp
  120. VectorTraits.h
  121. WeakPtr.h
  122. WTF.cpp
  123. WTF.h
  124. WTFExport.h
  125. WTFThreadData.cpp
  126. WTFThreadData.h
README.md

WTF -- Web Template Framework

The contents in this directory are being moved to platform/wtf. See platform/wtf/README.md for details.