OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an
droid']" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an
droid']" |
10 ], | 10 ], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "most", | 53 "most", |
54 "-d", | 54 "-d", |
55 "arm_v7_neon" | 55 "arm_v7_neon" |
56 ], | 56 ], |
57 "cwd": "[SLAVE_BUILD]/skia", | 57 "cwd": "[SLAVE_BUILD]/skia", |
58 "env": { | 58 "env": { |
59 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", | 59 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", |
60 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 60 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
61 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", | 61 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", |
62 "BUILDTYPE": "Debug", | 62 "BUILDTYPE": "Debug", |
63 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err
ors=1", | 63 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
64 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 64 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
65 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" | 65 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" |
66 }, | 66 }, |
67 "name": "build most" | 67 "name": "build most" |
68 } | 68 } |
69 ] | 69 ] |
OLD | NEW |