| Index: tools/gn/command_format.cc
|
| diff --git a/tools/gn/command_format.cc b/tools/gn/command_format.cc
|
| index 890cf2c0ed7bc529f2986b39b633ee19633cbdf9..8162698861d8d522fba405f8ada0dbe54e339f56 100644
|
| --- a/tools/gn/command_format.cc
|
| +++ b/tools/gn/command_format.cc
|
| @@ -746,7 +746,8 @@ int RunFormat(const std::vector<std::string>& args) {
|
| Setup setup;
|
| SourceDir source_dir =
|
| SourceDirForCurrentDirectory(setup.build_settings().root_path());
|
| - SourceFile file = source_dir.ResolveRelativeFile(args[0]);
|
| + SourceFile file = source_dir.ResolveRelativeFile(args[0],
|
| + setup.build_settings().root_path_utf8());
|
|
|
| std::string output_string;
|
| if (FormatFileToString(&setup, file, dump_tree, &output_string)) {
|
|
|