Home
last modified time | relevance | path

Searched refs:build_dependency_file (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dscope.h286 void AddBuildDependencyFile(const SourceFile& build_dependency_file);
Dscope.cc512 void Scope::AddBuildDependencyFile(const SourceFile& build_dependency_file) { in AddBuildDependencyFile() argument
513 build_dependency_files_.insert(build_dependency_file); in AddBuildDependencyFile()