| Index: tools/gn/output_file.cc
|
| diff --git a/tools/gn/output_file.cc b/tools/gn/output_file.cc
|
| index d1fb88e8ee692951c9927856d8574c131743da1e..d90cb6c3ae669e735eca79af7efaae3397939c70 100644
|
| --- a/tools/gn/output_file.cc
|
| +++ b/tools/gn/output_file.cc
|
| @@ -17,7 +17,8 @@ OutputFile::OutputFile(const base::StringPiece& str)
|
| OutputFile::OutputFile(const BuildSettings* build_settings,
|
| const SourceFile& source_file)
|
| : value_(RebaseSourceAbsolutePath(source_file.value(),
|
| - build_settings->build_dir())) {
|
| + build_settings->build_dir(),
|
| + build_settings->root_path())) {
|
| }
|
|
|
| OutputFile::~OutputFile() {
|
|
|