Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc1041 const Value* no_stamp_files_value = in FillOtherConfig() local
1043 if (no_stamp_files_value) { in FillOtherConfig()
1044 if (!no_stamp_files_value->VerifyTypeIs(Value::BOOLEAN, err)) { in FillOtherConfig()
1047 build_settings_.set_no_stamp_files(no_stamp_files_value->boolean_value()); in FillOtherConfig()