Chromium Code Reviews| Index: tools/gn/tool.h |
| diff --git a/tools/gn/tool.h b/tools/gn/tool.h |
| index ce945464068ec4aaa4cebf18d88c11ed21652aef..8cd0c7eeddcf8ad10f1ff551278e68855d480fd8 100644 |
| --- a/tools/gn/tool.h |
| +++ b/tools/gn/tool.h |
| @@ -21,7 +21,8 @@ class Tool { |
| enum PrecompiledHeaderType { |
| PCH_NONE = 0, |
| - PCH_MSVC = 1 |
| + PCH_GCC = 1, |
| + PCH_MSVC = 2 |
| }; |
| Tool(); |