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

Side by Side Diff: android-v8-options.gypi

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: fix and simplify build for Windows Created April 18, 2018, 6:41 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
« no previous file with comments | « Makefile ('k') | appveyor.yml » ('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 'variables': { 2 'variables': {
3 'want_separate_host_toolset%': 1, 3 'want_separate_host_toolset%': 1,
4 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})', 4 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})',
5 'android_ndk_version': 'r16b',
5 'clang_dir': '/usr/', 6 'clang_dir': '/usr/',
6 'make_clang_dir': '/usr/', 7 'make_clang_dir': '/usr/',
7 }, 8 },
8 'conditions': [[ 9 'conditions': [[
9 'v8_target_arch=="arm"', { 10 'v8_target_arch=="arm"', {
10 'variables': { 11 'variables': {
11 'arm_version%': 7, 12 'arm_version%': 7,
12 'arm_fpu%': 'default', 13 'arm_fpu%': 'default',
13 'arm_float_abi%': 'default', 14 'arm_float_abi%': 'default',
14 'arm_thumb%': 'default', 15 'arm_thumb%': 'default',
15 } 16 }
16 } 17 }
17 ]], 18 ]],
18 'includes': ['build-v8.gypi'], 19 'includes': ['build-v8.gypi'],
19 } 20 }
OLDNEW
« no previous file with comments | « Makefile ('k') | appveyor.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld