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

Unified Diff: remoting/host/BUILD.gn

Issue 1888653002: [remoting android] Initialize It2Me host and implement Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/re-upload since Reitveld is confused 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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index fbe090514db4d3958ad549fe733c58e443319162..46855067881e08e16e0fcee67f899b8be24b2588 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -348,6 +348,9 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
if (is_chromeos) {
sources -= [ "linux/x_server_clipboard_unittest.cc" ]
}
+ if (is_android) {
+ sources -= [ "it2me/it2me_native_messaging_host_unittest.cc" ]
+ }
configs += [ "//remoting:version" ]
« no previous file with comments | « remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java ('k') | remoting/host/android/jni_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698