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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.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]/Site_Isolation_Linux", 7 "[BUILDER_CACHE]/Site_Isolation_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "--ninja-path", 278 "--ninja-path",
279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
280 "--target", 280 "--target",
281 "Release", 281 "Release",
282 "--src-dir", 282 "--src-dir",
283 "[BUILDER_CACHE]/Site_Isolation_Linux/src", 283 "[BUILDER_CACHE]/Site_Isolation_Linux/src",
284 "--goma-cache-dir", 284 "--goma-cache-dir",
285 "[GOMA_CACHE]", 285 "[GOMA_CACHE]",
286 "--goma-deps-cache-dir", 286 "--goma-deps-cache-dir",
287 "[GOMA_DEPS_CACHE]", 287 "[GOMA_DEPS_CACHE]",
288 "--build-tool",
289 "ninja",
290 "--build-data-dir", 288 "--build-data-dir",
291 "[ROOT]/build_data_dir", 289 "[ROOT]/build_data_dir",
292 "--compiler", 290 "--compiler",
293 "goma", 291 "goma",
294 "--goma-jsonstatus", 292 "--goma-jsonstatus",
295 "/path/to/tmp/json", 293 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 294 "--goma-service-account-json-file",
297 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
298 "--goma-dir", 296 "--goma-dir",
299 "[CACHE]/cipd/goma", 297 "[CACHE]/cipd/goma",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 387 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
390 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 388 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
391 ] 389 ]
392 }, 390 },
393 { 391 {
394 "name": "$result", 392 "name": "$result",
395 "recipe_result": null, 393 "recipe_result": null,
396 "status_code": 0 394 "status_code": 0
397 } 395 }
398 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698