Lines Matching refs:dependency
50 // GenerateBuildActions in dependency-order (and singletons are invoked after
322 // GetDirectDep returns the Module and DependencyTag for the direct dependency with the specified
334 // GetDirectDepWithTag returns the Module the direct dependency with the specified name, or nil if
335 // none exists. It panics if the dependency does not have the specified tag.
340 panic(fmt.Errorf("found dependency %q with tag %#v, expected tag %#v",
353 panic(newPanicErrorf(r, "VisitDirectDeps(%s, %s) for dependency %s",
372 panic(newPanicErrorf(r, "VisitDirectDepsIf(%s, %s, %s) for dependency %s",
393 panic(newPanicErrorf(r, "VisitDepsDepthFirst(%s, %s) for dependency %s",
413 panic(newPanicErrorf(r, "VisitDepsDepthFirstIf(%s, %s, %s) for dependency %s",
579 // used to transfer information on a dependency between the mutator that called AddDependency
599 // by calling CreateVariations with the same name, the dependency will automatically
603 // when the Mutator is later called on it, the dependency of the depending module will
613 // Local variations do not affect automatic dependency resolution - dependencies added
656 // Add a dependency to the given module.
669 // Add a dependency from the destination to the given module.
673 // module's dependency list.
692 // argument to select which variant of the dependency to use. A variant of the dependency must
707 // variations argument to select which variant of the dependency to use. A variant of the
708 // dependency must exist that matches the variations argument, but may also have other variations.