| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index a699cc7e78a53295befd14cb8da39c1e3019511d..adc33f493b1dee81bf6515fb412e9034c5c2bb9b 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -626,7 +626,7 @@ if (enable_remoting_host) {
|
| "--define",
|
| "IT2ME_HOST_PATH=$it2me_host_path",
|
| "--variables",
|
| - rebase_path(branding_path),
|
| + rebase_path(branding_path, root_build_dir),
|
| "--template",
|
| "{{source}}",
|
| "--output",
|
| @@ -649,7 +649,7 @@ if (enable_remoting_host) {
|
| "--locale_dir",
|
| rebase_path(webapp_locale_dir, root_build_dir),
|
| "--variables",
|
| - rebase_path(branding_path),
|
| + rebase_path(branding_path, root_build_dir),
|
| "--template",
|
| "{{source}}",
|
| "--locale_output",
|
|
|