| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 0df1ea9efbdf2528e3730c5a86225c1651a137f2..542098eb1b8364ba65608a646bb75ac526072f91 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -361,6 +361,12 @@ source_set("unit_tests") {
|
| if (is_android) {
|
| sources -= [ "it2me/it2me_native_messaging_host_unittest.cc" ]
|
| }
|
| + if (is_win) {
|
| + sources += [
|
| + "win/launch_native_messaging_host_process.cc",
|
| + "win/launch_native_messaging_host_process.h",
|
| + ]
|
| + }
|
|
|
| configs += [ "//remoting:version" ]
|
|
|
| @@ -590,6 +596,8 @@ if (is_win) {
|
| "win/core_resource.h",
|
| "win/host_service.cc",
|
| "win/host_service.h",
|
| + "win/launch_native_messaging_host_process.cc",
|
| + "win/launch_native_messaging_host_process.h",
|
| "win/omaha.cc",
|
| "win/omaha.h",
|
| "win/rdp_desktop_session.cc",
|
|
|