| Index: remoting/remoting_options.gni
|
| diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
|
| index 2185f21a89770de6c9e58141e0a6a2ed4ee3f691..87241bdfe38f689e0fc543195f2e9ac803b49627 100644
|
| --- a/remoting/remoting_options.gni
|
| +++ b/remoting/remoting_options.gni
|
| @@ -26,7 +26,11 @@ if (is_win) {
|
|
|
| remoting_rdp_session = 1
|
|
|
| -branding_path = "../remoting/branding_<(branding)"
|
| +if (is_chrome_branded) {
|
| + branding_path = rebase_path("//remoting/branding_Chrome", root_build_dir)
|
| +} else {
|
| + branding_path = rebase_path("//remoting/branding_Chromium", root_build_dir)
|
| +}
|
|
|
| # The ar_service_environment variable is used to define the target
|
| # environment for the app being built.
|
|
|