| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "--show-path", | 110 "--show-path", |
| 111 "python", | 111 "python", |
| 112 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 112 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 113 ], | 113 ], |
| 114 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python_slave", | 118 "python_slave", |
| 119 "[BUILD]\\scripts\\slave\\compile.py", | 119 "[BUILD]\\scripts\\slave\\compile.py", |
| 120 "--solution", | |
| 121 "all.sln", | |
| 122 "--project", | |
| 123 "chromium_builder_dbg_drmemory_win", | |
| 124 "--target", | 120 "--target", |
| 125 "Debug" | 121 "Debug", |
| 122 "chromium_builder_dbg_drmemory_win" |
| 126 ], | 123 ], |
| 127 "name": "compile" | 124 "name": "compile" |
| 128 }, | 125 }, |
| 129 { | 126 { |
| 130 "name": "$result", | 127 "name": "$result", |
| 131 "recipe_result": null, | 128 "recipe_result": null, |
| 132 "status_code": 0 | 129 "status_code": 0 |
| 133 } | 130 } |
| 134 ] | 131 ] |
| OLD | NEW |