Chromium Code Reviews| 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 71c4b1956616b932cd3b56e3553da3c066050245..bf88d3fce0c3b9ecd5770f6329146848bf7ccd57 100644 |
| --- a/third_party/WebKit/Source/wtf/wtf.gypi |
| +++ b/third_party/WebKit/Source/wtf/wtf.gypi |
| @@ -56,6 +56,8 @@ |
| 'ListHashSet.h', |
| 'Locker.h', |
| 'MathExtras.h', |
| + 'MakeCancellable.cpp', |
| + 'MakeCancellable.h', |
| 'NonCopyingSort.h', |
| 'Noncopyable.h', |
| 'NotFound.h', |
| @@ -210,6 +212,7 @@ |
| 'HashMapTest.cpp', |
| 'HashSetTest.cpp', |
| 'ListHashSetTest.cpp', |
| + 'MakeCancellableTest.cpp', |
| 'MathExtrasTest.cpp', |
| 'OptionalTest.cpp', |
| 'RefPtrTest.cpp', |