Home
last modified time | relevance | path

Searched refs:mojomSrcs (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/soong/
Dbindings_generator.go341 type mojomSrcs struct { struct
349 var _ genrule.SourceFileGenerator = (*mojomSrcs)(nil)
351 func (m *mojomSrcs) DepsMutator(ctx android.BottomUpMutatorContext) { argument
355 func (m *mojomSrcs) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
372 func (m *mojomSrcs) GeneratedHeaderDirs() android.Paths { argument
376 func (m *mojomSrcs) GeneratedDeps() android.Paths { argument
380 func (m *mojomSrcs) GeneratedSourceFiles() android.Paths { argument
384 func (m *mojomSrcs) Srcs() android.Paths { argument
389 m := &mojomSrcs{}