Index: tools/gn/builder.h |
diff --git a/tools/gn/builder.h b/tools/gn/builder.h |
index 654a6ad70460e4fb9b60dc58c132ff6bc74e46ee..56aa6e4ce4bd3a4447861c71aaf1e101d5c6bc6d 100644 |
--- a/tools/gn/builder.h |
+++ b/tools/gn/builder.h |
@@ -118,6 +118,7 @@ class Builder : public base::RefCountedThreadSafe<Builder> { |
bool ResolveDeps(LabelTargetVector* deps, Err* err); |
bool ResolveConfigs(UniqueVector<LabelConfigPair>* configs, Err* err); |
bool ResolveForwardDependentConfigs(Target* target, Err* err); |
+ bool ResolveToolchain(Target* target, Err* err); |
// Given a list of unresolved records, tries to find any circular |
// dependencies and returns the string describing the problem. If no circular |