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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_debug__gyp_.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 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/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
170 "--ninja-path", 170 "--ninja-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
172 "--target", 172 "--target",
173 "Debug-iphoneos", 173 "Debug-iphoneos",
174 "--src-dir", 174 "--src-dir",
175 "[SLAVE_BUILD]/src", 175 "[SLAVE_BUILD]/src",
176 "--goma-cache-dir", 176 "--goma-cache-dir",
177 "[GOMA_CACHE]", 177 "[GOMA_CACHE]",
178 "--buildbot-buildername", 178 "--buildbot-buildername",
179 "iOS Debug", 179 "iOS Debug (GYP)",
180 "--buildbot-mastername", 180 "--buildbot-mastername",
181 "client.libyuv", 181 "client.libyuv",
182 "--buildbot-slavename", 182 "--buildbot-slavename",
183 "slavename", 183 "slavename",
184 "--goma-deps-cache-file", 184 "--goma-deps-cache-file",
185 "iOS_Debug.gomadeps", 185 "iOS_Debug__GYP_.gomadeps",
186 "--compiler", 186 "--compiler",
187 "goma-clang", 187 "goma-clang",
188 "--goma-jsonstatus", 188 "--goma-jsonstatus",
189 "/path/to/tmp/json", 189 "/path/to/tmp/json",
190 "--goma-service-account-json-file", 190 "--goma-service-account-json-file",
191 "/creds/service_accounts/service-account-goma-client.json", 191 "/creds/service_accounts/service-account-goma-client.json",
192 "--goma-dir", 192 "--goma-dir",
193 "[CACHE]/cipd/goma", 193 "[CACHE]/cipd/goma",
194 "--", 194 "--"
195 "All"
196 ], 195 ],
197 "env": { 196 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
199 }, 198 },
200 "name": "compile", 199 "name": "compile",
201 "~followup_annotations": [ 200 "~followup_annotations": [
202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
203 "@@@STEP_LOG_END@json.output (invalid)@@@" 202 "@@@STEP_LOG_END@json.output (invalid)@@@"
204 ] 203 ]
205 }, 204 },
206 { 205 {
207 "name": "$result", 206 "name": "$result",
208 "recipe_result": null, 207 "recipe_result": null,
209 "status_code": 0 208 "status_code": 0
210 } 209 }
211 ] 210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698