| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 6f76a3cac72d8143461eadb3768488e1291f06f1..2a47a35e0dd29fb74f04d312fcdfdd1dda608171 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -12,6 +12,13 @@ source_set("common") {
|
| ".",
|
| "//remoting")
|
|
|
| + if (is_android) {
|
| + sources -= [
|
| + "it2me_native_messaging_host.cc",
|
| + "it2me_native_messaging_host.h",
|
| + ]
|
| + }
|
| +
|
| configs += [
|
| "//build/config/compiler:wexit_time_destructors",
|
| "//remoting:version",
|
|
|