Searched refs:TargetGenerator (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/tools/gn/ |
D | target_generator.cc | 24 TargetGenerator::TargetGenerator(Target* target, in TargetGenerator() function in TargetGenerator 34 TargetGenerator::~TargetGenerator() { in ~TargetGenerator() 37 void TargetGenerator::Run() { in Run() 59 void TargetGenerator::GenerateTarget(Scope* scope, in GenerateTarget() 132 const BuildSettings* TargetGenerator::GetBuildSettings() const { in GetBuildSettings() 136 bool TargetGenerator::FillSources() { in FillSources() 149 bool TargetGenerator::FillPublic() { in FillPublic() 165 bool TargetGenerator::FillInputs() { in FillInputs() 184 bool TargetGenerator::FillConfigs() { in FillConfigs() 188 bool TargetGenerator::FillDependentConfigs() { in FillDependentConfigs() [all …]
|
D | target_generator.h | 27 class TargetGenerator { 29 TargetGenerator(Target* target, 33 ~TargetGenerator(); 83 DISALLOW_COPY_AND_ASSIGN(TargetGenerator);
|
D | group_target_generator.h | 12 class GroupTargetGenerator : public TargetGenerator {
|
D | copy_target_generator.h | 12 class CopyTargetGenerator : public TargetGenerator {
|
D | functions_target.cc | 45 TargetGenerator::GenerateTarget(&block_scope, function, args, in ExecuteGenericTarget() 286 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err); in RunCopy()
|
D | action_target_generator.h | 12 class ActionTargetGenerator : public TargetGenerator {
|
D | binary_target_generator.h | 13 class BinaryTargetGenerator : public TargetGenerator {
|
D | group_target_generator.cc | 14 : TargetGenerator(target, scope, function_call, err) { in GroupTargetGenerator()
|
D | copy_target_generator.cc | 17 : TargetGenerator(target, scope, function_call, err) { in CopyTargetGenerator()
|
D | action_target_generator.cc | 22 : TargetGenerator(target, scope, function_call, err), in ActionTargetGenerator()
|
D | binary_target_generator.cc | 21 : TargetGenerator(target, scope, function_call, err), in BinaryTargetGenerator()
|