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

Delta Between Two Patch Sets: libadblockplus.gyp

Issue 9987009: Interface for the libadblockplus API (Closed)
Left Patch Set: Some changes to the API, implemented stubs Created March 26, 2013, 3:13 p.m.
Right Patch Set: Reduce redundant redundancy Created March 27, 2013, 6:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 { 1 {
2 'includes': ['third_party/v8/build/common.gypi', 2 'includes': ['third_party/v8/build/common.gypi',
3 'shell/shell.gyp'], 3 'shell/shell.gyp'],
4 'targets': [{ 4 'targets': [{
5 'target_name': 'libadblockplus', 5 'target_name': 'libadblockplus',
6 'type': '<(library)', 6 'type': '<(library)',
7 'include_dirs': [ 7 'include_dirs': [
8 'include', 8 'include',
9 'third_party/v8/include' 9 'third_party/v8/include'
10 ], 10 ],
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 'target_name': 'tests', 25 'target_name': 'tests',
26 'type': 'executable', 26 'type': 'executable',
27 'dependencies': [ 27 'dependencies': [
28 'third_party/googletest.gyp:googletest_main', 28 'third_party/googletest.gyp:googletest_main',
29 'libadblockplus' 29 'libadblockplus'
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 'test/ConsoleJsObject.cpp', 32 'test/ConsoleJsObject.cpp',
33 'test/FilterEngineStubs.cpp',
33 'test/JsEngine.cpp' 34 'test/JsEngine.cpp'
34 ] 35 ]
35 }] 36 }]
36 } 37 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld