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

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

Powered by Google App Engine
This is Rietveld