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

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

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase 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]\\Win64_Debug__GYP_", 7 "[BUILDER_CACHE]\\Win64_Debug__GYP_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "--gsutil-py-path", 206 "--gsutil-py-path",
207 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 207 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
208 "--ninja-path", 208 "--ninja-path",
209 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
210 "--target", 210 "--target",
211 "Debug_x64", 211 "Debug_x64",
212 "--src-dir", 212 "--src-dir",
213 "[BUILDER_CACHE]\\Win64_Debug__GYP_\\src", 213 "[BUILDER_CACHE]\\Win64_Debug__GYP_\\src",
214 "--goma-cache-dir", 214 "--goma-cache-dir",
215 "[GOMA_CACHE]", 215 "[GOMA_CACHE]",
216 "--buildbot-buildername",
217 "Win64 Debug (GYP)",
218 "--buildbot-mastername",
219 "client.webrtc",
220 "--buildbot-slavename",
221 "slavename",
216 "--goma-deps-cache-dir", 222 "--goma-deps-cache-dir",
217 "[GOMA_DEPS_CACHE]", 223 "[GOMA_DEPS_CACHE]",
218 "--compiler", 224 "--compiler",
219 "goma", 225 "goma",
220 "--goma-jsonstatus", 226 "--goma-jsonstatus",
221 "/path/to/tmp/json", 227 "/path/to/tmp/json",
222 "--goma-service-account-json-file", 228 "--goma-service-account-json-file",
223 "C:\\creds\\service_accounts\\service-account-goma-client.json", 229 "C:\\creds\\service_accounts\\service-account-goma-client.json",
224 "--goma-dir", 230 "--goma-dir",
225 "[CACHE]\\cipd\\goma", 231 "[CACHE]\\cipd\\goma",
226 "--" 232 "--"
227 ], 233 ],
228 "env": { 234 "env": {
229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
230 }, 236 },
231 "name": "compile", 237 "name": "compile",
232 "~followup_annotations": [ 238 "~followup_annotations": [
233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
234 "@@@STEP_LOG_END@json.output (invalid)@@@" 240 "@@@STEP_LOG_END@json.output (invalid)@@@"
235 ] 241 ]
236 }, 242 },
237 { 243 {
238 "name": "$result", 244 "name": "$result",
239 "recipe_result": null, 245 "recipe_result": null,
240 "status_code": 0 246 "status_code": 0
241 } 247 }
242 ] 248 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698