Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dscope_per_file_provider.cc68 if (!root_build_dir_) { in GetRootBuildDir()
69 root_build_dir_.reset(new Value(NULL, DirectoryWithNoLastSlash( in GetRootBuildDir()
72 return root_build_dir_.get(); in GetRootBuildDir()
Dscope_per_file_provider.h38 scoped_ptr<Value> root_build_dir_; variable