Revert "Move files in wtf/ to platform/wtf/"

This reverts 2 CLs:
https://codereview.chromium.org/2771783003
https://codereview.chromium.org/2767153004

Compilation on Windows was broken after r459386 if is_component_build=true.
[6/3401] LINK(DLL) blink_platform.dll blink_platform.dll.lib blink_platform.dll.pdb
FAILED: blink_platform.dll blink_platform.dll.lib blink_platform.dll.pdb
C:/python_27_amd64/files/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x64 False link.exe /nologo /IMPLIB:./blink_platform.dll.lib /DLL /OUT:./blink_platform.dll /PDB:./blink_platform.dll.pdb @./blink_platform.dll.rsp
LINK : fatal error LNK1104: cannot open file 'wtf.dll.lib'
[55/3401] CXX irt_x64/obj/third_party/icu/icui18n/tzfmt.o
ninja: build stopped: subcommand failed.

'wtf.dll.lib' isn't created because it doesn't contain any symbols to export.

BUG=691465
TBR=yutak@chromium.org

Review-Url: https://codereview.chromium.org/2774333002
Cr-Original-Commit-Position: refs/heads/master@{#459796}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9cd48d5cbc285e39f3a6401ecd40134e0f2d5bc7
62 files changed
tree: f61c8344f6e7952e903ceb36777f7f9b02f1c1e7
  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.h
  41. dtoa_test.cpp
  42. DynamicAnnotations.h
  43. FilePrintStream.cpp
  44. FilePrintStream.h
  45. Forward.h
  46. Functional.h
  47. FunctionalTest.cpp
  48. GetPtr.h
  49. HashCountedSet.h
  50. HashFunctions.h
  51. HashIterators.h
  52. HashMap.h
  53. HashMapTest.cpp
  54. HashSet.h
  55. HashSetTest.cpp
  56. HashTable.h
  57. HashTableDeletedValueType.h
  58. HashTraits.h
  59. HexNumber.h
  60. InstanceCounter.cpp
  61. InstanceCounter.h
  62. LeakAnnotations.h
  63. LinkedHashSet.h
  64. ListHashSet.h
  65. ListHashSetTest.cpp
  66. Locker.h
  67. MathExtras.h
  68. MathExtrasTest.cpp
  69. Noncopyable.h
  70. NonCopyingSort.h
  71. NotFound.h
  72. Optional.h
  73. OptionalTest.cpp
  74. OWNERS
  75. PassRefPtr.h
  76. PassRefPtrTest.cpp
  77. PrintStream.cpp
  78. PrintStream.h
  79. PtrUtil.h
  80. README.md
  81. RefCounted.h
  82. RefPtr.h
  83. RefPtrTest.cpp
  84. RefVector.h
  85. RetainPtr.h
  86. SaturatedArithmetic.h
  87. ScopedLogger.md
  88. SizeAssertions.h
  89. SizeLimits.cpp
  90. SpinLock.h
  91. StackUtil.cpp
  92. StackUtil.h
  93. StaticConstructors.h
  94. StdLibExtras.h
  95. StringExtras.h
  96. StringExtrasTest.cpp
  97. StringHasher.h
  98. StringHasherTest.cpp
  99. TerminatedArray.h
  100. TerminatedArrayBuilder.h
  101. Threading.h
  102. ThreadingPrimitives.h
  103. ThreadingPthreads.cpp
  104. ThreadingWin.cpp
  105. ThreadRestrictionVerifier.h
  106. ThreadSafeRefCounted.h
  107. ThreadSpecific.h
  108. ThreadSpecificWin.cpp
  109. Time.h
  110. TimeTest.cpp
  111. TreeNode.h
  112. TreeNodeTest.cpp
  113. TriState.h
  114. TypeTraits.h
  115. TypeTraitsTest.cpp
  116. UniquePtrTransitionGuide.md
  117. Vector.h
  118. VectorTest.cpp
  119. VectorTraits.h
  120. WeakPtr.h
  121. WTF.cpp
  122. WTF.h
  123. WTFExport.h
  124. WTFThreadData.cpp
  125. 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.