Home
last modified time | relevance | path

Searched defs:gniFileContents (Results 1 – 1 of 1) sorted by relevance

/external/skia/bazel/exporter/
Dgni_exporter.go23 type gniFileContents struct { struct
24 hasSrcs bool // Has at least one file in $_src/ dir?
25 hasIncludes bool // Has at least one file in $_include/ dir?
26 hasModules bool // Has at least one file in $_module/ dir?
27 bazelFiles map[string]bool // Set of Bazel files generating GNI contents.
28 data []byte // The file contents to be written.
258 func writeGNFileHeader(writer interfaces.Writer, gniFile *gniFileContents, pathToWorkspace string) {
403 func (c *gniFileContents) merge(other gniFileContents) {