| Index: remoting/build/config/BUILD.gn
|
| diff --git a/remoting/build/config/BUILD.gn b/remoting/build/config/BUILD.gn
|
| index a06726775ca06ed1ad5ce158714c4d47ed08f012..399a98118b9cebe3723c31c77163628e4ea1aadf 100644
|
| --- a/remoting/build/config/BUILD.gn
|
| +++ b/remoting/build/config/BUILD.gn
|
| @@ -21,10 +21,6 @@ config("enable_webrtc_remoting_client") {
|
| config("remoting_me2me_host") {
|
| defines = []
|
|
|
| - if (is_mac && is_official_build) {
|
| - defines += [ "USE_REMOTING_MACOSX_INTERNAL" ]
|
| - }
|
| -
|
| if (is_win && remoting_multi_process != 0 && remoting_rdp_session != 0) {
|
| defines += [ "REMOTING_RDP_SESSION" ]
|
| }
|
|
|