| Index: tools/gn/path_output.h
|
| diff --git a/tools/gn/path_output.h b/tools/gn/path_output.h
|
| index ba4a5f60738e12e830a56ecd9f4470d6aa25ddc0..8dc186d9c456e1461d20f6847cf84d469d3b8e25 100644
|
| --- a/tools/gn/path_output.h
|
| +++ b/tools/gn/path_output.h
|
| @@ -52,6 +52,9 @@ class PathOutput {
|
| void WriteDir(std::ostream& out,
|
| const SourceDir& dir,
|
| DirSlashEnding slash_ending) const;
|
| + void WriteDir(std::ostream& out,
|
| + const OutputFile& file,
|
| + DirSlashEnding slash_ending) const;
|
|
|
| // Backend for WriteFile and WriteDir. This appends the given file or
|
| // directory string to the file.
|
|
|