| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]\\src", | 134 "cwd": "[SLAVE_BUILD]\\src", |
| 135 "env": { | 135 "env": { |
| 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", | 137 "GYP_CHROMIUM_NO_ACTION": "1", |
| 138 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", | 138 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", |
| 139 "GYP_MSVS_VERSION": "2013", |
| 139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 140 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 141 }, |
| 141 "name": "gclient runhooks" | 142 "name": "gclient runhooks" |
| 142 }, | 143 }, |
| 143 { | 144 { |
| 144 "cmd": [ | 145 "cmd": [ |
| 145 "python", | 146 "python", |
| 146 "-u", | 147 "-u", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", |
| 148 "--root=[SLAVE_BUILD]\\src", | 149 "--root=[SLAVE_BUILD]\\src", |
| 149 "gen", | 150 "gen", |
| 150 "//out/Debug", | 151 "//out/Debug", |
| 151 "--args=symbol_level=2 dcheck_always_on=true is_debug=true target_cpu=\"x8
6\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" | 152 "--args=symbol_level=2 visual_studio_version=2013 dcheck_always_on=true is
_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" |
| 152 ], | 153 ], |
| 153 "cwd": "[SLAVE_BUILD]\\src", | 154 "cwd": "[SLAVE_BUILD]\\src", |
| 154 "name": "gn" | 155 "name": "gn" |
| 155 }, | 156 }, |
| 156 { | 157 { |
| 157 "cmd": [ | 158 "cmd": [ |
| 158 "python", | 159 "python", |
| 159 "-u", | 160 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 161 "--show-path", | 162 "--show-path", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "libyuv_unittest.exe" | 219 "libyuv_unittest.exe" |
| 219 ], | 220 ], |
| 220 "name": "libyuv_unittest" | 221 "name": "libyuv_unittest" |
| 221 }, | 222 }, |
| 222 { | 223 { |
| 223 "name": "$result", | 224 "name": "$result", |
| 224 "recipe_result": null, | 225 "recipe_result": null, |
| 225 "status_code": 0 | 226 "status_code": 0 |
| 226 } | 227 } |
| 227 ] | 228 ] |
| OLD | NEW |