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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_release.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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "cmd": [ 122 "cmd": [
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_CROSSCOMPILE": "1", 132 "GYP_CROSSCOMPILE": "1",
132 "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": "OS=ios clang=1 component=static_library gomadir='[CACHE]/c ipd/goma' target_arch=arm64 target_subarch=arm64 use_goma=1",
133 "GYP_GENERATORS": "ninja", 134 "GYP_GENERATORS": "ninja",
134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
135 }, 136 },
136 "name": "gclient runhooks" 137 "name": "gclient runhooks"
137 }, 138 },
138 { 139 {
140 "cmd": [
141 "python",
142 "-u",
143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
144 "--root=[SLAVE_BUILD]/src",
145 "gen",
146 "//out/Release-iphoneos",
147 "--args=is_clang=true target_os=ios is_debug=false target_cpu=\"arm64\" us e_goma=true goma_dir=\"[CACHE]/cipd/goma\""
148 ],
149 "cwd": "[SLAVE_BUILD]/src",
150 "name": "gn"
151 },
152 {
139 "allow_subannotations": true, 153 "allow_subannotations": true,
140 "cmd": [ 154 "cmd": [
141 "python", 155 "python",
142 "-u", 156 "-u",
143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
144 "--src-dir", 158 "--src-dir",
145 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
146 "--output-json", 160 "--output-json",
147 "/path/to/tmp/json" 161 "/path/to/tmp/json"
148 ], 162 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "--goma-deps-cache-file", 198 "--goma-deps-cache-file",
185 "iOS_ARM64_Release.gomadeps", 199 "iOS_ARM64_Release.gomadeps",
186 "--compiler", 200 "--compiler",
187 "goma-clang", 201 "goma-clang",
188 "--goma-jsonstatus", 202 "--goma-jsonstatus",
189 "/path/to/tmp/json", 203 "/path/to/tmp/json",
190 "--goma-service-account-json-file", 204 "--goma-service-account-json-file",
191 "/creds/service_accounts/service-account-goma-client.json", 205 "/creds/service_accounts/service-account-goma-client.json",
192 "--goma-dir", 206 "--goma-dir",
193 "[CACHE]/cipd/goma", 207 "[CACHE]/cipd/goma",
194 "--", 208 "--"
195 "All"
196 ], 209 ],
197 "env": { 210 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
199 }, 212 },
200 "name": "compile", 213 "name": "compile",
201 "~followup_annotations": [ 214 "~followup_annotations": [
202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
203 "@@@STEP_LOG_END@json.output (invalid)@@@" 216 "@@@STEP_LOG_END@json.output (invalid)@@@"
204 ] 217 ]
205 }, 218 },
206 { 219 {
207 "name": "$result", 220 "name": "$result",
208 "recipe_result": null, 221 "recipe_result": null,
209 "status_code": 0 222 "status_code": 0
210 } 223 }
211 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698