| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win32 Debug (VS2012)", | 10 "Win32 Debug (VS2012)", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 { | 49 { |
| 50 "cmd": [ | 50 "cmd": [ |
| 51 "python", | 51 "python", |
| 52 "-u", | 52 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 54 "runhooks" | 54 "runhooks" |
| 55 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]\\src", | 56 "cwd": "[SLAVE_BUILD]\\src", |
| 57 "env": { | 57 "env": { |
| 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 59 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1", | 59 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[BUILD]\\gom
a' target_arch=ia32 use_goma=1", |
| 60 "GYP_MSVS_VERSION": "2012", | 60 "GYP_MSVS_VERSION": "2012", |
| 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 62 }, | 62 }, |
| 63 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "cmd": [ | 66 "cmd": [ |
| 67 "python", | 67 "python", |
| 68 "-u", | 68 "-u", |
| 69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "libyuv_unittest.exe" | 117 "libyuv_unittest.exe" |
| 118 ], | 118 ], |
| 119 "name": "libyuv_unittest" | 119 "name": "libyuv_unittest" |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "name": "$result", | 122 "name": "$result", |
| 123 "recipe_result": null, | 123 "recipe_result": null, |
| 124 "status_code": 0 | 124 "status_code": 0 |
| 125 } | 125 } |
| 126 ] | 126 ] |
| OLD | NEW |