| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 121 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_An
droid" | 121 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_An
droid" |
| 122 }, | 122 }, |
| 123 "name": "fetch-gn" | 123 "name": "fetch-gn" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [ | 126 "cmd": [ |
| 127 "gn", | 127 "gn", |
| 128 "gen", | 128 "gen", |
| 129 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_Android/Debug"
, | 129 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_Android/Debug"
, |
| 130 "--args=is_debug=true compiler_prefix=\"/usr/bin/ccache\" ndk=\"[SLAVE_BUI
LD]/android_ndk_darwin\" target_cpu=\"mipsel\"" | 130 "--args=compiler_prefix=\"/usr/bin/ccache\" extra_cflags=\"-Qunused-argume
nts\" is_debug=true ndk=\"[SLAVE_BUILD]/android_ndk_darwin\" target_cpu=\"mipsel
\"" |
| 131 ], | 131 ], |
| 132 "cwd": "[CUSTOM_/_B_WORK]/skia", | 132 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 133 "env": { | 133 "env": { |
| 134 "BUILDTYPE": "Debug", | 134 "BUILDTYPE": "Debug", |
| 135 "CC": "/usr/bin/clang", | 135 "CC": "/usr/bin/clang", |
| 136 "CHROME_HEADLESS": "1", | 136 "CHROME_HEADLESS": "1", |
| 137 "CXX": "/usr/bin/clang++", | 137 "CXX": "/usr/bin/clang++", |
| 138 "GYP_DEFINES": "skia_clang_build=1 skia_warnings_as_errors=0", | 138 "GYP_DEFINES": "skia_clang_build=1 skia_warnings_as_errors=0", |
| 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_An
droid" | 140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_An
droid" |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 196 "@@@STEP_LOG_END@python.inline@@@" | 196 "@@@STEP_LOG_END@python.inline@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "name": "$result", | 200 "name": "$result", |
| 201 "recipe_result": null, | 201 "recipe_result": null, |
| 202 "status_code": 0 | 202 "status_code": 0 |
| 203 } | 203 } |
| 204 ] | 204 ] |
| OLD | NEW |