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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--ninja-path", 321 "--ninja-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 322 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
323 "--target", 323 "--target",
324 "Release_x64", 324 "Release_x64",
325 "--src-dir", 325 "--src-dir",
326 "[BUILDER_CACHE]\\Win_x64_GN\\src", 326 "[BUILDER_CACHE]\\Win_x64_GN\\src",
327 "--goma-cache-dir", 327 "--goma-cache-dir",
328 "[GOMA_CACHE]", 328 "[GOMA_CACHE]",
329 "--goma-deps-cache-dir", 329 "--goma-deps-cache-dir",
330 "[GOMA_DEPS_CACHE]", 330 "[GOMA_DEPS_CACHE]",
331 "--build-tool",
332 "ninja",
333 "--build-data-dir", 331 "--build-data-dir",
334 "[ROOT]\\build_data_dir", 332 "[ROOT]\\build_data_dir",
335 "--compiler", 333 "--compiler",
336 "goma", 334 "goma",
337 "--goma-jsonstatus", 335 "--goma-jsonstatus",
338 "/path/to/tmp/json", 336 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 337 "--goma-service-account-json-file",
340 "C:\\creds\\service_accounts\\service-account-goma-client.json", 338 "C:\\creds\\service_accounts\\service-account-goma-client.json",
341 "--goma-dir", 339 "--goma-dir",
342 "[CACHE]\\cipd\\goma", 340 "[CACHE]\\cipd\\goma",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
382 ], 380 ],
383 "name": "package build" 381 "name": "package build"
384 }, 382 },
385 { 383 {
386 "name": "$result", 384 "name": "$result",
387 "recipe_result": null, 385 "recipe_result": null,
388 "status_code": 0 386 "status_code": 0
389 } 387 }
390 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698