| Index: third_party/WebKit/Source/wtf/wtf.gypi
|
| diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
|
| index 0573b31ed82c9197d4daf7c0df4cd4fe9f232e18..399f003e1d1d68ac2ea549240c167fbf2adac6e5 100644
|
| --- a/third_party/WebKit/Source/wtf/wtf.gypi
|
| +++ b/third_party/WebKit/Source/wtf/wtf.gypi
|
| @@ -9,16 +9,6 @@
|
| 'AddressSpaceRandomization.h',
|
| 'Alignment.h',
|
| 'Allocator.h',
|
| - 'ArrayBuffer.cpp',
|
| - 'ArrayBuffer.h',
|
| - 'ArrayBufferBuilder.cpp',
|
| - 'ArrayBufferBuilder.h',
|
| - 'ArrayBufferContents.cpp',
|
| - 'ArrayBufferContents.h',
|
| - 'ArrayBufferView.cpp',
|
| - 'ArrayBufferView.h',
|
| - 'ArrayPiece.cpp',
|
| - 'ArrayPiece.h',
|
| 'Assertions.cpp',
|
| 'Assertions.h',
|
| 'Atomics.h',
|
| @@ -47,8 +37,6 @@
|
| 'DynamicAnnotations.h',
|
| 'FilePrintStream.cpp',
|
| 'FilePrintStream.h',
|
| - 'Float32Array.h',
|
| - 'Float64Array.h',
|
| 'Forward.h',
|
| 'Functional.h',
|
| 'GetPtr.h',
|
| @@ -64,10 +52,6 @@
|
| 'HexNumber.h',
|
| 'InstanceCounter.cpp',
|
| 'InstanceCounter.h',
|
| - 'Int16Array.h',
|
| - 'Int32Array.h',
|
| - 'Int8Array.h',
|
| - 'IntegralTypedArrayBase.h',
|
| 'LeakAnnotations.h',
|
| 'LinkedStack.h',
|
| 'ListHashSet.h',
|
| @@ -114,10 +98,6 @@
|
| 'ThreadingWin.cpp',
|
| 'TreeNode.h',
|
| 'TypeTraits.h',
|
| - 'TypedArrayBase.h',
|
| - 'Uint16Array.h',
|
| - 'Uint32Array.h',
|
| - 'Uint8Array.h',
|
| 'Vector.h',
|
| 'VectorTraits.h',
|
| 'WTF.cpp',
|
| @@ -196,10 +176,29 @@
|
| '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',
|
| ],
|
| 'wtf_unittest_files': [
|
| 'ASCIICTypeTest.cpp',
|
| - 'ArrayBufferBuilderTest.cpp',
|
| 'AssertionsTest.cpp',
|
| 'DequeTest.cpp',
|
| 'FunctionalTest.cpp',
|
| @@ -227,6 +226,7 @@
|
| 'text/TextCodecReplacementTest.cpp',
|
| 'text/TextCodecUTF8Test.cpp',
|
| 'text/WTFStringTest.cpp',
|
| + 'typed_arrays/ArrayBufferBuilderTest.cpp',
|
| ],
|
| },
|
| }
|
|
|