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 Release (VS2010)", | 10 "Win32 Release (VS2010)", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", |
70 "--show-path", | 70 "--show-path", |
71 "python", | 71 "python", |
72 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 72 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 73 "--gsutil-py-path", |
| 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
73 "--ninja-path", | 75 "--ninja-path", |
74 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 76 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
75 "--target", | 77 "--target", |
76 "Release", | 78 "Release", |
77 "--src-dir", | 79 "--src-dir", |
78 "[SLAVE_BUILD]\\src", | 80 "[SLAVE_BUILD]\\src", |
79 "--goma-cache-dir", | 81 "--goma-cache-dir", |
80 "[GOMA_CACHE]", | 82 "[GOMA_CACHE]", |
81 "--build-tool", | 83 "--build-tool", |
82 "ninja", | 84 "ninja", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 ], | 116 ], |
115 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
116 "name": "libyuv_unittest" | 118 "name": "libyuv_unittest" |
117 }, | 119 }, |
118 { | 120 { |
119 "name": "$result", | 121 "name": "$result", |
120 "recipe_result": null, | 122 "recipe_result": null, |
121 "status_code": 0 | 123 "status_code": 0 |
122 } | 124 } |
123 ] | 125 ] |
OLD | NEW |