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