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

Unified Diff: libadblockplus.gyp

Issue 10016005: Add API calls and stubs for filter matching and subscription management (Closed)
Patch Set: Created April 3, 2013, 12:42 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
@@ -13,6 +13,7 @@
'src/ConsoleJsObject.cpp',
'src/ErrorCallback.cpp',
'src/FileReader.cpp',
+ 'src/FilterEngine.cpp',
'src/JsEngine.cpp'
],
'direct_dependent_settings': {
@@ -29,6 +30,7 @@
],
'sources': [
'test/ConsoleJsObject.cpp',
+ 'test/FilterEngineStubs.cpp',
'test/JsEngine.cpp'
]
}]

Powered by Google App Engine
This is Rietveld