Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 2499783002: Move SaturatedArithmetic from Blink to base (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698