Index: tools/gn/target.h |
diff --git a/tools/gn/target.h b/tools/gn/target.h |
index 6b28f1f745d313928a6419468b38fc9014efe101..cacbc118c7280926c6d373c203d752637ad88a91 100644 |
--- a/tools/gn/target.h |
+++ b/tools/gn/target.h |
@@ -334,6 +334,7 @@ class Target : public Item { |
bool CheckAssertNoDeps(Err* err) const; |
void CheckSourcesGenerated() const; |
void CheckSourceGenerated(const SourceFile& source) const; |
+ bool CheckPrecompiledHeaders(Err* err) const; |
OutputType output_type_; |
std::string output_name_; |