| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index aaafe393f36ff2412dc15790b7534fadbaf55071..ed7d909f18d88ac6cf437f51f4f625cceedc26b7 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -68,8 +68,6 @@ source_set("common") {
|
|
|
| if (!is_chromeos && enable_remoting_host) {
|
| if (is_win) {
|
| - # GYP version:
|
| - # //remoting/remoting_host_win.gypi:remoting_it2me_native_messaging_host
|
| executable("remote_assistance_host") {
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
| @@ -94,8 +92,6 @@ if (!is_chromeos && enable_remoting_host) {
|
| ]
|
| }
|
|
|
| - # GYP version:
|
| - # //remoting/remoting_host_win.gypi:remoting_it2me_native_messaging_host_uiaccess
|
| executable("remote_assistance_host_uiaccess") {
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
|
|