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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.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 "\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]/Linux_Debug_Builder", 7 "[BUILDER_CACHE]/Linux_Debug_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--ninja-path", 281 "--ninja-path",
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
283 "--target", 283 "--target",
284 "Debug", 284 "Debug",
285 "--src-dir", 285 "--src-dir",
286 "[BUILDER_CACHE]/Linux_Debug_Builder/src", 286 "[BUILDER_CACHE]/Linux_Debug_Builder/src",
287 "--goma-cache-dir", 287 "--goma-cache-dir",
288 "[GOMA_CACHE]", 288 "[GOMA_CACHE]",
289 "--goma-deps-cache-dir", 289 "--goma-deps-cache-dir",
290 "[GOMA_DEPS_CACHE]", 290 "[GOMA_DEPS_CACHE]",
291 "--build-tool",
292 "ninja",
293 "--build-data-dir", 291 "--build-data-dir",
294 "[ROOT]/build_data_dir", 292 "[ROOT]/build_data_dir",
295 "--compiler", 293 "--compiler",
296 "goma", 294 "goma",
297 "--goma-jsonstatus", 295 "--goma-jsonstatus",
298 "/path/to/tmp/json", 296 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 297 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 298 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 299 "--goma-dir",
302 "[CACHE]/cipd/goma", 300 "[CACHE]/cipd/goma",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "~followup_annotations": [ 367 "~followup_annotations": [
370 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" 368 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
371 ] 369 ]
372 }, 370 },
373 { 371 {
374 "name": "$result", 372 "name": "$result",
375 "recipe_result": null, 373 "recipe_result": null,
376 "status_code": 0 374 "status_code": 0
377 } 375 }
378 ] 376 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698