Chromium Code Reviews| Index: tools/gn/source_file_type.h |
| diff --git a/tools/gn/source_file_type.h b/tools/gn/source_file_type.h |
| index f8d9a098690b73bfa46bc8d285f58b6527031585..f738daacb4602957bb8ca72730fc7229b8d61505 100644 |
| --- a/tools/gn/source_file_type.h |
| +++ b/tools/gn/source_file_type.h |
| @@ -18,6 +18,7 @@ enum SourceFileType { |
| SOURCE_S, |
| SOURCE_RC, |
| SOURCE_O, // Object files can be inputs, too. Also counts .obj. |
| + SOURCE_DEF, |
| }; |
| SourceFileType GetSourceFileType(const SourceFile& file); |