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

Delta Between Two Patch Sets: libadblockplus.gyp

Issue 9846017: Make JavaScript sources compile into the library; convert JavaScript files on the fly (Closed)
Left Patch Set: Split various fake modules out of the large compat script Created March 14, 2013, 10:24 p.m.
Right Patch Set: Review comments addressed Created March 15, 2013, 3:59 p.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
« no previous file with change/comment | « lib/utils.js ('k') | shell/src/Main.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'dependencies': [ 66 'dependencies': [
67 'third_party/googletest.gyp:googletest_main', 67 'third_party/googletest.gyp:googletest_main',
68 'libadblockplus' 68 'libadblockplus'
69 ], 69 ],
70 'sources': [ 70 'sources': [
71 'test/ConsoleJsObject.cpp', 71 'test/ConsoleJsObject.cpp',
72 'test/JsEngine.cpp' 72 'test/JsEngine.cpp'
73 ] 73 ]
74 }] 74 }]
75 } 75 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld