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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_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]/Print_Preview_Linux", 7 "[BUILDER_CACHE]/Print_Preview_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "--ninja-path", 256 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
258 "--target", 258 "--target",
259 "Release", 259 "Release",
260 "--src-dir", 260 "--src-dir",
261 "[BUILDER_CACHE]/Print_Preview_Linux/src", 261 "[BUILDER_CACHE]/Print_Preview_Linux/src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--goma-deps-cache-dir", 264 "--goma-deps-cache-dir",
265 "[GOMA_DEPS_CACHE]", 265 "[GOMA_DEPS_CACHE]",
266 "--build-tool",
267 "ninja",
268 "--build-data-dir", 266 "--build-data-dir",
269 "[ROOT]/build_data_dir", 267 "[ROOT]/build_data_dir",
270 "--compiler", 268 "--compiler",
271 "goma", 269 "goma",
272 "--goma-jsonstatus", 270 "--goma-jsonstatus",
273 "/path/to/tmp/json", 271 "/path/to/tmp/json",
274 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
275 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
276 "--goma-dir", 274 "--goma-dir",
277 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
318 }, 316 },
319 "name": "print_preview_tests" 317 "name": "print_preview_tests"
320 }, 318 },
321 { 319 {
322 "name": "$result", 320 "name": "$result",
323 "recipe_result": null, 321 "recipe_result": null,
324 "status_code": 0 322 "status_code": 0
325 } 323 }
326 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698