Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 2358083003: [remoting android] Remove host It2Me implementation. (Closed)
Patch Set: Update remoting/host/it2me/ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/input_injector_android.cc ('k') | remoting/host/it2me/it2me_confirmation_dialog_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/host/input_injector_android.cc ('k') | remoting/host/it2me/it2me_confirmation_dialog_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698