.gn (307B)
1 # The location of the build configuration file. 2 buildconfig = "//build/BUILDCONFIG.gn" 3 4 # The secondary source root is a parallel directory tree where GN build files 5 # are placed when they can not be placed directly in the source tree, e.g. for 6 # third party source trees. 7 secondary_source = "//secondary/"