Home
last modified time | relevance | path

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

/external/skia/bazel/exporter/
Dgni_exporter.go53 type GNIExporterParams struct { struct
54 WorkspaceDir string // The Bazel workspace directory path.
55 ExportDescs []GNIExportDesc // The Bazel rules to export.
160 func NewGNIExporter(params GNIExporterParams, filesystem interfaces.FileSystem) *GNIExporter {