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

Side by Side Diff: android-v8-options.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 | « Makefile ('k') | build-v8.cmd » ('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 'clang_dir': '/usr/', 5 'clang_dir': '/usr/',
6 'make_clang_dir': '/usr/', 6 'make_clang_dir': '/usr/',
7 }, 7 },
8 'conditions': [[ 8 'conditions': [[
9 'v8_target_arch=="arm"', { 9 'v8_target_arch=="arm"', {
10 'variables': { 10 'variables': {
11 'arm_version%': 7, 11 'arm_version%': 7,
12 'arm_fpu%': 'default', 12 'arm_fpu%': 'default',
13 'arm_float_abi%': 'default', 13 'arm_float_abi%': 'default',
14 'arm_thumb%': 'default', 14 'arm_thumb%': 'default',
15 } 15 }
16 } 16 }
17 ]], 17 ]],
18 'includes': ['v8.gypi'], 18 'includes': ['build-v8.gypi'],
19 } 19 }
OLDNEW
« no previous file with comments | « Makefile ('k') | build-v8.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld