| Index: tools/gn/secondary/chrome/BUILD.gn
|
| diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
|
| index 034ba041091b6e758c5153d0c328e0daee3dcd6f..ff72231120d59376464ba7937a36aed9fe1b7d36 100644
|
| --- a/tools/gn/secondary/chrome/BUILD.gn
|
| +++ b/tools/gn/secondary/chrome/BUILD.gn
|
| @@ -186,7 +186,7 @@ source_set("utility") {
|
|
|
| about_credits_file = "$root_gen_dir/about_credits.html"
|
| build_relative_about_credits_file =
|
| - rebase_path(about_credits_file, ".", root_build_dir)
|
| + rebase_path(about_credits_file, root_build_dir)
|
|
|
| custom("about_credits") {
|
| script = "//tools/licenses.py"
|
|
|