| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "name": "cleanup_temp" | 188 "name": "cleanup_temp" |
| 189 }, | 189 }, |
| 190 { | 190 { |
| 191 "cmd": [ | 191 "cmd": [ |
| 192 "python", | 192 "python", |
| 193 "-u", | 193 "-u", |
| 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 195 "--show-path", | 195 "--show-path", |
| 196 "python", | 196 "python", |
| 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 198 "--gsutil-py-path", |
| 199 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 198 "--ninja-path", | 200 "--ninja-path", |
| 199 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 201 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 200 "--target", | 202 "--target", |
| 201 "Release", | 203 "Release", |
| 202 "--src-dir", | 204 "--src-dir", |
| 203 "[SLAVE_BUILD]\\src", | 205 "[SLAVE_BUILD]\\src", |
| 204 "--goma-cache-dir", | 206 "--goma-cache-dir", |
| 205 "[GOMA_CACHE]", | 207 "[GOMA_CACHE]", |
| 206 "--build-tool", | 208 "--build-tool", |
| 207 "ninja", | 209 "ninja", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 ], | 297 ], |
| 296 "cwd": "[SLAVE_BUILD]", | 298 "cwd": "[SLAVE_BUILD]", |
| 297 "name": "process_dumps" | 299 "name": "process_dumps" |
| 298 }, | 300 }, |
| 299 { | 301 { |
| 300 "name": "$result", | 302 "name": "$result", |
| 301 "recipe_result": null, | 303 "recipe_result": null, |
| 302 "status_code": 0 | 304 "status_code": 0 |
| 303 } | 305 } |
| 304 ] | 306 ] |
| OLD | NEW |