| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[BUILD]/scripts/slave/ios/host_info.py", | 4 "[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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 108 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 109 "@@@STEP_LOG_LINE@json.output@}@@@", | 109 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 110 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
| 111 ] | 111 ] |
| 112 }, | 112 }, |
| 113 { | 113 { |
| 114 "cmd": [ | 114 "cmd": [ |
| 115 "echo", | 115 "echo", |
| 116 "-e", | 116 "-e", |
| 117 "{\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 }, \n \"compiler\": \"ninja\", \n \"configuratio
n\": \"Release\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"trigger
ed bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" | 117 "{\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 }, \n \"compiler\": \"ninja\", \n \"configuratio
n\": \"Release\", \n \"env\": {}, \n \"sdk\": \"iphoneos8.0\", \n \"tests\":
[], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}
" |
| 118 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 120 "name": "finalize build config" | 120 "name": "finalize build config" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "[BUILD]/scripts/slave/ios/find_xcode.py", | 124 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 125 "--json-file", | 125 "--json-file", |
| 126 "/path/to/tmp/json", | 126 "/path/to/tmp/json", |
| 127 "--version", | 127 "--version", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "ninja", | 158 "ninja", |
| 159 "-C", | 159 "-C", |
| 160 "[SLAVE_BUILD]/src/out/Release-iphoneos" | 160 "[SLAVE_BUILD]/src/out/Release-iphoneos" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 162 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
| 163 "name": "compile" | 163 "name": "compile" |
| 164 } | 164 } |
| 165 ] | 165 ] |
| OLD | NEW |