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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--ninja-path", 213 "--ninja-path",
214 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 214 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
215 "--target", 215 "--target",
216 "Release", 216 "Release",
217 "--src-dir", 217 "--src-dir",
218 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", 218 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src",
219 "--goma-cache-dir", 219 "--goma-cache-dir",
220 "[GOMA_CACHE]", 220 "[GOMA_CACHE]",
221 "--goma-deps-cache-dir", 221 "--goma-deps-cache-dir",
222 "[GOMA_DEPS_CACHE]", 222 "[GOMA_DEPS_CACHE]",
223 "--build-tool",
224 "ninja",
225 "--build-data-dir", 223 "--build-data-dir",
226 "[ROOT]\\build_data_dir", 224 "[ROOT]\\build_data_dir",
227 "--", 225 "--",
228 "chromium_builder_asan" 226 "chromium_builder_asan"
229 ], 227 ],
230 "env": { 228 "env": {
231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
232 }, 230 },
233 "name": "compile" 231 "name": "compile"
234 }, 232 },
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
306 "@@@STEP_LOG_END@python.inline@@@" 304 "@@@STEP_LOG_END@python.inline@@@"
307 ] 305 ]
308 }, 306 },
309 { 307 {
310 "name": "$result", 308 "name": "$result",
311 "recipe_result": null, 309 "recipe_result": null,
312 "status_code": 0 310 "status_code": 0
313 } 311 }
314 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698