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

  /external/chromium_org/tools/gn/
copy_target_generator.h 12 class CopyTargetGenerator : public TargetGenerator {
14 CopyTargetGenerator(Target* target,
18 virtual ~CopyTargetGenerator();
26 DISALLOW_COPY_AND_ASSIGN(CopyTargetGenerator);
copy_target_generator.cc 13 CopyTargetGenerator::CopyTargetGenerator(Target* target,
20 CopyTargetGenerator::~CopyTargetGenerator() {
23 void CopyTargetGenerator::DoRun() {
target_generator.cc 76 CopyTargetGenerator generator(target.get(), scope, function_call, err);

Completed in 490 milliseconds