1# Defines the configuration of siso (next-gen build system) 2 3declare_args() { 4 # Placeholder to allow having use_siso in args.gn files and to disable 5 # precompiled headers in siso builds. 6 use_siso = false 7} 8