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

Unified Diff: remoting/remoting_enable.gni

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/username.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_enable.gni
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni
index b213f677ee8bee75b119a2ed253242d3617b9a88..ae3970a797eb40c0ad0286d7388f0dafcfb87897 100644
--- a/remoting/remoting_enable.gni
+++ b/remoting/remoting_enable.gni
@@ -23,3 +23,7 @@ if (is_win || (is_linux && !is_chromeos && use_x11)) {
if (is_linux && is_chromeos) {
enable_remoting_host = true
}
+
+if (is_android) {
+ enable_remoting_host = true
+}
« no previous file with comments | « remoting/host/username.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698