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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 "env": { | 82 "env": { |
83 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]" | 83 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]" |
84 }, | 84 }, |
85 "name": "fetch-gn" | 85 "name": "fetch-gn" |
86 }, | 86 }, |
87 { | 87 { |
88 "cmd": [ | 88 "cmd": [ |
89 "gn", | 89 "gn", |
90 "gen", | 90 "gen", |
91 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release", | 91 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release", |
92 "--args=cc=\"cc\" compiler_prefix=\"\" cxx=\"c++\" extra_cflags=\"\" is_de
bug=false" | 92 "--args=cc=\"cc\" compiler_prefix=\"\" cxx=\"c++\" extra_cflags=\"\" extra
_ldflags=\"\" is_debug=false" |
93 ], | 93 ], |
94 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", | 94 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", |
95 "env": { | 95 "env": { |
96 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]" | 96 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]" |
97 }, | 97 }, |
98 "name": "gn gen" | 98 "name": "gn gen" |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [ | 101 "cmd": [ |
102 "ninja", | 102 "ninja", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
164 "@@@STEP_LOG_END@python.inline@@@" | 164 "@@@STEP_LOG_END@python.inline@@@" |
165 ] | 165 ] |
166 }, | 166 }, |
167 { | 167 { |
168 "name": "$result", | 168 "name": "$result", |
169 "recipe_result": null, | 169 "recipe_result": null, |
170 "status_code": 0 | 170 "status_code": 0 |
171 } | 171 } |
172 ] | 172 ] |
OLD | NEW |