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

Unified Diff: shell/shell.gyp

Issue 10100009: FilterEngine API improvements (Closed)
Patch Set: Added filter access and addressed review comments Created April 5, 2013, 12:10 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: shell/shell.gyp
===================================================================
--- a/shell/shell.gyp
+++ b/shell/shell.gyp
@@ -1,17 +1,19 @@
{
'targets': [{
'target_name': 'abpshell',
'type': 'executable',
+ 'defines': ['FILTER_ENGINE_STUBS=1'],
'dependencies': [
'libadblockplus.gyp:libadblockplus'
],
'sources': [
'src/Main.cpp',
'src/Command.cpp',
'src/GcCommand.cpp',
'src/HelpCommand.cpp',
'src/MatchesCommand.cpp',
+ 'src/FiltersCommand.cpp',
'src/SubscriptionsCommand.cpp'
]
}]
}

Powered by Google App Engine
This is Rietveld