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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--ninja-path", 288 "--ninja-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 289 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
290 "--target", 290 "--target",
291 "Release", 291 "Release",
292 "--src-dir", 292 "--src-dir",
293 "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src", 293 "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src",
294 "--goma-cache-dir", 294 "--goma-cache-dir",
295 "[GOMA_CACHE]", 295 "[GOMA_CACHE]",
296 "--goma-deps-cache-dir", 296 "--goma-deps-cache-dir",
297 "[GOMA_DEPS_CACHE]", 297 "[GOMA_DEPS_CACHE]",
298 "--build-tool",
299 "ninja",
300 "--build-data-dir", 298 "--build-data-dir",
301 "[ROOT]\\build_data_dir", 299 "[ROOT]\\build_data_dir",
302 "--compiler", 300 "--compiler",
303 "goma", 301 "goma",
304 "--goma-jsonstatus", 302 "--goma-jsonstatus",
305 "/path/to/tmp/json", 303 "/path/to/tmp/json",
306 "--goma-service-account-json-file", 304 "--goma-service-account-json-file",
307 "C:\\creds\\service_accounts\\service-account-goma-client.json", 305 "C:\\creds\\service_accounts\\service-account-goma-client.json",
308 "--goma-dir", 306 "--goma-dir",
309 "[CACHE]\\cipd\\goma", 307 "[CACHE]\\cipd\\goma",
310 "--", 308 "--",
311 "chrome" 309 "chrome"
312 ], 310 ],
313 "env": { 311 "env": {
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
315 }, 313 },
316 "name": "compile", 314 "name": "compile",
317 "~followup_annotations": [ 315 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
319 "@@@STEP_LOG_END@json.output (invalid)@@@" 317 "@@@STEP_LOG_END@json.output (invalid)@@@"
320 ] 318 ]
321 }, 319 },
322 { 320 {
323 "name": "$result", 321 "name": "$result",
324 "recipe_result": null, 322 "recipe_result": null,
325 "status_code": 0 323 "status_code": 0
326 } 324 }
327 ] 325 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698