HomeSort by relevance Sort by last modified time
    Searched defs:TargetGenerator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
target_generator.h 27 class TargetGenerator {
29 TargetGenerator(Target* target,
33 ~TargetGenerator();
83 DISALLOW_COPY_AND_ASSIGN(TargetGenerator);
target_generator.cc 24 TargetGenerator::TargetGenerator(Target* target,
34 TargetGenerator::~TargetGenerator() {
37 void TargetGenerator::Run() {
59 void TargetGenerator::GenerateTarget(Scope* scope,
132 const BuildSettings* TargetGenerator::GetBuildSettings() const {
136 bool TargetGenerator::FillSources() {
149 bool TargetGenerator::FillPublic() {
165 bool TargetGenerator::FillInputs()
    [all...]

Completed in 561 milliseconds