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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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]/ClangToTAndroidASan", 7 "[BUILDER_CACHE]/ClangToTAndroidASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 207 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
208 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 208 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
209 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 209 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
210 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 210 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
211 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 211 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
212 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 212 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
213 "@@@STEP_LOG_END@python.inline@@@" 213 "@@@STEP_LOG_END@python.inline@@@"
214 ] 214 ]
215 }, 215 },
216 { 216 {
217 "allow_subannotations": false,
218 "cmd": [ 217 "cmd": [
219 "[BUILDER_CACHE]/ClangToTAndroidASan/src/build/tree_truth.sh", 218 "[BUILDER_CACHE]/ClangToTAndroidASan/src/build/tree_truth.sh",
220 "[BUILDER_CACHE]/ClangToTAndroidASan/src", 219 "[BUILDER_CACHE]/ClangToTAndroidASan/src",
221 "src" 220 "src"
222 ], 221 ],
223 "name": "tree truth steps" 222 "name": "tree truth steps"
224 }, 223 },
225 { 224 {
226 "cmd": [ 225 "cmd": [
227 "python", 226 "python",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s" 304 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s"
306 }, 305 },
307 "name": "compile" 306 "name": "compile"
308 }, 307 },
309 { 308 {
310 "name": "$result", 309 "name": "$result",
311 "recipe_result": null, 310 "recipe_result": null,
312 "status_code": 0 311 "status_code": 0
313 } 312 }
314 ] 313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698