Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dscope_per_file_provider.cc89 if (!root_out_dir_) { in GetRootOutDir()
90 root_out_dir_.reset(new Value(NULL, in GetRootOutDir()
93 return root_out_dir_.get(); in GetRootOutDir()
Dscope_per_file_provider.h45 scoped_ptr<Value> root_out_dir_; variable