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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json

Issue 2334373002: 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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/android_compile_x86_rel", 7 "[BUILDER_CACHE]/android_compile_x86_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 108 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
109 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 109 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
110 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 110 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
111 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 111 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
112 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 112 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
113 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 113 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
114 "@@@STEP_LOG_END@python.inline@@@" 114 "@@@STEP_LOG_END@python.inline@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [],
119 "name": "ensure_goma" 118 "name": "ensure_goma"
120 }, 119 },
121 { 120 {
122 "cmd": [ 121 "cmd": [
123 "python", 122 "python",
124 "-u", 123 "-u",
125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 124 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
126 "--platform", 125 "--platform",
127 "linux-386", 126 "linux-386",
128 "--dest-directory", 127 "--dest-directory",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
259 "@@@STEP_LOG_END@json.output (invalid)@@@" 258 "@@@STEP_LOG_END@json.output (invalid)@@@"
260 ] 259 ]
261 }, 260 },
262 { 261 {
263 "name": "$result", 262 "name": "$result",
264 "recipe_result": null, 263 "recipe_result": null,
265 "status_code": 0 264 "status_code": 0
266 } 265 }
267 ] 266 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698