1# Defines the configuration of siso (next-gen build system) 2 3declare_args() { 4 # Placeholder to allow having use_siso in args.gn file. 5 # autoninja switches from Ninja to Siso when use_siso=true. 6 use_siso = false 7} 8