| Index: components/wug/generator/wug.gni
|
| diff --git a/components/wug/generator/wug.gni b/components/wug/generator/wug.gni
|
| index 29f3e55f47ab3dc08683008e678a7cde465efe64..d9a93bf33e16a2150e00f6ee8d2baf5a9a0815a5 100644
|
| --- a/components/wug/generator/wug.gni
|
| +++ b/components/wug/generator/wug.gni
|
| @@ -71,7 +71,7 @@ template("wug") {
|
| "--root",
|
| src_root,
|
| "--destination",
|
| - out_dir,
|
| + rebase_path(out_dir, root_build_dir),
|
| ]
|
| }
|
|
|
| @@ -85,11 +85,12 @@ template("wug") {
|
| "//base",
|
| "//components/strings",
|
| "//components/wug",
|
| + "//components/login",
|
| "//skia",
|
| ]
|
| deps += exec_script(helper_path,
|
| helper_args + [ "import_dependencies" ],
|
| "list lines")
|
| - public_configs = [ ":" + config_name ]
|
| + all_dependent_configs = [ ":" + config_name ]
|
| }
|
| }
|
|
|