OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]\\win_x64_gn_rel", | 7 "[BUILDER_CACHE]\\win_x64_gn_rel", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 { | 177 { |
178 "cmd": [ | 178 "cmd": [ |
179 "python", | 179 "python", |
180 "-u", | 180 "-u", |
181 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", |
182 "--root=[BUILDER_CACHE]\\win_x64_gn_rel\\src", | 182 "--root=[BUILDER_CACHE]\\win_x64_gn_rel\\src", |
183 "gen", | 183 "gen", |
184 "//out/Release_x64", | 184 "//out/Release_x64", |
185 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" | 185 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" |
186 ], | 186 ], |
| 187 "cwd": "[BUILDER_CACHE]\\win_x64_gn_rel\\src", |
187 "name": "gn" | 188 "name": "gn" |
188 }, | 189 }, |
189 { | 190 { |
190 "cmd": [ | 191 "cmd": [ |
191 "python", | 192 "python", |
192 "-u", | 193 "-u", |
193 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
194 "--show-path", | 195 "--show-path", |
195 "python", | 196 "python", |
196 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
(...skipping 30 matching lines...) Expand all Loading... |
227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
228 "@@@STEP_LOG_END@json.output (invalid)@@@" | 229 "@@@STEP_LOG_END@json.output (invalid)@@@" |
229 ] | 230 ] |
230 }, | 231 }, |
231 { | 232 { |
232 "name": "$result", | 233 "name": "$result", |
233 "recipe_result": null, | 234 "recipe_result": null, |
234 "status_code": 0 | 235 "status_code": 0 |
235 } | 236 } |
236 ] | 237 ] |
OLD | NEW |