Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index ea9b2a088d118bc6a9c746171cae2e63b03e152f..aaafe393f36ff2412dc15790b7534fadbaf55071 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -19,7 +19,6 @@ source_set("common") { |
sources = [ |
"it2me_confirmation_dialog.cc", |
"it2me_confirmation_dialog.h", |
- "it2me_confirmation_dialog_android.cc", |
"it2me_confirmation_dialog_linux.cc", |
"it2me_confirmation_dialog_mac.mm", |
"it2me_confirmation_dialog_proxy.cc", |
@@ -31,13 +30,6 @@ source_set("common") { |
"it2me_native_messaging_host.h", |
] |
- if (is_android) { |
- sources -= [ |
- "it2me_native_messaging_host.cc", |
- "it2me_native_messaging_host.h", |
- ] |
- } |
- |
if (is_chromeos) { |
sources += [ "it2me_confirmation_dialog_chromeos.cc" ] |
@@ -74,7 +66,7 @@ source_set("common") { |
} |
} |
-if (!is_chromeos && !is_android && enable_remoting_host) { |
+if (!is_chromeos && enable_remoting_host) { |
if (is_win) { |
# GYP version: |
# //remoting/remoting_host_win.gypi:remoting_it2me_native_messaging_host |