| 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 "[CUSTOM_C:\\_B_WORK]", | 7 "[CUSTOM_C:\\_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "env": { | 127 "env": { |
| 128 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]" | 128 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]" |
| 129 }, | 129 }, |
| 130 "name": "fetch-gn" | 130 "name": "fetch-gn" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "gn", | 134 "gn", |
| 135 "gen", | 135 "gen", |
| 136 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release", | 136 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release", |
| 137 "--args=is_debug=false target_cpu=\"x86\"" | 137 "--args=is_debug=false" |
| 138 ], | 138 ], |
| 139 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", | 139 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", |
| 140 "env": { | 140 "env": { |
| 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]" |
| 142 }, | 142 }, |
| 143 "name": "gn gen" | 143 "name": "gn gen" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "ninja", | 147 "ninja", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 208 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 209 "@@@STEP_LOG_END@python.inline@@@" | 209 "@@@STEP_LOG_END@python.inline@@@" |
| 210 ] | 210 ] |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 "name": "$result", | 213 "name": "$result", |
| 214 "recipe_result": null, | 214 "recipe_result": null, |
| 215 "status_code": 0 | 215 "status_code": 0 |
| 216 } | 216 } |
| 217 ] | 217 ] |
| OLD | NEW |