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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--ninja-path", 264 "--ninja-path",
265 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 265 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
266 "--target", 266 "--target",
267 "Release", 267 "Release",
268 "--src-dir", 268 "--src-dir",
269 "[BUILDER_CACHE]\\Print_Preview_Win\\src", 269 "[BUILDER_CACHE]\\Print_Preview_Win\\src",
270 "--goma-cache-dir", 270 "--goma-cache-dir",
271 "[GOMA_CACHE]", 271 "[GOMA_CACHE]",
272 "--goma-deps-cache-dir", 272 "--goma-deps-cache-dir",
273 "[GOMA_DEPS_CACHE]", 273 "[GOMA_DEPS_CACHE]",
274 "--build-tool",
275 "ninja",
276 "--build-data-dir", 274 "--build-data-dir",
277 "[ROOT]\\build_data_dir", 275 "[ROOT]\\build_data_dir",
278 "--compiler", 276 "--compiler",
279 "goma", 277 "goma",
280 "--goma-jsonstatus", 278 "--goma-jsonstatus",
281 "/path/to/tmp/json", 279 "/path/to/tmp/json",
282 "--goma-service-account-json-file", 280 "--goma-service-account-json-file",
283 "C:\\creds\\service_accounts\\service-account-goma-client.json", 281 "C:\\creds\\service_accounts\\service-account-goma-client.json",
284 "--goma-dir", 282 "--goma-dir",
285 "[CACHE]\\cipd\\goma", 283 "[CACHE]\\cipd\\goma",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
338 }, 336 },
339 "name": "process_dumps" 337 "name": "process_dumps"
340 }, 338 },
341 { 339 {
342 "name": "$result", 340 "name": "$result",
343 "recipe_result": null, 341 "recipe_result": null,
344 "status_code": 0 342 "status_code": 0
345 } 343 }
346 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698