Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 10100009: FilterEngine API improvements (Closed)
Patch Set: Created April 4, 2013, 5:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld