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

  /external/chromium_org/tools/gn/
copy_target_generator.h 12 class CopyTargetGenerator : public TargetGenerator {
group_target_generator.h 12 class GroupTargetGenerator : public TargetGenerator {
target_generator.h 27 class TargetGenerator {
29 TargetGenerator(Target* target,
33 ~TargetGenerator();
83 DISALLOW_COPY_AND_ASSIGN(TargetGenerator);
action_target_generator.h 12 class ActionTargetGenerator : public TargetGenerator {
binary_target_generator.h 13 class BinaryTargetGenerator : public 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...]
copy_target_generator.cc 17 : TargetGenerator(target, scope, function_call, err) {
group_target_generator.cc 14 : TargetGenerator(target, scope, function_call, err) {
functions_target.cc 45 TargetGenerator::GenerateTarget(&block_scope, function, args,
286 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err);
action_target_generator.cc 22 : TargetGenerator(target, scope, function_call, err),
binary_target_generator.cc 21 : TargetGenerator(target, scope, function_call, err),

Completed in 347 milliseconds