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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "name": "compile", 358 "name": "compile",
359 "~followup_annotations": [ 359 "~followup_annotations": [
360 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 360 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
361 "@@@STEP_LOG_END@json.output (invalid)@@@" 361 "@@@STEP_LOG_END@json.output (invalid)@@@"
362 ] 362 ]
363 }, 363 },
364 { 364 {
365 "cmd": [ 365 "cmd": [
366 "python", 366 "python",
367 "-u", 367 "-u",
368 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 368 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
369 "--build-dir", 369 "--build-dir",
370 "[BUILDER_CACHE]\\win\\src\\out\\Debug", 370 "[BUILDER_CACHE]\\win\\src\\out\\Debug"
371 "--src-dir",
372 "[BUILDER_CACHE]\\win\\src"
373 ], 371 ],
374 "cwd": "[SLAVE_BUILD]", 372 "cwd": "[SLAVE_BUILD]",
375 "name": "remove_build_metadata" 373 "name": "remove_build_metadata"
376 }, 374 },
377 { 375 {
378 "cmd": [ 376 "cmd": [
379 "python", 377 "python",
380 "-u", 378 "-u",
381 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 379 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
382 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 380 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "~followup_annotations": [ 449 "~followup_annotations": [
452 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 450 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
453 ] 451 ]
454 }, 452 },
455 { 453 {
456 "name": "$result", 454 "name": "$result",
457 "recipe_result": null, 455 "recipe_result": null,
458 "status_code": 0 456 "status_code": 0
459 } 457 }
460 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698