| 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 cbba7dd0e7361bde66648597f61f3db3cd30e1cc..54cf9ba396e3baf5a3345fe7d85c25794a731941 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -144,7 +144,6 @@ component("wtf") {
|
| "allocator/PartitionAllocator.h",
|
| "allocator/Partitions.cpp",
|
| "allocator/Partitions.h",
|
| - "asm/SaturatedArithmeticARM.h",
|
| "build_config.h",
|
| "debug/Alias.h",
|
| "debug/CrashLogging.h",
|
| @@ -318,7 +317,6 @@ test("wtf_unittests") {
|
| "OptionalTest.cpp",
|
| "PassRefPtrTest.cpp",
|
| "RefPtrTest.cpp",
|
| - "SaturatedArithmeticTest.cpp",
|
| "StringExtrasTest.cpp",
|
| "StringHasherTest.cpp",
|
| "TreeNodeTest.cpp",
|
|
|