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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp.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_GYP", 7 "[BUILDER_CACHE]/Android32_GYP",
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
205 }, 204 },
206 "name": "generate_build_files" 205 "name": "generate_build_files"
207 }, 206 },
208 { 207 {
209 "name": "$result", 208 "name": "$result",
210 "recipe_result": null, 209 "recipe_result": null,
211 "status_code": 0 210 "status_code": 0
212 } 211 }
213 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698