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

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

Issue 2245423002: WebRTC: Don't specify All compile target (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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]/Linux32_ARM", 7 "[BUILDER_CACHE]/Linux32_ARM",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--goma-deps-cache-dir", 213 "--goma-deps-cache-dir",
214 "[GOMA_DEPS_CACHE]", 214 "[GOMA_DEPS_CACHE]",
215 "--compiler", 215 "--compiler",
216 "goma", 216 "goma",
217 "--goma-jsonstatus", 217 "--goma-jsonstatus",
218 "/path/to/tmp/json", 218 "/path/to/tmp/json",
219 "--goma-service-account-json-file", 219 "--goma-service-account-json-file",
220 "/creds/service_accounts/service-account-goma-client.json", 220 "/creds/service_accounts/service-account-goma-client.json",
221 "--goma-dir", 221 "--goma-dir",
222 "[CACHE]/cipd/goma", 222 "[CACHE]/cipd/goma",
223 "--", 223 "--"
224 "All"
225 ], 224 ],
226 "env": { 225 "env": {
227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
228 }, 227 },
229 "name": "compile", 228 "name": "compile",
230 "~followup_annotations": [ 229 "~followup_annotations": [
231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
232 "@@@STEP_LOG_END@json.output (invalid)@@@" 231 "@@@STEP_LOG_END@json.output (invalid)@@@"
233 ] 232 ]
234 }, 233 },
235 { 234 {
236 "name": "$result", 235 "name": "$result",
237 "recipe_result": null, 236 "recipe_result": null,
238 "status_code": 0 237 "status_code": 0
239 } 238 }
240 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698