Index: tools/gn/toolchain.h |
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h |
index c94d8ed5505bf585c666ee93f59cd020ab9796b4..b49153b75205210f2dcc0165e51d2f563ab9327a 100644 |
--- a/tools/gn/toolchain.h |
+++ b/tools/gn/toolchain.h |
@@ -40,6 +40,7 @@ class Toolchain : public Item { |
TYPE_ASM, |
TYPE_ALINK, |
TYPE_SOLINK, |
+ TYPE_SOLINK_MODULE, |
TYPE_LINK, |
TYPE_STAMP, |
TYPE_COPY, |
@@ -55,6 +56,7 @@ class Toolchain : public Item { |
static const char* kToolAsm; |
static const char* kToolAlink; |
static const char* kToolSolink; |
+ static const char* kToolSolinkModule; |
static const char* kToolLink; |
static const char* kToolStamp; |
static const char* kToolCopy; |