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