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

Side by Side Diff: build-v8.gypi

Issue 29493555: Issue 5433 - rename v8.gypi to build-v8.gyp (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 20, 2017, 9:14 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 | « build-v8.cmd ('k') | v8.gypi » ('j') | 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 '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 'msvs_settings': { 14 'msvs_settings': {
15 'VCCLCompilerTool': { 15 'VCCLCompilerTool': {
16 'WarningLevel': 0, 16 'WarningLevel': 0,
17 }, 17 },
18 }, 18 },
19 } 19 }
20 }] 20 }]
21 ], 21 ],
22 } 22 }
OLDNEW
« no previous file with comments | « build-v8.cmd ('k') | v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld