1 [ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "[CUSTOM_C:\\_B_WORK]/skia/bin/fetch-gn" 7 ], 8 "cwd": "[CUSTOM_C:\\_B_WORK]/skia", 9 "env": { 10 "BUILDTYPE": "Debug", 11 "CHROME_HEADLESS": "1", 12 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 13 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug-Exceptions" 14 }, 15 "infra_step": true, 16 "name": "fetch-gn" 17 }, 18 { 19 "cmd": [ 20 "[CUSTOM_C:\\_B_WORK]/skia/bin/gn.exe", 21 "gen", 22 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug-Exceptions/Debug", 23 "--args=extra_cflags=[\"/EHsc\"] target_cpu=\"x86\" win_sdk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/win_sdk\" win_vc=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/VC\"" 24 ], 25 "cwd": "[CUSTOM_C:\\_B_WORK]/skia", 26 "env": { 27 "BUILDTYPE": "Debug", 28 "CHROME_HEADLESS": "1", 29 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 30 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug-Exceptions" 31 }, 32 "name": "gn gen" 33 }, 34 { 35 "cmd": [ 36 "ninja.exe", 37 "-k", 38 "0", 39 "-C", 40 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug-Exceptions/Debug" 41 ], 42 "cwd": "[CUSTOM_C:\\_B_WORK]/skia", 43 "env": { 44 "BUILDTYPE": "Debug", 45 "CHROME_HEADLESS": "1", 46 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 47 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug-Exceptions" 48 }, 49 "name": "ninja" 50 }, 51 { 52 "name": "$result", 53 "recipe_result": null, 54 "status_code": 0 55 } 56 ]