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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "/path/to/tmp/json" | 178 "/path/to/tmp/json" |
179 ], | 179 ], |
180 "env": { | 180 "env": { |
181 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" | 181 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" |
182 }, | 182 }, |
183 "name": "analyze", | 183 "name": "analyze", |
184 "~followup_annotations": [ | 184 "~followup_annotations": [ |
185 "@@@STEP_TEXT@No compile necessary@@@", | 185 "@@@STEP_TEXT@No compile necessary@@@", |
186 "@@@STEP_LOG_LINE@json.output@{@@@", | 186 "@@@STEP_LOG_LINE@json.output@{@@@", |
187 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
188 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
189 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
190 "@@@STEP_LOG_LINE@json.output@}@@@", | 190 "@@@STEP_LOG_LINE@json.output@}@@@", |
191 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
192 ] | 192 ] |
193 } | 193 } |
194 ] | 194 ] |
OLD | NEW |