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

Unified Diff: remoting/android/BUILD.gn

Issue 1873383002: [remoting android] Move JNI loading to Application.onCreate() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-add-native
Patch Set: rebase, (c) 2016 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/apk/src/org/chromium/chromoting/RemotingApplication.java » ('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 ee4e40b728d122c2a112edbda730ab4e2b0fcb12..8730d27259a4cb65951df0fb0e956d1a689d4386 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -184,6 +184,7 @@ android_apk("remoting_host_apk") {
android_manifest = "host/AndroidManifest.xml"
native_libs = [ "libremoting_host_jni.so" ]
java_files = [
+ "host/src/org/chromium/chromoting/host/RemotingApplication.java",
"host/src/org/chromium/chromoting/host/MainActivity.java",
"host/src/org/chromium/chromoting/host/jni/Host.java",
]
« no previous file with comments | « no previous file | remoting/android/apk/src/org/chromium/chromoting/RemotingApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698