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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1814563002: wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index eaf572759bac204536d38dd01e4b6f010d232e68..ea3f0d36a00d1b11e90886905ce5fd048de5c7af 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -30,7 +30,7 @@
'ByteOrder.h',
'ByteSwap.h',
'CPU.h',
- 'CheckedArithmetic.h',
+ 'CheckedNumeric.h',
'Compiler.h',
'ConditionalDestructor.h',
'ContainerAnnotations.h',
@@ -205,7 +205,6 @@
'ASCIICTypeTest.cpp',
'ArrayBufferBuilderTest.cpp',
'AssertionsTest.cpp',
- 'CheckedArithmeticTest.cpp',
'DequeTest.cpp',
'FunctionalTest.cpp',
'HashMapTest.cpp',
« third_party/WebKit/Source/wtf/StdLibExtras.h ('K') | « third_party/WebKit/Source/wtf/StdLibExtras.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698