Chromium Code Reviews| Index: tools/gn/filesystem_utils.cc |
| diff --git a/tools/gn/filesystem_utils.cc b/tools/gn/filesystem_utils.cc |
| index 4e7e604a6fbb0a7c27c2b20f494de8fe5d53f9c2..a5787a2ebef41c1a25259b8c84b6cf79072b3073 100644 |
| --- a/tools/gn/filesystem_utils.cc |
| +++ b/tools/gn/filesystem_utils.cc |
| @@ -179,7 +179,7 @@ SourceFileType GetSourceFileType(const SourceFile& file) { |
| return SOURCE_MM; |
| if (extension == "rc") |
| return SOURCE_RC; |
| - if (extension == "S") |
| + if (extension == "S" || extension == "s") |
| return SOURCE_S; |
| return SOURCE_UNKNOWN; |