| OLD | NEW |
| 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 Loading... |
| 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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 use_goma=1", | 132 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 use_goma=1", |
| 132 "GYP_MSVS_VERSION": "2013", | 133 "GYP_MSVS_VERSION": "2013", |
| 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 135 }, |
| 135 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", |
| 143 "--root=[SLAVE_BUILD]\\src", |
| 144 "gen", |
| 145 "//out/Release", |
| 146 "--args=symbol_level=2 visual_studio_version=2013 is_debug=false target_cp
u=\"x86\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" |
| 147 ], |
| 148 "cwd": "[SLAVE_BUILD]\\src", |
| 149 "name": "gn" |
| 150 }, |
| 151 { |
| 152 "cmd": [ |
| 153 "python", |
| 154 "-u", |
| 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 155 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 142 "--show-path", | 156 "--show-path", |
| 143 "python", | 157 "python", |
| 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 145 "--gsutil-py-path", | 159 "--gsutil-py-path", |
| 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 147 "--ninja-path", | 161 "--ninja-path", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 162 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 149 "--target", | 163 "--target", |
| 150 "Release", | 164 "Release", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 161 "--goma-deps-cache-file", | 175 "--goma-deps-cache-file", |
| 162 "Win32_Release__VS2013_.gomadeps", | 176 "Win32_Release__VS2013_.gomadeps", |
| 163 "--compiler", | 177 "--compiler", |
| 164 "goma", | 178 "goma", |
| 165 "--goma-jsonstatus", | 179 "--goma-jsonstatus", |
| 166 "/path/to/tmp/json", | 180 "/path/to/tmp/json", |
| 167 "--goma-service-account-json-file", | 181 "--goma-service-account-json-file", |
| 168 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 182 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 169 "--goma-dir", | 183 "--goma-dir", |
| 170 "[CACHE]\\cipd\\goma", | 184 "[CACHE]\\cipd\\goma", |
| 171 "--", | 185 "--" |
| 172 "All" | |
| 173 ], | 186 ], |
| 174 "env": { | 187 "env": { |
| 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 176 }, | 189 }, |
| 177 "name": "compile", | 190 "name": "compile", |
| 178 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 180 "@@@STEP_LOG_END@json.output (invalid)@@@" | 193 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 181 ] | 194 ] |
| 182 }, | 195 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 198 "libyuv_unittest.exe" | 211 "libyuv_unittest.exe" |
| 199 ], | 212 ], |
| 200 "name": "libyuv_unittest" | 213 "name": "libyuv_unittest" |
| 201 }, | 214 }, |
| 202 { | 215 { |
| 203 "name": "$result", | 216 "name": "$result", |
| 204 "recipe_result": null, | 217 "recipe_result": null, |
| 205 "status_code": 0 | 218 "status_code": 0 |
| 206 } | 219 } |
| 207 ] | 220 ] |
| OLD | NEW |