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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]/src", 134 "cwd": "[SLAVE_BUILD]/src",
135 "env": { 135 "env": {
136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
137 "GYP_CHROMIUM_NO_ACTION": "1", 137 "GYP_CHROMIUM_NO_ACTION": "1",
138 "GYP_CROSSCOMPILE": "1", 138 "GYP_CROSSCOMPILE": "1",
139 "GYP_DEFINES": "OS=android android_full_debug=1 component=static_library d check_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g oma=1", 139 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1",
140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
141 }, 141 },
142 "name": "gclient runhooks" 142 "name": "gclient runhooks"
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
149 "--root=[SLAVE_BUILD]/src", 149 "--root=[SLAVE_BUILD]/src",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
202 "@@@STEP_LOG_END@json.output (invalid)@@@" 202 "@@@STEP_LOG_END@json.output (invalid)@@@"
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "name": "$result", 206 "name": "$result",
207 "recipe_result": null, 207 "recipe_result": null,
208 "status_code": 0 208 "status_code": 0
209 } 209 }
210 ] 210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698