Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc998 const Value* exec_script_whitelist_value = in FillOtherConfig() local
1000 if (exec_script_whitelist_value) { in FillOtherConfig()
1002 if (!exec_script_whitelist_value->VerifyTypeIs(Value::LIST, err)) { in FillOtherConfig()
1007 for (const auto& item : exec_script_whitelist_value->list_value()) { in FillOtherConfig()