Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_c_binary_target_writer.cc175 std::vector<OutputFile> pch_other_files; in Run() local
177 &pch_other_files); in Run()
179 !pch_obj_files.empty() ? &pch_obj_files : &pch_other_files; in Run()