Remove old wtf/ directory.
The removal comes with various fixups in several places:
(1) Various BUILD.gn files are updated so they point to the new location;
(2) Code generator templates in Source/build are fixed; and
(3) Other random references to old wtf/ are fixed.
BUG=691465
[email protected],[email protected],[email protected],[email protected]
Review-Url: https://codereview.chromium.org/2822953002
Cr-Original-Commit-Position: refs/heads/master@{#464941}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c36ab84ca29ae39938ab91463ca9b3fc0569ee31
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0ba62a5..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.Makefile
-*.mk
-*.rules
-*.sln
-*.tmp
-*.vcproj*
-*.vcxproj*
-*.xcodeproj*
diff --git a/ASCIICType.h b/ASCIICType.h
deleted file mode 100644
index 611f134..0000000
--- a/ASCIICType.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ASCIICType.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/AddressSanitizer.h b/AddressSanitizer.h
deleted file mode 100644
index 812da44..0000000
--- a/AddressSanitizer.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/AddressSanitizer.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Alignment.h b/Alignment.h
deleted file mode 100644
index a6f8295..0000000
--- a/Alignment.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Alignment.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Allocator.h b/Allocator.h
deleted file mode 100644
index 5fd3730..0000000
--- a/Allocator.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Allocator.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Assertions.h b/Assertions.h
deleted file mode 100644
index 6024291..0000000
--- a/Assertions.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Assertions.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Atomics.h b/Atomics.h
deleted file mode 100644
index 2fb3d19..0000000
--- a/Atomics.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Atomics.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/AutoReset.h b/AutoReset.h
deleted file mode 100644
index 9af14ce..0000000
--- a/AutoReset.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/AutoReset.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/BUILD.gn b/BUILD.gn
deleted file mode 100644
index 8dee4f4..0000000
--- a/BUILD.gn
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-assert(!is_ios)
-
-import("//testing/test.gni")
-import("//third_party/WebKit/Source/config.gni")
-
-visibility = [
- "//mojo/public/cpp/bindings/*",
- "//third_party/WebKit/*",
-]
-
-config("wtf_config") {
- configs = [ "//third_party/WebKit/Source/platform/wtf:wtf_config" ]
-}
-
-component("wtf") {
- sources = [
- "ASCIICType.h",
- "AddressSanitizer.h",
- "Alignment.h",
- "Allocator.h",
- "Assertions.h",
- "Atomics.h",
- "AutoReset.h",
- "BitVector.h",
- "BitwiseOperations.h",
- "BloomFilter.h",
- "ByteOrder.h",
- "ByteSwap.h",
- "CPU.h",
- "CheckedNumeric.h",
- "Compiler.h",
- "ConditionalDestructor.h",
- "ContainerAnnotations.h",
- "CryptographicallyRandomNumber.h",
- "CurrentTime.h",
- "DataLog.h",
- "DateMath.h",
- "Deque.h",
- "Dummy.cpp",
- "DoublyLinkedList.h",
- "DynamicAnnotations.h",
- "FilePrintStream.h",
- "Forward.h",
- "Functional.h",
- "GetPtr.h",
- "HashCountedSet.h",
- "HashFunctions.h",
- "HashIterators.h",
- "HashMap.h",
- "HashSet.h",
- "HashTable.h",
- "HashTableDeletedValueType.h",
- "HashTraits.h",
- "HexNumber.h",
- "InstanceCounter.h",
- "LeakAnnotations.h",
- "ListHashSet.h",
- "Locker.h",
- "MathExtras.h",
- "NonCopyingSort.h",
- "Noncopyable.h",
- "NotFound.h",
- "Optional.h",
- "PassRefPtr.h",
- "PrintStream.h",
- "PtrUtil.h",
- "RefCounted.h",
- "RefPtr.h",
- "RefVector.h",
- "RetainPtr.h",
- "SaturatedArithmetic.h",
- "SizeAssertions.h",
- "SpinLock.h",
- "StackUtil.h",
- "StaticConstructors.h",
- "StdLibExtras.h",
- "StringExtras.h",
- "StringHasher.h",
- "TerminatedArray.h",
- "TerminatedArrayBuilder.h",
- "ThreadRestrictionVerifier.h",
- "ThreadSafeRefCounted.h",
- "ThreadSpecific.h",
- "Threading.h",
- "ThreadingPrimitives.h",
- "Time.h",
- "TreeNode.h",
- "TypeTraits.h",
- "Vector.h",
- "VectorTraits.h",
- "WTF.h",
- "WTFExport.h",
- "WTFThreadData.h",
- "WeakPtr.h",
- "allocator/PartitionAllocator.h",
- "allocator/Partitions.h",
- "build_config.h",
- "debug/Alias.h",
- "debug/CrashLogging.h",
- "dtoa.h",
- "dtoa/bignum-dtoa.h",
- "dtoa/bignum.h",
- "dtoa/cached-powers.h",
- "dtoa/diy-fp.h",
- "dtoa/double-conversion.h",
- "dtoa/double.h",
- "dtoa/fast-dtoa.h",
- "dtoa/fixed-dtoa.h",
- "dtoa/strtod.h",
- "dtoa/utils.h",
- "text/ASCIIFastPath.h",
- "text/AtomicString.h",
- "text/AtomicStringHash.h",
- "text/AtomicStringTable.h",
- "text/Base64.h",
- "text/CString.h",
- "text/CharacterNames.h",
- "text/Collator.h",
- "text/IntegerToStringConversion.h",
- "text/ParsingUtilities.h",
- "text/StringBuffer.h",
- "text/StringBuilder.h",
- "text/StringConcatenate.h",
- "text/StringHash.h",
- "text/StringImpl.h",
- "text/StringOperators.h",
- "text/StringToNumber.h",
- "text/StringUTF8Adaptor.h",
- "text/StringView.h",
- "text/TextCodec.h",
- "text/TextCodecASCIIFastPath.h",
- "text/TextCodecLatin1.h",
- "text/TextCodecReplacement.h",
- "text/TextCodecUTF16.h",
- "text/TextCodecUTF8.h",
- "text/TextCodecUserDefined.h",
- "text/TextEncoding.h",
- "text/TextEncodingRegistry.h",
- "text/TextPosition.h",
- "text/UTF8.h",
- "text/Unicode.h",
- "text/WTFString.h",
- "text/icu/UnicodeIcu.h",
- "typed_arrays/ArrayBuffer.h",
- "typed_arrays/ArrayBufferBuilder.h",
- "typed_arrays/ArrayBufferContents.h",
- "typed_arrays/ArrayBufferView.h",
- "typed_arrays/ArrayPiece.h",
- "typed_arrays/Float32Array.h",
- "typed_arrays/Float64Array.h",
- "typed_arrays/Int16Array.h",
- "typed_arrays/Int32Array.h",
- "typed_arrays/Int8Array.h",
- "typed_arrays/IntegralTypedArrayBase.h",
- "typed_arrays/TypedArrayBase.h",
- "typed_arrays/Uint16Array.h",
- "typed_arrays/Uint32Array.h",
- "typed_arrays/Uint8Array.h",
- "typed_arrays/Uint8ClampedArray.h",
- ]
-
- configs += [
- "//third_party/WebKit/Source:config",
- "//third_party/WebKit/Source:non_test_config",
- "//third_party/WebKit/Source:blink_pch",
- ]
-
- defines = [ "WTF_IMPLEMENTATION=1" ]
-
- public_configs = [
- ":wtf_config",
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- "//build/config/compiler:no_size_t_to_int_warning",
- "//third_party/WebKit/Source:features",
- ]
-
- public_deps = [
- "//base",
- "//third_party/WebKit/Source/platform/wtf:platform_wtf",
- "//third_party/icu",
- ]
-
- if (is_android) {
- libs = [ "log" ]
- }
- if (is_linux) {
- libs = [ "dl" ]
- }
-
- if (is_mac) {
- libs = [
- "CoreFoundation.framework",
- "Foundation.framework",
- ]
- }
-
- if (remove_webcore_debug_symbols) {
- configs -= [ "//build/config/compiler:default_symbols" ]
- configs += [ "//build/config/compiler:no_symbols" ]
- }
-}
diff --git a/BitVector.h b/BitVector.h
deleted file mode 100644
index b041aa3..0000000
--- a/BitVector.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/BitVector.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/BitwiseOperations.h b/BitwiseOperations.h
deleted file mode 100644
index f4ae108..0000000
--- a/BitwiseOperations.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/BitwiseOperations.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/BloomFilter.h b/BloomFilter.h
deleted file mode 100644
index b37327e..0000000
--- a/BloomFilter.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/BloomFilter.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ByteOrder.h b/ByteOrder.h
deleted file mode 100644
index 4ba9cd8..0000000
--- a/ByteOrder.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ByteOrder.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ByteSwap.h b/ByteSwap.h
deleted file mode 100644
index 21a7fe7..0000000
--- a/ByteSwap.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ByteSwap.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/CPU.h b/CPU.h
deleted file mode 100644
index b617339..0000000
--- a/CPU.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/CPU.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/CheckedNumeric.h b/CheckedNumeric.h
deleted file mode 100644
index 4fe900f..0000000
--- a/CheckedNumeric.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/CheckedNumeric.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Compiler.h b/Compiler.h
deleted file mode 100644
index a554dcd..0000000
--- a/Compiler.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Compiler.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ConditionalDestructor.h b/ConditionalDestructor.h
deleted file mode 100644
index fc4ba2a..0000000
--- a/ConditionalDestructor.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ConditionalDestructor.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ContainerAnnotations.h b/ContainerAnnotations.h
deleted file mode 100644
index ff2a3cb..0000000
--- a/ContainerAnnotations.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ContainerAnnotations.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/CryptographicallyRandomNumber.h b/CryptographicallyRandomNumber.h
deleted file mode 100644
index 8a0eab3..0000000
--- a/CryptographicallyRandomNumber.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/CryptographicallyRandomNumber.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/CurrentTime.h b/CurrentTime.h
deleted file mode 100644
index d57fec0..0000000
--- a/CurrentTime.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/CurrentTime.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/DEPS b/DEPS
deleted file mode 100644
index c208ff5..0000000
--- a/DEPS
+++ /dev/null
@@ -1,25 +0,0 @@
-include_rules = [
- # To whitelist base/ stuff Blink is allowed to include, we list up all
- # directories and files instead of writing 'base/'.
- "+base/allocator/oom.h",
- "+base/allocator/partition_allocator",
- "+base/auto_reset.h",
- "+base/bind.h",
- "+base/bits.h",
- "+base/compiler_specific.h",
- "+base/debug",
- "+base/logging.h",
- "+base/memory/ptr_util.h",
- "+base/memory/weak_ptr.h",
- "+base/numerics",
- "+base/optional.h",
- "+base/rand_util.h",
- "+base/strings",
- "+base/threading/thread_checker.h",
- "+base/time/time.h",
- "+base/tuple.h",
- "+build",
- # Allow redirection to platform/wtf. See crbug.com/691465.
- "+platform/wtf",
- "-v8",
-]
diff --git a/DataLog.h b/DataLog.h
deleted file mode 100644
index 300ecf4..0000000
--- a/DataLog.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/DataLog.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/DateMath.h b/DateMath.h
deleted file mode 100644
index f2e3dfa..0000000
--- a/DateMath.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/DateMath.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Deque.h b/Deque.h
deleted file mode 100644
index d33a8a0..0000000
--- a/Deque.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Deque.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/DoublyLinkedList.h b/DoublyLinkedList.h
deleted file mode 100644
index 39fd5ad..0000000
--- a/DoublyLinkedList.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/DoublyLinkedList.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Dummy.cpp b/Dummy.cpp
deleted file mode 100644
index cb09531..0000000
--- a/Dummy.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Now that all .cpp files are gone for target "wtf". However, this seems to
-// trigger a compile error on Mac. This file gives an empty object file and
-// should make Xcode's libtool happy...
-
-// And also, MSVC seems to fail to build a .lib file for wtf.dll if there is
-// no symbol to export.
-
-#include "wtf/build_config.h"
-
-#if OS(WIN)
-
-namespace WTF {
-
-__declspec(
- dllexport) int g_dummy_exported_value_to_force_msvc_to_generate_lib_file;
-}
-
-#endif
diff --git a/DynamicAnnotations.h b/DynamicAnnotations.h
deleted file mode 100644
index a7fc401..0000000
--- a/DynamicAnnotations.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/DynamicAnnotations.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/FilePrintStream.h b/FilePrintStream.h
deleted file mode 100644
index 56e5c54..0000000
--- a/FilePrintStream.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/FilePrintStream.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Forward.h b/Forward.h
deleted file mode 100644
index d9e42c4..0000000
--- a/Forward.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Forward.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Functional.h b/Functional.h
deleted file mode 100644
index c550eef..0000000
--- a/Functional.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Functional.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/GetPtr.h b/GetPtr.h
deleted file mode 100644
index fc06e5c..0000000
--- a/GetPtr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/GetPtr.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashCountedSet.h b/HashCountedSet.h
deleted file mode 100644
index 39e0196..0000000
--- a/HashCountedSet.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashCountedSet.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashFunctions.h b/HashFunctions.h
deleted file mode 100644
index 4872943..0000000
--- a/HashFunctions.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashFunctions.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashIterators.h b/HashIterators.h
deleted file mode 100644
index 2b79b27..0000000
--- a/HashIterators.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashIterators.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashMap.h b/HashMap.h
deleted file mode 100644
index 525c4f2..0000000
--- a/HashMap.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashMap.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashSet.h b/HashSet.h
deleted file mode 100644
index 15b1e39..0000000
--- a/HashSet.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashSet.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashTable.h b/HashTable.h
deleted file mode 100644
index 758d4f7..0000000
--- a/HashTable.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashTable.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashTableDeletedValueType.h b/HashTableDeletedValueType.h
deleted file mode 100644
index 7a358fd..0000000
--- a/HashTableDeletedValueType.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashTableDeletedValueType.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HashTraits.h b/HashTraits.h
deleted file mode 100644
index 42b464e..0000000
--- a/HashTraits.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HashTraits.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/HexNumber.h b/HexNumber.h
deleted file mode 100644
index 90fe4b9..0000000
--- a/HexNumber.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/HexNumber.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/InstanceCounter.h b/InstanceCounter.h
deleted file mode 100644
index f5e7612..0000000
--- a/InstanceCounter.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/InstanceCounter.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/LeakAnnotations.h b/LeakAnnotations.h
deleted file mode 100644
index f43de27..0000000
--- a/LeakAnnotations.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/LeakAnnotations.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/LinkedHashSet.h b/LinkedHashSet.h
deleted file mode 100644
index 534e242..0000000
--- a/LinkedHashSet.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/LinkedHashSet.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ListHashSet.h b/ListHashSet.h
deleted file mode 100644
index 0cc0ebe..0000000
--- a/ListHashSet.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ListHashSet.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Locker.h b/Locker.h
deleted file mode 100644
index de56036..0000000
--- a/Locker.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Locker.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/MathExtras.h b/MathExtras.h
deleted file mode 100644
index b263df2..0000000
--- a/MathExtras.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/MathExtras.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/NonCopyingSort.h b/NonCopyingSort.h
deleted file mode 100644
index 616d93a..0000000
--- a/NonCopyingSort.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/NonCopyingSort.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Noncopyable.h b/Noncopyable.h
deleted file mode 100644
index e49a54b..0000000
--- a/Noncopyable.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Noncopyable.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/NotFound.h b/NotFound.h
deleted file mode 100644
index 3cfe0bc..0000000
--- a/NotFound.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/NotFound.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index 45bef0a..0000000
--- a/OWNERS
+++ /dev/null
@@ -1,12 +0,0 @@
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-
-# TEAM: [email protected]
-# COMPONENT: Blink>Internals>WTF
diff --git a/Optional.h b/Optional.h
deleted file mode 100644
index 10216d3..0000000
--- a/Optional.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Optional.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/PassRefPtr.h b/PassRefPtr.h
deleted file mode 100644
index 0623e52..0000000
--- a/PassRefPtr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/PassRefPtr.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/PrintStream.h b/PrintStream.h
deleted file mode 100644
index 6c4bbda..0000000
--- a/PrintStream.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/PrintStream.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/PtrUtil.h b/PtrUtil.h
deleted file mode 100644
index b61a57b..0000000
--- a/PtrUtil.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/PtrUtil.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/README.md b/README.md
deleted file mode 100644
index 980a7ba..0000000
--- a/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# WTF -- Web Template Framework
-
-The contents in this directory are being moved to platform/wtf. See
-[platform/wtf/README.md](../platform/wtf/README.md) for details.
diff --git a/RefCounted.h b/RefCounted.h
deleted file mode 100644
index 18654e4..0000000
--- a/RefCounted.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/RefCounted.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/RefPtr.h b/RefPtr.h
deleted file mode 100644
index 4fd6f10..0000000
--- a/RefPtr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/RefPtr.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/RefVector.h b/RefVector.h
deleted file mode 100644
index 1adeee7..0000000
--- a/RefVector.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/RefVector.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/RetainPtr.h b/RetainPtr.h
deleted file mode 100644
index 656fb32..0000000
--- a/RetainPtr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/RetainPtr.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/SaturatedArithmetic.h b/SaturatedArithmetic.h
deleted file mode 100644
index 5824a06..0000000
--- a/SaturatedArithmetic.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/SaturatedArithmetic.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/SizeAssertions.h b/SizeAssertions.h
deleted file mode 100644
index 406f535..0000000
--- a/SizeAssertions.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/SizeAssertions.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/SpinLock.h b/SpinLock.h
deleted file mode 100644
index 9081317..0000000
--- a/SpinLock.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/SpinLock.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/StackUtil.h b/StackUtil.h
deleted file mode 100644
index 7c0be57..0000000
--- a/StackUtil.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/StackUtil.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/StaticConstructors.h b/StaticConstructors.h
deleted file mode 100644
index 8866254..0000000
--- a/StaticConstructors.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/StaticConstructors.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/StdLibExtras.h b/StdLibExtras.h
deleted file mode 100644
index ec81685..0000000
--- a/StdLibExtras.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/StdLibExtras.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/StringExtras.h b/StringExtras.h
deleted file mode 100644
index be3d6ef..0000000
--- a/StringExtras.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/StringExtras.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/StringHasher.h b/StringHasher.h
deleted file mode 100644
index a7c87b7..0000000
--- a/StringHasher.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/StringHasher.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/TerminatedArray.h b/TerminatedArray.h
deleted file mode 100644
index 8f937d8..0000000
--- a/TerminatedArray.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/TerminatedArray.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/TerminatedArrayBuilder.h b/TerminatedArrayBuilder.h
deleted file mode 100644
index 531d650..0000000
--- a/TerminatedArrayBuilder.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/TerminatedArrayBuilder.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ThreadRestrictionVerifier.h b/ThreadRestrictionVerifier.h
deleted file mode 100644
index fb22bea..0000000
--- a/ThreadRestrictionVerifier.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ThreadRestrictionVerifier.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ThreadSafeRefCounted.h b/ThreadSafeRefCounted.h
deleted file mode 100644
index e6252f9..0000000
--- a/ThreadSafeRefCounted.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ThreadSafeRefCounted.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ThreadSpecific.h b/ThreadSpecific.h
deleted file mode 100644
index 25935b0..0000000
--- a/ThreadSpecific.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ThreadSpecific.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Threading.h b/Threading.h
deleted file mode 100644
index 0210ff1..0000000
--- a/Threading.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Threading.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/ThreadingPrimitives.h b/ThreadingPrimitives.h
deleted file mode 100644
index 0f40588..0000000
--- a/ThreadingPrimitives.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/ThreadingPrimitives.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/Time.h b/Time.h
deleted file mode 100644
index 937b28d..0000000
--- a/Time.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Time.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/TreeNode.h b/TreeNode.h
deleted file mode 100644
index 071039f..0000000
--- a/TreeNode.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/TreeNode.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/TriState.h b/TriState.h
deleted file mode 100644
index 9ef4f18..0000000
--- a/TriState.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/TriState.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/TypeTraits.h b/TypeTraits.h
deleted file mode 100644
index 1fafd32..0000000
--- a/TypeTraits.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/TypeTraits.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/UniquePtrTransitionGuide.md b/UniquePtrTransitionGuide.md
deleted file mode 100644
index 1d4da3d..0000000
--- a/UniquePtrTransitionGuide.md
+++ /dev/null
@@ -1,156 +0,0 @@
-# std::unique_ptr Transition Guide
-
-Now `std::unique_ptr<T>` is available anywhere in Blink. This document goes through various use cases of `OwnPtr<T>`
-and how they get converted to `std::unique_ptr<T>` so you can smoothly switch your mind.
-
-If you have any uncertainties on using `std::unique_ptr<T>`, ask [email protected] (or other C++ gurus around you)
-for help.
-
-## Creation and Use
-
-|||---|||
-#### OwnPtr
-
-```c++
-void f()
-{
- OwnPtr<T> owned = adoptPtr(new T(argument));
- owned->useThis();
- T& reference = *owned;
- T* pointer = owned.get();
- owned.clear();
- owned = adoptPtr(new T);
- T* leakedPointer = owned.leakPtr();
-}
-```
-
-#### std::unique_ptr
-
-```c++
-void f()
-{
- std::unique_ptr<T> owned(new T(argument));
- // Or: auto owned = WTF::wrapUnique(new T(argument)); †1
- owned->useThis();
- T& reference = *owned;
- T* pointer = owned.get();
- owned.reset(); // Or: owned = nullptr
- owned.reset(new T); // Or: owned = WTF::wrapUnique(new T)
- T* leakedPointer = owned.release();
-}
-```
-|||---|||
-
-†1 `WTF::wrapUnique()` is particularly useful when you pass a `unique_ptr` to somebody else:
-
-```c++
-std::unique_ptr<T> g()
-{
- h(WTF::wrapUnique(new T(argument))); // Pass to a function.
- return WTF::wrapUnique(new T(argument)); // Return from a function.
-}
-
-```
-
-You need to `#include "wtf/PtrUtil.h"` for `WTF::wrapUnique()`.
-
-## Passing and Receiving
-
-|||---|||
-#### OwnPtr
-
-```c++
-void receive(PassOwnPtr<T> object)
-{
- OwnPtr<T> localObject = object;
-}
-
-void handOver(PassOwnPtr<T> object)
-{
- receive(object);
-}
-
-void give()
-{
- OwnPtr<T> object = adoptPtr(new T);
- handOver(object.release());
- // |object| becomes null.
-}
-
-void giveDirectly()
-{
- handOver(adoptPtr(new T));
-}
-
-PassOwnPtr<T> returning()
-{
- OwnPtr<T> object = adoptPtr(new T);
- return object.release();
-}
-
-PassOwnPtr<T> returnDirectly()
-{
- return adoptPtr(new T);
-}
-```
-
-#### std::unique_ptr
-
-```c++
-void receive(std::unique_ptr<T> object)
-{
- // It is not necessary to take the object locally. †1
-}
-
-void handOver(std::unique_ptr<T> object)
-{
- receive(std::move(object)); // †2
-}
-
-void give()
-{
- std::unique_ptr<T> object(new T);
- handOver(std::move(object)); // †2
- // |object| becomes null.
-}
-
-void giveDirectly()
-{
- handOver(std::unique_ptr<T>(new T)); // †3
-}
-
-std::unique_ptr<T> returning()
-{
- std::unique_ptr<T> object(new T);
- return object; // †4
-}
-
-std::unique_ptr<T> returnDirectly()
-{
- return std::unique_ptr<T>(new T); // †3, 4
-}
-```
-
-|||---|||
-
-†1 Both `OwnPtr<T>` and `PassOwnPtr<T>` correspond to `std::unique_ptr<T>`, so a `std::unique_ptr<T>` in the
-arugment and a `std::unique_ptr<T>` in the local variable are exactly the same.
-
-†2 When you release the ownership of an lvalue, you need to surround it with `std::move()`. What's an lvalue? If
-a value has a name and you can take its address, it's almost certainly an lvalue. In this example, `object` is
-an lvalue.
-
-†3 You don't have to do anything if you release the ownership of an rvalue. An rvalue is a value that is not
-an lvalue, such as literals (`"foobar"`) or temporaries (`111 + 222`).
-
-†4 `return` statements are kind of special in that they don't require `std::move()` on releasing ownership, even with
-an lvalue. This is possible because `return` makes all the local variables go away by going back to the caller.
-
-*** aside
-*Note:* Well, yes, I know, the definitions of lvalues and rvalues here are not very precise. However, the above
-understandings are sufficient in practice. If you want to know further, see
-[the wiki about value categories at cppreference.com](http://en.cppreference.com/w/cpp/language/value_category).
-
-See also [Dana's guide for rvalue references](https://sites.google.com/a/chromium.org/dev/rvalue-references)
-if you want to learn about move semantics.
-***
diff --git a/Vector.h b/Vector.h
deleted file mode 100644
index eb20536..0000000
--- a/Vector.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/Vector.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/VectorTraits.h b/VectorTraits.h
deleted file mode 100644
index eadd393..0000000
--- a/VectorTraits.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/VectorTraits.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/WTF.h b/WTF.h
deleted file mode 100644
index 4a8bd31..0000000
--- a/WTF.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/WTF.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/WTFExport.h b/WTFExport.h
deleted file mode 100644
index 9e313a5..0000000
--- a/WTFExport.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/WTFExport.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/WTFThreadData.h b/WTFThreadData.h
deleted file mode 100644
index 61c5dae..0000000
--- a/WTFThreadData.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/WTFThreadData.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/WeakPtr.h b/WeakPtr.h
deleted file mode 100644
index 6f751b8..0000000
--- a/WeakPtr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/WeakPtr.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/allocator/PartitionAllocator.h b/allocator/PartitionAllocator.h
deleted file mode 100644
index 4245b24..0000000
--- a/allocator/PartitionAllocator.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/allocator/PartitionAllocator.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/allocator/Partitions.h b/allocator/Partitions.h
deleted file mode 100644
index 3f316f5..0000000
--- a/allocator/Partitions.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/allocator/Partitions.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/build_config.h b/build_config.h
deleted file mode 100644
index 5980e3c..0000000
--- a/build_config.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/build_config.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/debug/Alias.h b/debug/Alias.h
deleted file mode 100644
index b736837..0000000
--- a/debug/Alias.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/debug/Alias.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/debug/CrashLogging.h b/debug/CrashLogging.h
deleted file mode 100644
index 037a821..0000000
--- a/debug/CrashLogging.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/debug/CrashLogging.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/debug/DEPS b/debug/DEPS
deleted file mode 100644
index 2b999bc..0000000
--- a/debug/DEPS
+++ /dev/null
@@ -1,6 +0,0 @@
-include_rules = [
- # To whitelist base/ stuff Blink is allowed to include, we list up all
- # directories and files instead of writing 'base/'.
- "+base/debug/alias.h",
- "+base/debug/crash_logging.h",
-]
diff --git a/dtoa.h b/dtoa.h
deleted file mode 100644
index 501dd18..0000000
--- a/dtoa.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/bignum-dtoa.h b/dtoa/bignum-dtoa.h
deleted file mode 100644
index c65dd18..0000000
--- a/dtoa/bignum-dtoa.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/bignum-dtoa.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/bignum.h b/dtoa/bignum.h
deleted file mode 100644
index 6cb6f47..0000000
--- a/dtoa/bignum.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/bignum.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/cached-powers.h b/dtoa/cached-powers.h
deleted file mode 100644
index 97582a6..0000000
--- a/dtoa/cached-powers.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/cached-powers.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/diy-fp.h b/dtoa/diy-fp.h
deleted file mode 100644
index 8396908..0000000
--- a/dtoa/diy-fp.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/diy-fp.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/double-conversion.h b/dtoa/double-conversion.h
deleted file mode 100644
index 3d7490a..0000000
--- a/dtoa/double-conversion.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/double-conversion.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/double.h b/dtoa/double.h
deleted file mode 100644
index add5414..0000000
--- a/dtoa/double.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/double.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/fast-dtoa.h b/dtoa/fast-dtoa.h
deleted file mode 100644
index a98da7e..0000000
--- a/dtoa/fast-dtoa.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/fast-dtoa.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/fixed-dtoa.h b/dtoa/fixed-dtoa.h
deleted file mode 100644
index b760d11..0000000
--- a/dtoa/fixed-dtoa.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/fixed-dtoa.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/strtod.h b/dtoa/strtod.h
deleted file mode 100644
index 3a49d3a..0000000
--- a/dtoa/strtod.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/strtod.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/dtoa/utils.h b/dtoa/utils.h
deleted file mode 100644
index 7098451..0000000
--- a/dtoa/utils.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/dtoa/utils.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/ASCIIFastPath.h b/text/ASCIIFastPath.h
deleted file mode 100644
index 917e0c2..0000000
--- a/text/ASCIIFastPath.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/ASCIIFastPath.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/AtomicString.h b/text/AtomicString.h
deleted file mode 100644
index 0afb5b4..0000000
--- a/text/AtomicString.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/AtomicString.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/AtomicStringHash.h b/text/AtomicStringHash.h
deleted file mode 100644
index 6fddf59..0000000
--- a/text/AtomicStringHash.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/AtomicStringHash.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/AtomicStringTable.h b/text/AtomicStringTable.h
deleted file mode 100644
index 6f6e002..0000000
--- a/text/AtomicStringTable.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/AtomicStringTable.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/Base64.h b/text/Base64.h
deleted file mode 100644
index 97da3b1..0000000
--- a/text/Base64.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/Base64.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/CString.h b/text/CString.h
deleted file mode 100644
index 39f5aa1..0000000
--- a/text/CString.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/CString.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/CharacterNames.h b/text/CharacterNames.h
deleted file mode 100644
index 5127dd1..0000000
--- a/text/CharacterNames.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/CharacterNames.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/Collator.h b/text/Collator.h
deleted file mode 100644
index cafa65c..0000000
--- a/text/Collator.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/Collator.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/IntegerToStringConversion.h b/text/IntegerToStringConversion.h
deleted file mode 100644
index d285b86..0000000
--- a/text/IntegerToStringConversion.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/IntegerToStringConversion.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/ParsingUtilities.h b/text/ParsingUtilities.h
deleted file mode 100644
index 70f6813..0000000
--- a/text/ParsingUtilities.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/ParsingUtilities.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringBuffer.h b/text/StringBuffer.h
deleted file mode 100644
index 5c1f588..0000000
--- a/text/StringBuffer.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringBuffer.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringBuilder.h b/text/StringBuilder.h
deleted file mode 100644
index b832673..0000000
--- a/text/StringBuilder.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringBuilder.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringConcatenate.h b/text/StringConcatenate.h
deleted file mode 100644
index 23a17f6..0000000
--- a/text/StringConcatenate.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringConcatenate.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringHash.h b/text/StringHash.h
deleted file mode 100644
index 62be72b..0000000
--- a/text/StringHash.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringHash.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringImpl.h b/text/StringImpl.h
deleted file mode 100644
index a586249..0000000
--- a/text/StringImpl.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringImpl.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringOperators.h b/text/StringOperators.h
deleted file mode 100644
index c025f80..0000000
--- a/text/StringOperators.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringOperators.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringStatics.h b/text/StringStatics.h
deleted file mode 100644
index f053f43..0000000
--- a/text/StringStatics.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringStatics.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringToNumber.h b/text/StringToNumber.h
deleted file mode 100644
index 97eb319..0000000
--- a/text/StringToNumber.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringToNumber.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringUTF8Adaptor.h b/text/StringUTF8Adaptor.h
deleted file mode 100644
index 3ab6829..0000000
--- a/text/StringUTF8Adaptor.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringUTF8Adaptor.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/StringView.h b/text/StringView.h
deleted file mode 100644
index c09402d..0000000
--- a/text/StringView.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/StringView.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodec.h b/text/TextCodec.h
deleted file mode 100644
index 39fa35e..0000000
--- a/text/TextCodec.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodec.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecASCIIFastPath.h b/text/TextCodecASCIIFastPath.h
deleted file mode 100644
index d7c08ba..0000000
--- a/text/TextCodecASCIIFastPath.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecASCIIFastPath.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecICU.h b/text/TextCodecICU.h
deleted file mode 100644
index 15c1a81..0000000
--- a/text/TextCodecICU.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecICU.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecLatin1.h b/text/TextCodecLatin1.h
deleted file mode 100644
index bd8920e..0000000
--- a/text/TextCodecLatin1.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecLatin1.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecReplacement.h b/text/TextCodecReplacement.h
deleted file mode 100644
index c3528d1..0000000
--- a/text/TextCodecReplacement.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecReplacement.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecUTF16.h b/text/TextCodecUTF16.h
deleted file mode 100644
index b5916a8..0000000
--- a/text/TextCodecUTF16.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecUTF16.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecUTF8.h b/text/TextCodecUTF8.h
deleted file mode 100644
index 56a3165..0000000
--- a/text/TextCodecUTF8.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecUTF8.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextCodecUserDefined.h b/text/TextCodecUserDefined.h
deleted file mode 100644
index 2a02fd1..0000000
--- a/text/TextCodecUserDefined.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextCodecUserDefined.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextEncoding.h b/text/TextEncoding.h
deleted file mode 100644
index 119a51f..0000000
--- a/text/TextEncoding.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextEncoding.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextEncodingRegistry.h b/text/TextEncodingRegistry.h
deleted file mode 100644
index 484bb01..0000000
--- a/text/TextEncodingRegistry.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextEncodingRegistry.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/TextPosition.h b/text/TextPosition.h
deleted file mode 100644
index 7b4867f..0000000
--- a/text/TextPosition.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/TextPosition.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/UTF8.h b/text/UTF8.h
deleted file mode 100644
index aa861b9..0000000
--- a/text/UTF8.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/UTF8.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/Unicode.h b/text/Unicode.h
deleted file mode 100644
index f3db035..0000000
--- a/text/Unicode.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/Unicode.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/WTFString.h b/text/WTFString.h
deleted file mode 100644
index ac7c88f..0000000
--- a/text/WTFString.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/WTFString.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/text/icu/UnicodeIcu.h b/text/icu/UnicodeIcu.h
deleted file mode 100644
index f714a5b..0000000
--- a/text/icu/UnicodeIcu.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/text/icu/UnicodeIcu.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/ArrayBuffer.h b/typed_arrays/ArrayBuffer.h
deleted file mode 100644
index 06ffdbe..0000000
--- a/typed_arrays/ArrayBuffer.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/ArrayBuffer.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/ArrayBufferBuilder.h b/typed_arrays/ArrayBufferBuilder.h
deleted file mode 100644
index d22d83d..0000000
--- a/typed_arrays/ArrayBufferBuilder.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/ArrayBufferBuilder.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/ArrayBufferContents.h b/typed_arrays/ArrayBufferContents.h
deleted file mode 100644
index 741a063..0000000
--- a/typed_arrays/ArrayBufferContents.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/ArrayBufferContents.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/ArrayBufferView.h b/typed_arrays/ArrayBufferView.h
deleted file mode 100644
index 42282ee..0000000
--- a/typed_arrays/ArrayBufferView.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/ArrayBufferView.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/ArrayPiece.h b/typed_arrays/ArrayPiece.h
deleted file mode 100644
index 7632b27..0000000
--- a/typed_arrays/ArrayPiece.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/ArrayPiece.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Float32Array.h b/typed_arrays/Float32Array.h
deleted file mode 100644
index 12a9805..0000000
--- a/typed_arrays/Float32Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Float32Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Float64Array.h b/typed_arrays/Float64Array.h
deleted file mode 100644
index c41e98f..0000000
--- a/typed_arrays/Float64Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Float64Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Int16Array.h b/typed_arrays/Int16Array.h
deleted file mode 100644
index e3917a3..0000000
--- a/typed_arrays/Int16Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Int16Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Int32Array.h b/typed_arrays/Int32Array.h
deleted file mode 100644
index 1697b72..0000000
--- a/typed_arrays/Int32Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Int32Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Int8Array.h b/typed_arrays/Int8Array.h
deleted file mode 100644
index e8fca27..0000000
--- a/typed_arrays/Int8Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Int8Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/IntegralTypedArrayBase.h b/typed_arrays/IntegralTypedArrayBase.h
deleted file mode 100644
index d6e4010..0000000
--- a/typed_arrays/IntegralTypedArrayBase.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/TypedArrayBase.h b/typed_arrays/TypedArrayBase.h
deleted file mode 100644
index 874d3cb..0000000
--- a/typed_arrays/TypedArrayBase.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/TypedArrayBase.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Uint16Array.h b/typed_arrays/Uint16Array.h
deleted file mode 100644
index cbde155..0000000
--- a/typed_arrays/Uint16Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Uint16Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Uint32Array.h b/typed_arrays/Uint32Array.h
deleted file mode 100644
index 6627a3a..0000000
--- a/typed_arrays/Uint32Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Uint32Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Uint8Array.h b/typed_arrays/Uint8Array.h
deleted file mode 100644
index 600376b..0000000
--- a/typed_arrays/Uint8Array.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Uint8Array.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ
diff --git a/typed_arrays/Uint8ClampedArray.h b/typed_arrays/Uint8ClampedArray.h
deleted file mode 100644
index 6229f78..0000000
--- a/typed_arrays/Uint8ClampedArray.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "platform/wtf/typed_arrays/Uint8ClampedArray.h"
-
-// The contents of this header was moved to platform/wtf as part of
-// WTF migration project. See the following post for details:
-// https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYCAAJ