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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.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]/Android32_Clang__dbg_", 7 "[BUILDER_CACHE]/Android32_Clang__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
103 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 103 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
108 "@@@STEP_LOG_END@python.inline@@@" 108 "@@@STEP_LOG_END@python.inline@@@"
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "cmd": [],
113 "name": "ensure_goma" 112 "name": "ensure_goma"
114 }, 113 },
115 { 114 {
116 "cmd": [ 115 "cmd": [
117 "python", 116 "python",
118 "-u", 117 "-u",
119 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 118 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
120 "--platform", 119 "--platform",
121 "linux-386", 120 "linux-386",
122 "--dest-directory", 121 "--dest-directory",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
274 "@@@STEP_LOG_END@json.output (invalid)@@@" 273 "@@@STEP_LOG_END@json.output (invalid)@@@"
275 ] 274 ]
276 }, 275 },
277 { 276 {
278 "name": "$result", 277 "name": "$result",
279 "recipe_result": null, 278 "recipe_result": null,
280 "status_code": 0 279 "status_code": 0
281 } 280 }
282 ] 281 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698