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..a072974040396f60f0b4c9b833273772beccd891 100644 |
--- a/third_party/WebKit/Source/wtf/BUILD.gn |
+++ b/third_party/WebKit/Source/wtf/BUILD.gn |
@@ -107,7 +107,6 @@ component("wtf") { |
"RefCounted.h", |
"RefPtr.h", |
"RetainPtr.h", |
- "SaturatedArithmetic.h", |
"SizeAssertions.h", |
"SizeLimits.cpp", |
"SpinLock.cpp", |
@@ -144,7 +143,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 +316,6 @@ test("wtf_unittests") { |
"OptionalTest.cpp", |
"PassRefPtrTest.cpp", |
"RefPtrTest.cpp", |
- "SaturatedArithmeticTest.cpp", |
"StringExtrasTest.cpp", |
"StringHasherTest.cpp", |
"TreeNodeTest.cpp", |