Index: tools/gn/builder.h |
diff --git a/tools/gn/builder.h b/tools/gn/builder.h |
index 879c7cd3200fc9035c1986697bc4a8e26e936dab..cdb60fec859983c304e13ed17daa102cd23840a8 100644 |
--- a/tools/gn/builder.h |
+++ b/tools/gn/builder.h |
@@ -57,6 +57,7 @@ class Builder : public base::RefCountedThreadSafe<Builder> { |
virtual ~Builder(); |
bool TargetDefined(BuilderRecord* record, Err* err); |
+ bool ToolchainDefined(BuilderRecord* record, Err* err); |
// Returns the record associated with the given label. This function checks |
// that if we already have references for it, the type matches. If no record |