| Index: services/catalog/public/tools/catalog.gni
|
| diff --git a/services/catalog/public/tools/catalog.gni b/services/catalog/public/tools/catalog.gni
|
| index 4aeaa2abc59ebaeb37703d8e61a9c6437fc0e87b..33fd505834716d7812f51f33398e4a9243b494dd 100644
|
| --- a/services/catalog/public/tools/catalog.gni
|
| +++ b/services/catalog/public/tools/catalog.gni
|
| @@ -70,7 +70,7 @@ template("catalog") {
|
| output_filename,
|
| ]
|
|
|
| - args = [ "--output=" + rebase_path(output_filename) ]
|
| + args = [ "--output=" + rebase_path(output_filename, root_build_dir) ]
|
|
|
| if (is_debug || dcheck_always_on) {
|
| args += [ "--pretty" ]
|
|
|