| Index: adblockplus.gyp |
| diff --git a/adblockplus.gyp b/adblockplus.gyp |
| index 59ddb29f87a96fe169336079ddb0a6d0341af5a5..e10976b155dec871d8064598edae0679dfbdad99 100644 |
| --- a/adblockplus.gyp |
| +++ b/adblockplus.gyp |
| @@ -212,6 +212,10 @@ |
| 'test/DictionaryTest.cpp', |
| 'test/RegistryTest.cpp', |
| 'test/UtilTest.cpp', |
| + 'test/UtilGetQueryStringTest.cpp', |
| + 'test/UtilForEachTokenTest.cpp', |
| + 'test/UtilForEachQueryStringParameterTest.cpp', |
| + 'test/UtilGetSchemeAndHierarchicalPartTest.cpp', |
| ], |
| 'defines': ['WINVER=0x0501'], |
| 'link_settings': { |