| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index e696b8b637c6d71dae40dc4ff45f935fa232c33e..481a95943dedf0edd2fa90db216add5182bea8a4 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -605,7 +605,8 @@ if (enable_remoting_host) {
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
| if (is_win) {
|
| - defines = host_predefines + [ "BINARY=BINARY_REMOTING_START_HOST" ]
|
| + defines = host_predefines +
|
| + [ "REMOTING_HOST_BINARY=BINARY_REMOTING_START_HOST" ]
|
|
|
| deps += [
|
| "//build/win:default_exe_manifest",
|
|
|