| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "name": "cleanup_temp" | 174 "name": "cleanup_temp" |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "cmd": [ | 177 "cmd": [ |
| 178 "python", | 178 "python", |
| 179 "-u", | 179 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 180 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 181 "--show-path", | 181 "--show-path", |
| 182 "python", | 182 "python", |
| 183 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 183 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 184 "--gsutil-py-path", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 184 "--ninja-path", | 186 "--ninja-path", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 186 "--target", | 188 "--target", |
| 187 "Release", | 189 "Release", |
| 188 "--src-dir", | 190 "--src-dir", |
| 189 "[SLAVE_BUILD]\\src", | 191 "[SLAVE_BUILD]\\src", |
| 190 "--goma-cache-dir", | 192 "--goma-cache-dir", |
| 191 "[GOMA_CACHE]", | 193 "[GOMA_CACHE]", |
| 192 "--build-tool", | 194 "--build-tool", |
| 193 "ninja", | 195 "ninja", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 320 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 319 "@@@STEP_LOG_END@python.inline@@@" | 321 "@@@STEP_LOG_END@python.inline@@@" |
| 320 ] | 322 ] |
| 321 }, | 323 }, |
| 322 { | 324 { |
| 323 "name": "$result", | 325 "name": "$result", |
| 324 "recipe_result": null, | 326 "recipe_result": null, |
| 325 "status_code": 0 | 327 "status_code": 0 |
| 326 } | 328 } |
| 327 ] | 329 ] |
| OLD | NEW |