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

Side by Side Diff: v8.gypi

Issue 29451722: Issue 4907 - Update v8 to 5.7.278 in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: independence from file mode of make_gyp_wrapper.py Created July 4, 2017, 11:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/googletest.gyp ('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 'target_defaults': { 2 'includes': ['common.gypi'],
3 'target_conditions': [ 3 'variables': {
4 ['_type=="static_library"', { 4 'v8_enable_i18n_support': 0,
5 'standalone_static_library': 1 5 'v8_optimized_debug': 0,
6 }] 6 'v8_use_external_startup_data': 0,
7 ], 7 'v8_use_snapshot': 1,
8 } 8 'v8_random_seed%': 0,
9 },
10
11 'conditions': [
12 ['OS=="win"', {
13 'target_defaults': {
14 'msvs_settings': {
15 'VCCLCompilerTool': {
16 'WarningLevel': 0,
17 },
18 },
19 }
20 }]
21 ],
9 } 22 }
OLDNEW
« no previous file with comments | « third_party/googletest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld