• Home
  • Raw
  • Download

Lines Matching refs:properties

195 			for _, plugin := range pkg.properties.PluginFor {
241 properties struct { member
279 return module, []interface{}{&module.properties, &module.SimpleName.Properties}
287 return g.properties.Deps
291 return g.properties.PkgPath
307 for _, plugin := range g.properties.PluginFor {
333 if g.properties.PkgPath == "" {
340 filepath.FromSlash(g.properties.PkgPath)+".a")
349 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) {
355 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...)
356 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
358 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...)
359 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
364 filepath.FromSlash(g.properties.PkgPath)+".a")
366 g.properties.PkgPath, srcs, genSrcs,
370 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
377 properties struct { member
409 module.properties.Tool_dir = tooldir
410 return module, []interface{}{&module.properties, &module.SimpleName.Properties}
418 return g.properties.Deps
446 if g.properties.Tool_dir {
467 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...)
468 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
470 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...)
471 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
519 Optional: !g.properties.Default,
694 if binaryModule.properties.Tool_dir {
697 if binaryModule.properties.PrimaryBuilder {