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

Side by Side Diff: v8.gypi

Issue 29545667: Noissue - update v8 to version 5.8.283.32 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 15, 2017, 4:39 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
« dependencies ('K') | « dependencies ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'libv8_include_dir%': 'third_party/v8/include', 3 'libv8_include_dir%': 'third_party/v8/include',
4 'libv8_build_targets': [], 4 'libv8_build_targets': [],
5 'libv8_no_build%': 0, 5 'libv8_no_build%': 0,
6 'conditions': [[ 6 'conditions': [[
7 'OS=="win"', { 7 'OS=="win"', {
8 'libv8_lib_dir%': 'v8/build/<(CONFIGURATION_NAME)', 8 'libv8_lib_dir%': 'v8/third_party/v8/src/<(CONFIGURATION_NAME)',
sergei 2017/09/15 16:48:19 It seems the output directory in v8's gyp had been
9 'libv8_libs': [ 9 'libv8_libs': [
10 '-lv8_libplatform', 10 '-lv8_libplatform',
11 '-lv8_base_0', 11 '-lv8_base_0',
12 '-lv8_base_1', 12 '-lv8_base_1',
13 '-lv8_base_2', 13 '-lv8_base_2',
14 '-lv8_base_3', 14 '-lv8_base_3',
15 '-lv8_libbase', 15 '-lv8_libbase',
16 '-lv8_libsampler', 16 '-lv8_libsampler',
17 '-lv8_snapshot', 17 '-lv8_snapshot',
18 ], 18 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '$(MSBuildBinPath)', 67 '$(MSBuildBinPath)',
68 '<(target_arch)', 68 '<(target_arch)',
69 '<(CONFIGURATION_NAME)', 69 '<(CONFIGURATION_NAME)',
70 '$(PlatformToolset)' 70 '$(PlatformToolset)'
71 ] 71 ]
72 }], 72 }],
73 }] 73 }]
74 } 74 }
75 ]], 75 ]],
76 } 76 }
OLDNEW
« dependencies ('K') | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld