Index: tools/gn/target_generator.h |
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h |
index c93b12b1c2e328081bc1c7f64e83359bdada5ea9..ef2ab83d02a833337eac3640bdc706d49686a2f8 100644 |
--- a/tools/gn/target_generator.h |
+++ b/tools/gn/target_generator.h |
@@ -53,6 +53,7 @@ class TargetGenerator { |
bool FillInputs(); |
bool FillConfigs(); |
bool FillOutputs(bool allow_substitutions); |
+ bool FillCheckIncludes(); |
// Rrturns true if the given pattern will expand to a file in the output |
// directory. If not, returns false and sets the error, blaming the given |