Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dsetup.cc180 dotfile_scope_(&empty_settings_) { in Setup()
354 dotfile_root_->AsBlock()->ExecuteBlockInScope(&dotfile_scope_, &err); in RunConfigFile()
375 dotfile_scope_.GetValue("secondary_source", true); in FillOtherConfig()
388 dotfile_scope_.GetValue("buildconfig", true); in FillOtherConfig()
Dsetup.h107 Scope dotfile_scope_; variable