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

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

Issue 2499783002: Move SaturatedArithmetic from Blink to base (Closed)
Patch Set: Revert flag addition 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..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",
« no previous file with comments | « third_party/WebKit/Source/platform/geometry/IntPoint.h ('k') | third_party/WebKit/Source/wtf/SaturatedArithmetic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698