| Index: third_party/WebKit/Source/wtf/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
|
| index 958a4e189337db3400d33507916569ab4cf3efe5..2074597d3e44299e52d918d386c44a143b42eddb 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -152,15 +152,10 @@ component("wtf") {
|
| "text/Unicode.h",
|
| "text/WTFString.h",
|
| "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",
|
|
|