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

Now that I know I can move a .h file and a .cpp file independently, the
constraints around the move become much simpler. In this round, many files
that do not depend on WTFString are moved.

The list of moved files is as follows:

    Assertions.cpp, Functional.h, HashTableDeletedValueType.h,
    InstanceCounter.h (.cpp remaining), LinkedStack.h, Locker.h,
    PassRefPtr.h, PtrUtil.h, RefCounted.h, RefPtr.h,
    StackUtil.h (.cpp remaining), StdLibExtras.h,
    ThreadRestrictionVerifier.h, ThreadSafeRefCounted.h,
    ThreadSpecific.h (.cpp remaining), Threading.h (.cpp remaining),
    ThreadingPrimitives.h, TreeNode.h, WeakPtr.h

Additionally, the incorrect #include redirection in BitwiseOperations.h
is fixed.

BUG=691465

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