| buildconfig = "//gn/BUILDCONFIG.gn" | |
| script_executable = "python3" | |
| default_args = { | |
| angle_standalone = false | |
| angle_enable_msl_through_spirv = false | |
| angle_use_wayland = false | |
| dawn_use_built_dxc = false | |
| dawn_force_system_component_load = true | |
| # Skia must stay in C++20 for longer compared to Chromium. | |
| use_cxx23 = false | |
| } |