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

Side by Side Diff: shell/shell.gyp

Issue 10100009: FilterEngine API improvements (Closed)
Patch Set: Created April 4, 2013, 5:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'targets': [{ 2 'targets': [{
3 'target_name': 'abpshell', 3 'target_name': 'abpshell',
4 'type': 'executable', 4 'type': 'executable',
5 'defines': ['FILTER_ENGINE_STUBS=1'],
5 'dependencies': [ 6 'dependencies': [
6 'libadblockplus.gyp:libadblockplus' 7 'libadblockplus.gyp:libadblockplus'
7 ], 8 ],
8 'sources': [ 9 'sources': [
9 'src/Main.cpp', 10 'src/Main.cpp',
10 'src/Command.cpp', 11 'src/Command.cpp',
11 'src/GcCommand.cpp', 12 'src/GcCommand.cpp',
12 'src/HelpCommand.cpp', 13 'src/HelpCommand.cpp',
13 'src/MatchesCommand.cpp', 14 'src/MatchesCommand.cpp',
14 'src/SubscriptionsCommand.cpp' 15 'src/SubscriptionsCommand.cpp'
15 ] 16 ]
16 }] 17 }]
17 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld