| Index: components/webui_generator/generator/wug.gni
|
| diff --git a/components/webui_generator/generator/wug.gni b/components/webui_generator/generator/wug.gni
|
| index a4b4a2d0ce1cf594ba153e4c4099c020dc6be367..28009a0724cee766bb2e39ff3bace02d9b615c3e 100644
|
| --- a/components/webui_generator/generator/wug.gni
|
| +++ b/components/webui_generator/generator/wug.gni
|
| @@ -41,7 +41,7 @@ template("wug") {
|
| helper_args = [
|
| rebase_path(declaration_path, root_build_dir),
|
| "--destination",
|
| - out_dir,
|
| + rebase_path(out_dir, root_build_dir),
|
| "--root",
|
| src_root,
|
| "--gn",
|
| @@ -85,7 +85,7 @@ template("wug") {
|
| "--root",
|
| src_root,
|
| "--destination",
|
| - out_dir,
|
| + rebase_path(out_dir, root_build_dir),
|
| ]
|
| }
|
|
|
|
|