Chromium Code Reviews| Index: Source/wtf/wtf.gypi |
| diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi |
| index 63a6843402e5d11221992fa1f460d25f4e13a438..bab0e321bfb96f0d6a9a620d6df14588ea199c5c 100644 |
| --- a/Source/wtf/wtf.gypi |
| +++ b/Source/wtf/wtf.gypi |
| @@ -86,6 +86,7 @@ |
| 'Noncopyable.h', |
| 'NotFound.h', |
| 'NullPtr.h', |
| + 'Optional.h', |
| 'OwnPtr.h', |
| 'OwnPtrCommon.h', |
| 'PageAllocator.cpp', |
| @@ -128,6 +129,7 @@ |
| 'Uint16Array.h', |
| 'Uint32Array.h', |
| 'Uint8Array.h', |
| + 'Utility.h', |
| 'Vector.h', |
| 'VectorTraits.h', |
| 'WTF.cpp', |
| @@ -217,6 +219,7 @@ |
| 'HashSetTest.cpp', |
| 'ListHashSetTest.cpp', |
| 'MathExtrasTest.cpp', |
| + 'OptionalTest.cpp', |
| 'PartitionAllocTest.cpp', |
| 'RefPtrTest.cpp', |
| 'SaturatedArithmeticTest.cpp', |