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: Created May 30, 2017, 3:02 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
OLDNEW
(Empty)
1 {
2 'variables': {
3 'want_separate_host_toolset%': 1,
4 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})',
5 'clang_dir': '/usr/',
sergei 2017/05/30 15:21:32 "/usr/" is a new magic string here, not sure wheth
Eric 2017/05/30 17:31:40 Since you're already asking for default installati
sergei 2017/05/31 12:47:11 I'm pretty sure that there is no default location
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

Powered by Google App Engine
This is Rietveld