Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__dbg_.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "--compiler", 255 "--compiler",
256 "goma", 256 "goma",
257 "--goma-jsonstatus", 257 "--goma-jsonstatus",
258 "/path/to/tmp/json", 258 "/path/to/tmp/json",
259 "--goma-dir", 259 "--goma-dir",
260 "[BUILD]\\goma", 260 "[BUILD]\\goma",
261 "--ninja-ensure-up-to-date", 261 "--ninja-ensure-up-to-date",
262 "--", 262 "--",
263 "browser_tests", 263 "browser_tests",
264 "browser_tests_run", 264 "browser_tests_run",
265 "chromium_builder_tests" 265 "chromium_builder_tests",
266 "crash_service"
266 ], 267 ],
267 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
268 "name": "compile", 269 "name": "compile",
269 "~followup_annotations": [ 270 "~followup_annotations": [
270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
271 "@@@STEP_LOG_END@json.output (invalid)@@@" 272 "@@@STEP_LOG_END@json.output (invalid)@@@"
272 ] 273 ]
273 }, 274 },
274 { 275 {
275 "cmd": [ 276 "cmd": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "~followup_annotations": [ 357 "~followup_annotations": [
357 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 358 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
358 ] 359 ]
359 }, 360 },
360 { 361 {
361 "name": "$result", 362 "name": "$result",
362 "recipe_result": null, 363 "recipe_result": null,
363 "status_code": 0 364 "status_code": 0
364 } 365 }
365 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698