Chromium Code Reviews| Index: gyp/tests.gyp |
| =================================================================== |
| --- gyp/tests.gyp (revision 8614) |
| +++ gyp/tests.gyp (working copy) |
| @@ -23,6 +23,7 @@ |
| '../tests/BitmapCopyTest.cpp', |
| '../tests/BitmapFactoryTest.cpp', |
| '../tests/BitmapGetColorTest.cpp', |
| + '../tests/BitmapHasherTest.cpp', |
| '../tests/BitmapHeapTest.cpp', |
| '../tests/BitmapTransformerTest.cpp', |
| '../tests/BitSetTest.cpp', |
| @@ -141,6 +142,7 @@ |
| # TODO(borenet): Find a way to either provide this dependency or |
| # replace it. |
| 'sources!': [ |
| + '../tests/BitmapHasherTest.cpp', |
|
epoger
2013/04/11 17:39:40
ChecksumTest directly uses CityHash, and BitmapHas
|
| '../tests/ChecksumTest.cpp', |
| ], |
| }], |