| Index: remoting/remoting_options.gni
|
| diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
|
| index a944b3a9c573c35c1e0b6b764b05752d0de5e182..f16cbd37252b453c0229d4e41d4cb51861b4676f 100644
|
| --- a/remoting/remoting_options.gni
|
| +++ b/remoting/remoting_options.gni
|
| @@ -29,9 +29,9 @@ if (is_win) {
|
| remoting_rdp_session = 1
|
|
|
| if (is_chrome_branded) {
|
| - branding_path = rebase_path("//remoting/branding_Chrome", root_build_dir)
|
| + branding_path = "//remoting/branding_Chrome"
|
| } else {
|
| - branding_path = rebase_path("//remoting/branding_Chromium", root_build_dir)
|
| + branding_path = "//remoting/branding_Chromium"
|
| }
|
|
|
| # The ar_service_environment variable is used to define the target
|
|
|