Index: tools/gn/scheduler.h |
diff --git a/tools/gn/scheduler.h b/tools/gn/scheduler.h |
index 4375f6366fdd0bd9986cb1428a1fddcc1f34aa25..9b3ccb32e90faf048b027634d23c1d8c0910ba61 100644 |
--- a/tools/gn/scheduler.h |
+++ b/tools/gn/scheduler.h |
@@ -56,6 +56,7 @@ class Scheduler { |
// Tracks calls to write_file for resolving with the unknown generated |
// inputs (see AddUnknownGeneratedInput below). |
void AddWrittenFile(const SourceFile& file); |
+ std::vector<SourceFile> GetWrittenFiles() const; |
// Unknown generated inputs are files that a target declares as an input |
// in the output directory, but which aren't generated by any dependency. |