Home
last modified time | relevance | path

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

/external/libchrome/soong/
Dbindings_generator.go419 type mojomSrcs struct { struct
427 var _ genrule.SourceFileGenerator = (*mojomSrcs)(nil)
429 func (m *mojomSrcs) DepsMutator(ctx android.BottomUpMutatorContext) { argument
433 func (m *mojomSrcs) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
450 func (m *mojomSrcs) GeneratedHeaderDirs() android.Paths { argument
454 func (m *mojomSrcs) GeneratedDeps() android.Paths { argument
458 func (m *mojomSrcs) GeneratedSourceFiles() android.Paths { argument
462 func (m *mojomSrcs) Srcs() android.Paths { argument
467 m := &mojomSrcs{}