Index: tools/gn/toolchain.h |
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h |
index c94d8ed5505bf585c666ee93f59cd020ab9796b4..5130b73f4e879d04f8193e149c6618c75c7865de 100644 |
--- a/tools/gn/toolchain.h |
+++ b/tools/gn/toolchain.h |
@@ -39,6 +39,7 @@ class Toolchain : public Item { |
TYPE_RC, |
TYPE_ASM, |
TYPE_ALINK, |
+ TYPE_DYLINK, |
TYPE_SOLINK, |
TYPE_LINK, |
TYPE_STAMP, |
@@ -54,6 +55,7 @@ class Toolchain : public Item { |
static const char* kToolRc; |
static const char* kToolAsm; |
static const char* kToolAlink; |
+ static const char* kToolDylink; |
static const char* kToolSolink; |
static const char* kToolLink; |
static const char* kToolStamp; |