| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 117 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa
st" | 117 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa
st" |
| 118 }, | 118 }, |
| 119 "name": "fetch-gn" | 119 "name": "fetch-gn" |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "gn", | 123 "gn", |
| 124 "gen", | 124 "gen", |
| 125 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release", | 125 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release", |
| 126 "--args=cc=\"gcc\" cxx=\"g++\" is_debug=false extra_cflags=\"-march=native
-fomit-frame-pointer -O3\" compiler_prefix=\"\"" | 126 "--args=cc=\"gcc\" compiler_prefix=\"\" cxx=\"g++\" extra_cflags=\"-march=
native -fomit-frame-pointer -O3\" is_debug=false" |
| 127 ], | 127 ], |
| 128 "cwd": "[CUSTOM_/_B_WORK]/skia", | 128 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 129 "env": { | 129 "env": { |
| 130 "BUILDTYPE": "Release", | 130 "BUILDTYPE": "Release", |
| 131 "CHROME_HEADLESS": "1", | 131 "CHROME_HEADLESS": "1", |
| 132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_fast=1 skia_warnings_as_errors=
0", | 132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_fast=1 skia_warnings_as_errors=
0", |
| 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 134 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa
st" | 134 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa
st" |
| 135 }, | 135 }, |
| 136 "name": "gn gen" | 136 "name": "gn gen" |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 187 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 188 "@@@STEP_LOG_END@python.inline@@@" | 188 "@@@STEP_LOG_END@python.inline@@@" |
| 189 ] | 189 ] |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "name": "$result", | 192 "name": "$result", |
| 193 "recipe_result": null, | 193 "recipe_result": null, |
| 194 "status_code": 0 | 194 "status_code": 0 |
| 195 } | 195 } |
| 196 ] | 196 ] |
| OLD | NEW |