| 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',
|
|
|