Index: third_party/WebKit/Source/platform/wtf/BUILD.gn |
diff --git a/third_party/WebKit/Source/platform/wtf/BUILD.gn b/third_party/WebKit/Source/platform/wtf/BUILD.gn |
index a5c22bc21b4c31862c1e029f20ab1c5b30ef4f6d..a4f691b81d015537ad1ca3dfcf4154da22f1f573 100644 |
--- a/third_party/WebKit/Source/platform/wtf/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/wtf/BUILD.gn |
@@ -204,26 +204,20 @@ source_set("platform_wtf") { |
"text/TextCodecASCIIFastPath.h", |
"text/TextCodecICU.cpp", |
"text/TextCodecICU.h", |
- "text/TextCodecICU.h", |
"text/TextCodecLatin1.cpp", |
"text/TextCodecLatin1.h", |
- "text/TextCodecLatin1.h", |
"text/TextCodecReplacement.cpp", |
"text/TextCodecReplacement.h", |
"text/TextCodecUTF16.cpp", |
"text/TextCodecUTF16.h", |
- "text/TextCodecUTF16.h", |
"text/TextCodecUTF8.cpp", |
"text/TextCodecUTF8.h", |
"text/TextCodecUserDefined.cpp", |
"text/TextCodecUserDefined.h", |
- "text/TextCodecUserDefined.h", |
"text/TextEncoding.cpp", |
"text/TextEncoding.h", |
- "text/TextEncoding.h", |
"text/TextEncodingRegistry.cpp", |
"text/TextEncodingRegistry.h", |
- "text/TextEncodingRegistry.h", |
"text/TextPosition.cpp", |
"text/TextPosition.h", |
"text/UTF8.cpp", |
@@ -233,6 +227,27 @@ source_set("platform_wtf") { |
"text/WTFString.h", |
"text/icu/CollatorICU.cpp", |
"text/icu/UnicodeIcu.h", |
+ "typed_arrays/ArrayBuffer.cpp", |
+ "typed_arrays/ArrayBuffer.h", |
+ "typed_arrays/ArrayBufferBuilder.cpp", |
+ "typed_arrays/ArrayBufferBuilder.h", |
+ "typed_arrays/ArrayBufferContents.cpp", |
+ "typed_arrays/ArrayBufferContents.h", |
+ "typed_arrays/ArrayBufferView.cpp", |
+ "typed_arrays/ArrayBufferView.h", |
+ "typed_arrays/ArrayPiece.cpp", |
+ "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 += [ |