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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "echo", 171 "echo",
172 "-e", 172 "-e",
173 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": null, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bo ts\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version \"\n}" 173 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": null, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bo ts\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version \"\n}"
174 ], 174 ],
175 "name": "finalize build config" 175 "name": "finalize build config"
176 }, 176 },
177 { 177 {
178 "cmd": [],
179 "name": "ensure_goma" 178 "name": "ensure_goma"
180 }, 179 },
181 { 180 {
182 "cmd": [ 181 "cmd": [
183 "python", 182 "python",
184 "-u", 183 "-u",
185 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 184 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
186 "--platform", 185 "--platform",
187 "mac-amd64", 186 "mac-amd64",
188 "--dest-directory", 187 "--dest-directory",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
335 "@@@STEP_LOG_END@json.output (invalid)@@@" 334 "@@@STEP_LOG_END@json.output (invalid)@@@"
336 ] 335 ]
337 }, 336 },
338 { 337 {
339 "name": "$result", 338 "name": "$result",
340 "recipe_result": null, 339 "recipe_result": null,
341 "status_code": 0 340 "status_code": 0
342 } 341 }
343 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698