Home
last modified time | relevance | path

Searched refs:root_target_label (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dsetup.cc856 Label root_target_label(current_dir, ""); in FillOtherConfig() local
911 root_target_label = Label::Resolve(current_dir, std::string_view(), Label(), in FillOtherConfig()
927 root_target_label = Label::Resolve(current_dir, std::string_view(), in FillOtherConfig()
936 root_build_file_ = loader_->BuildFileForLabel(root_target_label); in FillOtherConfig()
937 build_settings_.SetRootTargetLabel(root_target_label); in FillOtherConfig()
Dbuild_settings.h35 const Label& root_target_label() const { return root_target_label_; } in root_target_label() function
Dninja_build_writer.cc496 if (label.dir() == build_settings_->root_target_label().dir() &&
Dfunctions.cc902 if (label.dir() != settings->build_settings()->root_target_label().dir()) { in RunPool()