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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/gn_build.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "-m", 189 "-m",
190 "chromium.fake", 190 "chromium.fake",
191 "-b", 191 "-b",
192 "ios", 192 "ios",
193 "--config-file", 193 "--config-file",
194 "[SLAVE_BUILD]/src/webrtc/build/mb_config.pyl", 194 "[SLAVE_BUILD]/src/webrtc/build/mb_config.pyl",
195 "--goma-dir", 195 "--goma-dir",
196 "[CACHE]/cipd/goma", 196 "[CACHE]/cipd/goma",
197 "//out/Debug-iphoneos" 197 "//out/Debug-iphoneos"
198 ], 198 ],
199 "cwd": "[SLAVE_BUILD]/src",
199 "env": { 200 "env": {
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
201 }, 202 },
202 "name": "generate_build_files" 203 "name": "generate_build_files"
203 }, 204 },
204 { 205 {
205 "cmd": [ 206 "cmd": [
206 "ninja", 207 "ninja",
207 "-C", 208 "-C",
208 "[SLAVE_BUILD]/src/out/Debug-iphoneos" 209 "[SLAVE_BUILD]/src/out/Debug-iphoneos"
209 ], 210 ],
210 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphoneos", 211 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphoneos",
211 "name": "compile" 212 "name": "compile"
212 }, 213 },
213 { 214 {
214 "name": "$result", 215 "name": "$result",
215 "recipe_result": null, 216 "recipe_result": null,
216 "status_code": 0 217 "status_code": 0
217 } 218 }
218 ] 219 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698