| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 215 "--show-path", | 215 "--show-path", |
| 216 "python", | 216 "python", |
| 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 218 "--gsutil-py-path", |
| 219 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 218 "--ninja-path", | 220 "--ninja-path", |
| 219 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 221 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 220 "--target", | 222 "--target", |
| 221 "Release", | 223 "Release", |
| 222 "--src-dir", | 224 "--src-dir", |
| 223 "[SLAVE_BUILD]\\src", | 225 "[SLAVE_BUILD]\\src", |
| 224 "--goma-cache-dir", | 226 "--goma-cache-dir", |
| 225 "[GOMA_CACHE]", | 227 "[GOMA_CACHE]", |
| 226 "--build-tool", | 228 "--build-tool", |
| 227 "ninja", | 229 "ninja", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ], | 318 ], |
| 317 "cwd": "[SLAVE_BUILD]", | 319 "cwd": "[SLAVE_BUILD]", |
| 318 "name": "process_dumps" | 320 "name": "process_dumps" |
| 319 }, | 321 }, |
| 320 { | 322 { |
| 321 "name": "$result", | 323 "name": "$result", |
| 322 "recipe_result": null, | 324 "recipe_result": null, |
| 323 "status_code": 0 | 325 "status_code": 0 |
| 324 } | 326 } |
| 325 ] | 327 ] |
| OLD | NEW |