Searched defs:gniFileContents (Results 1 – 1 of 1) sorted by relevance
23 type gniFileContents struct { struct24 hasExperimental bool // Has at least one file in $_experimental/ dir?25 hasIncludes bool // Has at least one file in $_include/ dir?26 hasModules bool // Has at least one file in $_module/ dir?27 hasSrcs bool // Has at least one file in $_src/ dir?28 bazelFiles map[string]bool // Set of Bazel files generating GNI contents.29 data []byte // The file contents to be written.268 func writeGNFileHeader(writer interfaces.Writer, gniFile *gniFileContents, pathToWorkspace string) {416 func (c *gniFileContents) merge(other gniFileContents) {