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

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

Issue 29783566: Issue 6596 - update to work with v8 6.7.288.11 (Closed) Base URL: https://github.com/adblockplus/libadblockplus@99836840e314b7941fdb51cb2b91f23ca3ee3414
Patch Set: mention the version of V8 Created May 25, 2018, 10:04 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') | 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
(Empty)
1 {
2 'variables': {
3 'want_separate_host_toolset%': 1,
4 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})',
5 'android_ndk_version': 'r16b',
6 'clang_dir': '/usr/',
7 'make_clang_dir': '/usr/',
8 },
9 'conditions': [[
10 'v8_target_arch=="arm"', {
11 'variables': {
12 'arm_version%': 7,
13 'arm_fpu%': 'default',
14 'arm_float_abi%': 'default',
15 'arm_thumb%': 'default',
16 }
17 }
18 ]],
19 'includes': ['build-v8.gypi'],
20 }
OLDNEW
« no previous file with comments | « README.md ('k') | appveyor.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld