| Index: tools/gn/toolchain.h
|
| diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
|
| index 0c2072626224666ce6d9ec6fa243fadeb7c52bef..76858dea0033f622e6b2b9f8d625a1bf20e4eaa3 100644
|
| --- a/tools/gn/toolchain.h
|
| +++ b/tools/gn/toolchain.h
|
| @@ -78,6 +78,7 @@ class Toolchain : public Item {
|
| static std::string ToolTypeToName(ToolType type);
|
|
|
| // Returns null if the tool hasn't been defined.
|
| + Tool* GetTool(ToolType type);
|
| const Tool* GetTool(ToolType type) const;
|
|
|
| // Set a tool. When all tools are configured, you should call
|
|
|