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

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

Completed in 52 milliseconds