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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__clang_.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_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 "Win64 Debug (Clang)", 10 "Win64 Debug (Clang)",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--gsutil-py-path", 177 "--gsutil-py-path",
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
179 "--ninja-path", 179 "--ninja-path",
180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
181 "--target", 181 "--target",
182 "Debug_x64", 182 "Debug_x64",
183 "--src-dir", 183 "--src-dir",
184 "[SLAVE_BUILD]\\src", 184 "[SLAVE_BUILD]\\src",
185 "--goma-cache-dir", 185 "--goma-cache-dir",
186 "[GOMA_CACHE]", 186 "[GOMA_CACHE]",
187 "--build-tool",
188 "ninja",
189 "--compiler", 187 "--compiler",
190 "goma-clang", 188 "goma-clang",
191 "--goma-jsonstatus", 189 "--goma-jsonstatus",
192 "/path/to/tmp/json", 190 "/path/to/tmp/json",
193 "--goma-service-account-json-file", 191 "--goma-service-account-json-file",
194 "C:\\creds\\service_accounts\\service-account-goma-client.json", 192 "C:\\creds\\service_accounts\\service-account-goma-client.json",
195 "--goma-dir", 193 "--goma-dir",
196 "[CACHE]\\cipd\\goma", 194 "[CACHE]\\cipd\\goma",
197 "--", 195 "--",
198 "All" 196 "All"
199 ], 197 ],
200 "env": { 198 "env": {
201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
202 }, 200 },
203 "name": "compile", 201 "name": "compile",
204 "~followup_annotations": [ 202 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 203 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
206 "@@@STEP_LOG_END@json.output (invalid)@@@" 204 "@@@STEP_LOG_END@json.output (invalid)@@@"
207 ] 205 ]
208 }, 206 },
209 { 207 {
210 "name": "$result", 208 "name": "$result",
211 "recipe_result": null, 209 "recipe_result": null,
212 "status_code": 0 210 "status_code": 0
213 } 211 }
214 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698