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

Unified Diff: libadblockplus.gyp

Issue 9987009: Interface for the libadblockplus API (Closed)
Patch Set: Reduce redundant redundancy Created March 27, 2013, 6:45 a.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'
]
}]
« no previous file with comments | « include/AdblockPlus/FilterEngine.h ('k') | shell/src/Command.h » ('j') | shell/src/Command.h » ('J')

Powered by Google App Engine
This is Rietveld