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

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

Issue 1863933002: [remoting android] Add and build host code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-add-native
Patch Set: Add resources_android.cc Created 4 years, 8 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/local_input_monitor_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 6909a350edfb96193dc27f1e364a0b1df0a914b1..6f76a3cac72d8143461eadb3768488e1291f06f1 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -27,7 +27,7 @@ source_set("common") {
]
}
-if (!is_chromeos && enable_remoting_host) {
+if (!is_chromeos && !is_android && 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/local_input_monitor_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698