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

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

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1", 131 "GYP_CHROMIUM_NO_ACTION": "1",
132 "GYP_CROSSCOMPILE": "1", 132 "GYP_CROSSCOMPILE": "1",
133 "GYP_DEFINES": "OS=ios clang=1 component=static_library gomadir='[CACHE]/c ipd/goma' target_arch=arm64 target_subarch=arm64 use_goma=1", 133 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=arm64 use_goma=1",
134 "GYP_GENERATORS": "ninja", 134 "GYP_GENERATORS": "ninja",
135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
136 }, 136 },
137 "name": "gclient runhooks" 137 "name": "gclient runhooks"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
216 "@@@STEP_LOG_END@json.output (invalid)@@@" 216 "@@@STEP_LOG_END@json.output (invalid)@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "name": "$result", 220 "name": "$result",
221 "recipe_result": null, 221 "recipe_result": null,
222 "status_code": 0 222 "status_code": 0
223 } 223 }
224 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698