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

  /external/chromium_org/tools/gn/
target.h 67 const FileList& source_prereqs() const { return source_prereqs_; } function in class:Target
68 FileList& source_prereqs() { return source_prereqs_; } function in class:Target
gyp_script_target_writer.cc 72 const Target::FileList& prereqs = target_->source_prereqs();
ninja_script_target_writer_unittest.cc 111 target.source_prereqs().push_back(SourceFile("//foo/included.txt"));
214 target.source_prereqs().push_back(SourceFile("//foo/included.txt"));
ninja_target_writer.cc 90 const Target::FileList& prereqs = target_->source_prereqs();
target_generator.cc 134 target_->source_prereqs().swap(dest_reqs);

Completed in 677 milliseconds