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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_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, 4 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "name": "compile", 356 "name": "compile",
357 "~followup_annotations": [ 357 "~followup_annotations": [
358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
359 "@@@STEP_LOG_END@json.output (invalid)@@@" 359 "@@@STEP_LOG_END@json.output (invalid)@@@"
360 ] 360 ]
361 }, 361 },
362 { 362 {
363 "cmd": [ 363 "cmd": [
364 "python", 364 "python",
365 "-u", 365 "-u",
366 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 366 "[BUILDER_CACHE]\\win_layout\\src\\tools\\determinism\\remove_build_metada ta.py",
367 "--build-dir", 367 "--build-dir",
368 "[BUILDER_CACHE]\\win_layout\\src\\out\\Debug", 368 "[BUILDER_CACHE]\\win_layout\\src\\out\\Debug"
369 "--src-dir",
370 "[BUILDER_CACHE]\\win_layout\\src"
371 ], 369 ],
372 "cwd": "[SLAVE_BUILD]", 370 "cwd": "[SLAVE_BUILD]",
373 "name": "remove_build_metadata" 371 "name": "remove_build_metadata"
374 }, 372 },
375 { 373 {
376 "cmd": [ 374 "cmd": [
377 "python", 375 "python",
378 "-u", 376 "-u",
379 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 377 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
380 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client", 378 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "~followup_annotations": [ 449 "~followup_annotations": [
452 "@@@STEP_TEXT@WebKit Win7 (dbg)@@@" 450 "@@@STEP_TEXT@WebKit Win7 (dbg)@@@"
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