| OLD | NEW |
| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "GYP_GENERATORS": "ninja", | 155 "GYP_GENERATORS": "ninja", |
| 156 "LANDMINES_VERBOSE": "1", | 156 "LANDMINES_VERBOSE": "1", |
| 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 158 }, | 158 }, |
| 159 "name": "gclient runhooks", | 159 "name": "gclient runhooks", |
| 160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 161 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
<br />GYP_CHROMIUM_NO_ACTION=1@@@" | 161 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
<br />GYP_CHROMIUM_NO_ACTION=1@@@" |
| 162 ] | 162 ] |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [], | |
| 166 "name": "ensure_goma" | 165 "name": "ensure_goma" |
| 167 }, | 166 }, |
| 168 { | 167 { |
| 169 "cmd": [ | 168 "cmd": [ |
| 170 "python", | 169 "python", |
| 171 "-u", | 170 "-u", |
| 172 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 171 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 173 "--platform", | 172 "--platform", |
| 174 "mac-amd64", | 173 "mac-amd64", |
| 175 "--dest-directory", | 174 "--dest-directory", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 ], | 249 ], |
| 251 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", | 250 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", |
| 252 "name": "compile" | 251 "name": "compile" |
| 253 }, | 252 }, |
| 254 { | 253 { |
| 255 "name": "$result", | 254 "name": "$result", |
| 256 "recipe_result": null, | 255 "recipe_result": null, |
| 257 "status_code": 0 | 256 "status_code": 0 |
| 258 } | 257 } |
| 259 ] | 258 ] |
| OLD | NEW |