| Index: tools/gn/filesystem_utils.h
|
| diff --git a/tools/gn/filesystem_utils.h b/tools/gn/filesystem_utils.h
|
| index 4f258e1d47c5bfe3a97b885d0e46326f1d5a43ff..ce563958d40bcafd718f7fe704078065984dd9d7 100644
|
| --- a/tools/gn/filesystem_utils.h
|
| +++ b/tools/gn/filesystem_utils.h
|
| @@ -178,6 +178,15 @@ SourceDir GetToolchainGenDir(const BuildSettings* build_settings,
|
|
|
| SourceDir GetOutputDirForSourceDir(const Settings* settings,
|
| const SourceDir& source_dir);
|
| +SourceDir GetOutputDirForSourceDir(const BuildSettings* build_settings,
|
| + const SourceDir& source_dir,
|
| + const Label& toolchain_label,
|
| + bool is_default_toolchain);
|
| +OutputFile GetOutputDirForSourceDirAsOutputFile(
|
| + const BuildSettings* build_settings,
|
| + const SourceDir& source_dir,
|
| + const Label& toolchain_label,
|
| + bool is_default_toolchain);
|
| OutputFile GetOutputDirForSourceDirAsOutputFile(const Settings* settings,
|
| const SourceDir& source_dir);
|
|
|
|
|