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

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

Issue 1822353002: Revert of 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
« no previous file with comments | « third_party/WebKit/Source/wtf/StdLibExtras.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93ee1bcc57feb88e85ea72aabde88218004cdc86..5ba79a09ca5ef85009536a8baecd3dba3a163645 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',
- 'CheckedNumeric.h',
+ 'CheckedArithmetic.h',
'Compiler.h',
'ConditionalDestructor.h',
'ContainerAnnotations.h',
@@ -202,6 +202,7 @@
'wtf_unittest_files': [
'ASCIICTypeTest.cpp',
'ArrayBufferBuilderTest.cpp',
+ 'CheckedArithmeticTest.cpp',
'DequeTest.cpp',
'FunctionalTest.cpp',
'HashMapTest.cpp',
« no previous file with comments | « 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