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

Unified Diff: remoting/host/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/android/BUILD.gn ('k') | remoting/host/android/remoting_host_jni_onload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index f0b70efbfe8c808ab6bc8952fdc376f995c3e250..29c7e33fbcf409e758829db12f4be9e763265ec6 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -194,6 +194,13 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
if (enable_webrtc) {
deps += [ "//third_party/webrtc/modules/desktop_capture" ]
}
+
+ if (is_android) {
+ sources -= [
+ "single_window_desktop_environment.cc",
+ "single_window_desktop_environment.h",
+ ]
+ }
}
source_set("test_support") {
@@ -675,7 +682,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
# TODO(GYP) More Windows remoting targets from remoting_host_win.gypi
}
- if (enable_remoting_host) {
+ if (enable_remoting_host && !is_android) {
executable("remoting_start_host") {
sources = [
"setup/host_starter.cc",
« no previous file with comments | « remoting/android/BUILD.gn ('k') | remoting/host/android/remoting_host_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698