| 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_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 119 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" | 119 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" |
| 120 }, | 120 }, |
| 121 "name": "fetch-gn" | 121 "name": "fetch-gn" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "gn", | 125 "gn", |
| 126 "gen", | 126 "gen", |
| 127 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", | 127 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", |
| 128 "--args=cc=\"gcc\" cxx=\"g++\" is_debug=true extra_cflags=\"\" compiler_pr
efix=\"/usr/bin/ccache\"" | 128 "--args=cc=\"gcc\" compiler_prefix=\"/usr/bin/ccache\" cxx=\"g++\" extra_c
flags=\"\" is_debug=true" |
| 129 ], | 129 ], |
| 130 "cwd": "[CUSTOM_/_B_WORK]/skia", | 130 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 131 "env": { | 131 "env": { |
| 132 "BUILDTYPE": "Debug", | 132 "BUILDTYPE": "Debug", |
| 133 "CHROME_HEADLESS": "1", | 133 "CHROME_HEADLESS": "1", |
| 134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | 134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", |
| 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" | 136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" |
| 137 }, | 137 }, |
| 138 "name": "gn gen" | 138 "name": "gn gen" |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 189 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 190 "@@@STEP_LOG_END@python.inline@@@" | 190 "@@@STEP_LOG_END@python.inline@@@" |
| 191 ] | 191 ] |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "name": "$result", | 194 "name": "$result", |
| 195 "recipe_result": null, | 195 "recipe_result": null, |
| 196 "status_code": 0 | 196 "status_code": 0 |
| 197 } | 197 } |
| 198 ] | 198 ] |
| OLD | NEW |