Index: libadblockplus.gyp |
=================================================================== |
--- a/libadblockplus.gyp |
+++ b/libadblockplus.gyp |
@@ -62,16 +62,17 @@ |
'<@(additional_library_files)', |
'<@(_outputs)', |
] |
}] |
}, |
{ |
'target_name': 'tests', |
'type': 'executable', |
+ 'defines': ['FILTER_ENGINE_STUBS=1'], |
'dependencies': [ |
'third_party/googletest.gyp:googletest_main', |
'libadblockplus' |
], |
'sources': [ |
'test/ConsoleJsObject.cpp', |
'test/FilterEngineStubs.cpp', |
'test/JsEngine.cpp', |