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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "name": "compile", 366 "name": "compile",
367 "~followup_annotations": [ 367 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 368 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
369 "@@@STEP_LOG_END@json.output (invalid)@@@" 369 "@@@STEP_LOG_END@json.output (invalid)@@@"
370 ] 370 ]
371 }, 371 },
372 { 372 {
373 "cmd": [ 373 "cmd": [
374 "python", 374 "python",
375 "-u", 375 "-u",
376 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 376 "[BUILDER_CACHE]\\win_layout\\src\\tools\\determinism\\remove_build_metada ta.py",
377 "--build-dir", 377 "--build-dir",
378 "[BUILDER_CACHE]\\win_layout\\src\\out\\Release", 378 "[BUILDER_CACHE]\\win_layout\\src\\out\\Release"
379 "--src-dir",
380 "[BUILDER_CACHE]\\win_layout\\src"
381 ], 379 ],
382 "cwd": "[SLAVE_BUILD]", 380 "cwd": "[SLAVE_BUILD]",
383 "name": "remove_build_metadata" 381 "name": "remove_build_metadata"
384 }, 382 },
385 { 383 {
386 "cmd": [ 384 "cmd": [
387 "python", 385 "python",
388 "-u", 386 "-u",
389 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 387 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
390 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client", 388 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "~followup_annotations": [ 478 "~followup_annotations": [
481 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" 479 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@"
482 ] 480 ]
483 }, 481 },
484 { 482 {
485 "name": "$result", 483 "name": "$result",
486 "recipe_result": null, 484 "recipe_result": null,
487 "status_code": 0 485 "status_code": 0
488 } 486 }
489 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698