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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/mac.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: 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 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 24 matching lines...) Expand all
35 "{\"src/flutter\": \"got_engine_revision\"}", 35 "{\"src/flutter\": \"got_engine_revision\"}",
36 "--git-cache-dir", 36 "--git-cache-dir",
37 "[GIT_CACHE]", 37 "[GIT_CACHE]",
38 "--output_json", 38 "--output_json",
39 "/path/to/tmp/json", 39 "/path/to/tmp/json",
40 "--revision", 40 "--revision",
41 "src/flutter@HEAD", 41 "src/flutter@HEAD",
42 "--output_manifest" 42 "--output_manifest"
43 ], 43 ],
44 "env": { 44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 45 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
46 }, 46 },
47 "name": "bot_update", 47 "name": "bot_update",
48 "~followup_annotations": [ 48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"HEAD\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"HEAD\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@", 54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 698 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
699 "@@@STEP_LOG_END@python.inline@@@" 699 "@@@STEP_LOG_END@python.inline@@@"
700 ] 700 ]
701 }, 701 },
702 { 702 {
703 "name": "$result", 703 "name": "$result",
704 "recipe_result": null, 704 "recipe_result": null,
705 "status_code": 0 705 "status_code": 0
706 } 706 }
707 ] 707 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/engine.expected/linux.json ('k') | scripts/slave/recipes/gyp.expected/fake_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698