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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json

Issue 1786123007: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@base
Patch Set: Created 4 years, 9 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_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win SyzyASan", 10 "Win SyzyASan",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
101 "--show-path", 101 "--show-path",
102 "python", 102 "python",
103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
104 "--ninja-path", 104 "--ninja-path",
105 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja", 105 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
106 "--target", 106 "--target",
107 "Release", 107 "Release",
108 "--src-dir", 108 "--src-dir",
109 "[SLAVE_BUILD]\\src", 109 "[SLAVE_BUILD]\\src",
110 "--goma-cache-dir", 110 "--goma-cache-dir",
111 "[GOMA_CACHE]", 111 "[GOMA_CACHE]",
112 "--build-tool", 112 "--build-tool",
113 "ninja", 113 "ninja",
114 "--compiler", 114 "--compiler",
115 "goma", 115 "goma",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 ], 514 ],
515 "cwd": "[SLAVE_BUILD]", 515 "cwd": "[SLAVE_BUILD]",
516 "name": "webrtc_nonparallel_tests" 516 "name": "webrtc_nonparallel_tests"
517 }, 517 },
518 { 518 {
519 "name": "$result", 519 "name": "$result",
520 "recipe_result": null, 520 "recipe_result": null,
521 "status_code": 0 521 "status_code": 0
522 } 522 }
523 ] 523 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698