Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dvisual_studio_writer.cc419 base::FilePath vcxproj_path = build_settings_->GetFullPath(target_file); in WriteProjectFiles() local
420 std::string vcxproj_path_str = FilePathToUTF8(vcxproj_path); in WriteProjectFiles()
441 if (!vcxproj_storage.WriteToFileIfChanged(vcxproj_path, err)) in WriteProjectFiles()