Index: tools/gn/command_desc.cc |
diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc |
index a4a7fd0a8a000f63899e9835ace77fb22e6365a8..4fea269b5814ff39dcf7550267d0203e08bfdd7a 100644 |
--- a/tools/gn/command_desc.cc |
+++ b/tools/gn/command_desc.cc |
@@ -30,7 +30,6 @@ std::string FormatSourceDir(const SourceDir& dir) { |
std::string buf = dir.value(); |
if (buf.size() > 3 && buf[2] == ':') { |
buf.erase(buf.begin()); // Erase beginning slash. |
- ConvertPathToSystem(&buf); // Convert to backslashes. |
return buf; |
} |
} |