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

Unified Diff: remoting/android/BUILD.gn

Issue 1917063002: [remoting android] Implement HostService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-show-state
Patch Set: 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/host/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 24f9dd7e1d8683a95f2044790c60d78f834b757c..fd5eb92ded918fb7b77ae3ba724b9477ce47c022 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -186,6 +186,7 @@ android_apk("remoting_host_apk") {
native_libs = [ "libremoting_host_jni.so" ]
_java_file_prefix = "host/src/org/chromium/chromoting/host"
_java_files = [
+ "HostService.java",
"MainActivity.java",
"RemotingApplication.java",
"jni/Host.java",
« no previous file with comments | « no previous file | remoting/android/host/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698