| [ |
| { |
| "cmd": [ |
| "python3", |
| "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" |
| ], |
| "cwd": "[START_DIR]\\cache\\work\\skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>;RECIPE_REPO[depot_tools]" |
| }, |
| "infra_step": true, |
| "name": "fetch-gn" |
| }, |
| { |
| "cmd": [ |
| "python3", |
| "[START_DIR]\\cache\\work\\skia\\bin\\fetch-ninja" |
| ], |
| "cwd": "[START_DIR]\\cache\\work\\skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>;RECIPE_REPO[depot_tools]" |
| }, |
| "infra_step": true, |
| "name": "fetch-ninja" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cache\\work\\skia\\bin\\gn", |
| "gen", |
| "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-MSVC-x86_64-Release-Graphite_Dawn_D3D11\\Release_x64", |
| "--args=dawn_enable_d3d11=true dawn_enable_d3d12=false dawn_enable_desktop_gl=false dawn_enable_metal=false dawn_enable_opengles=false dawn_enable_vulkan=false is_debug=false link_pool_depth=2 skia_enable_graphite=true skia_use_client_icu=true skia_use_dawn=true skia_use_gl=false skia_use_libgrapheme=true target_cpu=\"x86_64\" werror=true win_sdk=\"[START_DIR]\\win_toolchain/win_sdk\" win_vc=\"[START_DIR]\\win_toolchain/VC\"" |
| ], |
| "cwd": "[START_DIR]\\cache\\work\\skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>;RECIPE_REPO[depot_tools]", |
| "PYTHONPATH": "[START_DIR]\\cache\\work\\skia\\third_party\\externals;%(PYTHONPATH)s" |
| }, |
| "name": "gn gen" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cache\\work\\skia\\third_party\\ninja\\ninja", |
| "-C", |
| "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-MSVC-x86_64-Release-Graphite_Dawn_D3D11\\Release_x64" |
| ], |
| "cwd": "[START_DIR]\\cache\\work\\skia", |
| "env": { |
| "CHROME_HEADLESS": "1", |
| "PATH": "<PATH>;RECIPE_REPO[depot_tools]", |
| "PYTHONPATH": "[START_DIR]\\cache\\work\\skia\\third_party\\externals;%(PYTHONPATH)s" |
| }, |
| "name": "ninja" |
| }, |
| { |
| "cmd": [ |
| "python3", |
| "RECIPE_MODULE[skia::build]\\resources\\copy_build_products.py", |
| "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-MSVC-x86_64-Release-Graphite_Dawn_D3D11\\Release_x64", |
| "[START_DIR]\\[SWARM_OUT_DIR]\\out\\Release_x64", |
| "dm,dm.exe,dm.app,nanobench.app,get_images_from_skps,get_images_from_skps.exe,nanobench,nanobench.exe,*.so,*.dll,*.dylib,skottie_tool,lib/*.so,run_testlab" |
| ], |
| "infra_step": true, |
| "name": "copy build products" |
| }, |
| { |
| "name": "$result" |
| } |
| ] |