Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_target_writer.cc478 OutputFile input_stamp_file = in WriteInputDepsStampAndGetDep() local
480 input_stamp_file.value().append(target_->label().name()); in WriteInputDepsStampAndGetDep()
481 input_stamp_file.value().append(".inputdeps.stamp"); in WriteInputDepsStampAndGetDep()
484 path_output_.WriteFile(out_, input_stamp_file); in WriteInputDepsStampAndGetDep()
490 return std::vector<OutputFile>{input_stamp_file}; in WriteInputDepsStampAndGetDep()