Chromium Code Reviews| Index: tools/gn/label.cc |
| diff --git a/tools/gn/label.cc b/tools/gn/label.cc |
| index f672a3a23c2f5265f7b50ee63f44b6a3bc04d8b9..d14e443723507f42ad5ba01ba1809a1af6db1557 100644 |
| --- a/tools/gn/label.cc |
| +++ b/tools/gn/label.cc |
| @@ -44,7 +44,7 @@ bool ComputeBuildLocationFromDep(const Value& input_value, |
| return false; |
| } |
| - *result = current_dir.ResolveRelativeDir(input); |
| + *result = current_dir.ResolveRelativeDir(input, base::FilePath()); |
| return true; |
| } |