Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: tools/gn/filesystem_utils.cc

Issue 242173002: Make GN build work on Mac again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | tools/gn/secondary/third_party/nss/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | tools/gn/secondary/third_party/nss/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698