Chromium Code Reviews| Index: Source/wtf/wtf.gypi |
| diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi |
| index 173ec447ee5c4aa19e653c5333970e34069070f4..8dc2e23f5c07cd5ad7de03885227fc6692a29e0e 100644 |
| --- a/Source/wtf/wtf.gypi |
| +++ b/Source/wtf/wtf.gypi |
| @@ -205,6 +205,7 @@ |
| 'wtf_unittest_files': [ |
| 'ArrayBufferBuilderTest.cpp', |
| 'CheckedArithmeticTest.cpp', |
| + 'DequeTest.cpp', |
|
Mads Ager (chromium)
2014/04/08 10:46:17
You need to add this file to the code review.
Erik Corry
2014/04/08 11:48:53
Done.
|
| 'FunctionalTest.cpp', |
| 'HashMapTest.cpp', |
| 'HashSetTest.cpp', |