Index: tools/gn/target.h |
diff --git a/tools/gn/target.h b/tools/gn/target.h |
index 9dd306420a4f1c9942d6a7e436fa9093458d6dc2..9d4b4bee45bfe7027f9f8ac55cdabdb225ba93af 100644 |
--- a/tools/gn/target.h |
+++ b/tools/gn/target.h |
@@ -244,6 +244,7 @@ class Target : public Item { |
// Validates the given thing when a target is resolved. |
bool CheckVisibility(Err* err) const; |
bool CheckTestonly(Err* err) const; |
+ bool CheckNoNestedStaticLibs(Err* err) const; |
OutputType output_type_; |
std::string output_name_; |