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

Unified Diff: remoting/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 | « no previous file | remoting/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 5415aa9609bf82ceae336427ec219e3f6e971b8d..72f1b6d485713fbdc446426c8f3b7d3c0b7f2f89 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -57,10 +57,13 @@ group("remoting_all") {
deps += [
"//remoting:remoting_perftests",
"//remoting/host",
- "//remoting/host:remoting_native_messaging_manifests",
]
- if (!is_chromeos) {
+ if (!is_android) {
+ deps += [ "//remoting/host:remoting_native_messaging_manifests" ]
+ }
+
+ if (!is_chromeos && !is_android) {
deps += [
"//remoting/host:remoting_start_host",
"//remoting/host/it2me:remote_assistance_host",
« no previous file with comments | « no previous file | remoting/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698