OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE[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'}]" | 9 "cache_dir = None\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps_file': '
DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]" |
10 ], | 10 ], |
11 "cwd": "[SLAVE_BUILD]", | 11 "cwd": "[SLAVE_BUILD]", |
12 "env": { | 12 "env": { |
13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
14 }, | 14 }, |
15 "name": "gclient setup" | 15 "name": "gclient setup" |
16 }, | 16 }, |
17 { | 17 { |
18 "cmd": [ | 18 "cmd": [ |
19 "python", | 19 "python", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" | 137 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" |
138 }, | 138 }, |
139 "name": "build most" | 139 "name": "build most" |
140 }, | 140 }, |
141 { | 141 { |
142 "name": "$result", | 142 "name": "$result", |
143 "recipe_result": null, | 143 "recipe_result": null, |
144 "status_code": 0 | 144 "status_code": 0 |
145 } | 145 } |
146 ] | 146 ] |
OLD | NEW |