Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dxcode_object.cc752 : name_(name), config_name_(config_name), target_for_indexing_(nullptr) { in PBXProject()
798 name, shell_script, config_name_, attributes)); in AddAggregateTarget()
816 "sources", std::string(), config_name_, attributes, product_type, in AddIndexingTarget()
854 name, shell_script, config_name_, attributes, output_type, product_name, in AddNativeTarget()
Dxcode_object.h396 std::string config_name_; variable