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