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

Unified Diff: shell/shell.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: shell/shell.gyp
===================================================================
--- a/shell/shell.gyp
+++ b/shell/shell.gyp
@@ -1,12 +1,13 @@
{
'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',

Powered by Google App Engine
This is Rietveld