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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_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 "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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--ninja-path", 250 "--ninja-path",
251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
252 "--target", 252 "--target",
253 "Release_x64", 253 "Release_x64",
254 "--src-dir", 254 "--src-dir",
255 "[BUILDER_CACHE]\\Win_x64_Builder\\src", 255 "[BUILDER_CACHE]\\Win_x64_Builder\\src",
256 "--goma-cache-dir", 256 "--goma-cache-dir",
257 "[GOMA_CACHE]", 257 "[GOMA_CACHE]",
258 "--goma-deps-cache-dir", 258 "--goma-deps-cache-dir",
259 "[GOMA_DEPS_CACHE]", 259 "[GOMA_DEPS_CACHE]",
260 "--build-tool",
261 "ninja",
262 "--build-data-dir", 260 "--build-data-dir",
263 "[ROOT]\\build_data_dir", 261 "[ROOT]\\build_data_dir",
264 "--compiler", 262 "--compiler",
265 "goma", 263 "goma",
266 "--goma-jsonstatus", 264 "--goma-jsonstatus",
267 "/path/to/tmp/json", 265 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 266 "--goma-service-account-json-file",
269 "C:\\creds\\service_accounts\\service-account-goma-client.json", 267 "C:\\creds\\service_accounts\\service-account-goma-client.json",
270 "--mode", 268 "--mode",
271 "official", 269 "official",
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1093 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1096 }, 1094 },
1097 "name": "process_dumps" 1095 "name": "process_dumps"
1098 }, 1096 },
1099 { 1097 {
1100 "name": "$result", 1098 "name": "$result",
1101 "recipe_result": null, 1099 "recipe_result": null,
1102 "status_code": 0 1100 "status_code": 0
1103 } 1101 }
1104 ] 1102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698