| Index: tools/gn/filesystem_utils.h
|
| diff --git a/tools/gn/filesystem_utils.h b/tools/gn/filesystem_utils.h
|
| index ce563958d40bcafd718f7fe704078065984dd9d7..4d71ca7b8d86ab550948e27ecb3c49822a8a84d8 100644
|
| --- a/tools/gn/filesystem_utils.h
|
| +++ b/tools/gn/filesystem_utils.h
|
| @@ -16,15 +16,6 @@ class Err;
|
| class Location;
|
| class Value;
|
|
|
| -// Returns the extension, not including the dot, for the given file type on the
|
| -// given system.
|
| -//
|
| -// Some targets make multiple files (like a .dll and an import library). This
|
| -// function returns the name of the file other targets should depend on and
|
| -// link to (so in this example, the import library).
|
| -const char* GetExtensionForOutputType(Target::OutputType type,
|
| - Settings::TargetOS os);
|
| -
|
| std::string FilePathToUTF8(const base::FilePath::StringType& str);
|
| inline std::string FilePathToUTF8(const base::FilePath& path) {
|
| return FilePathToUTF8(path.value());
|
|
|