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

Side by Side Diff: build-v8.gypi

Issue 29555620: Issue 5698 - Update V8 to 6.1.534.41 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix and rebase Created Sept. 28, 2017, 7:21 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
OLDNEW
1 { 1 {
2 'includes': ['common.gypi'], 2 'includes': ['common.gypi'],
3 'variables': { 3 'variables': {
4 'v8_enable_i18n_support': 0, 4 'v8_enable_i18n_support': 0,
5 'v8_optimized_debug': 0, 5 'v8_optimized_debug': 0,
6 'v8_use_external_startup_data': 0, 6 'v8_use_external_startup_data': 0,
7 'v8_use_snapshot': 1, 7 'v8_use_snapshot': 1,
8 'v8_random_seed%': 0, 8 'v8_random_seed%': 0,
9 }, 9 },
10 10
11 'conditions': [ 11 'conditions': [
12 ['OS=="win"', { 12 ['OS=="win"', {
13 'target_defaults': { 13 'target_defaults': {
14 'configurations': {
15 'Debug': {
16 'conditions': [
17 ['target_arch=="x64"', {
18 'msvs_settings': {
19 'VCCLCompilerTool': {
20 'AdditionalOptions': [
21 '/bigobj', # compiling fatal error C1128: number of sectio ns exceeded object file format limit: compile with /bigobj
22 ]
23 }
24 }
25 }]
26 ],
27 }
28 },
14 'msvs_settings': { 29 'msvs_settings': {
15 'VCCLCompilerTool': { 30 'VCCLCompilerTool': {
16 'WarningLevel': 0, 31 'WarningLevel': 0,
17 }, 32 },
18 }, 33 },
19 } 34 }
20 }] 35 }]
21 ], 36 ],
22 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld