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

Unified Diff: remoting/android/BUILD.gn

Issue 1884253003: [remoting android] Plumb It2Me events from C++ to Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-it2me-connect
Patch Set: Address comments, git cl format 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/src/org/chromium/chromoting/host/MainActivity.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 9bc135acb49c0c3606c171a0a1123e0e6f41f900..24f9dd7e1d8683a95f2044790c60d78f834b757c 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -184,13 +184,16 @@ android_apk("remoting_host_apk") {
apk_name = "ChromotingHost"
android_manifest = "host/AndroidManifest.xml"
native_libs = [ "libremoting_host_jni.so" ]
- java_files = [
- "host/src/org/chromium/chromoting/host/MainActivity.java",
- "host/src/org/chromium/chromoting/host/RemotingApplication.java",
- "host/src/org/chromium/chromoting/host/jni/Host.java",
- "java/src/org/chromium/chromoting/base/OAuthTokenFetcher.java",
- ]
-
+ _java_file_prefix = "host/src/org/chromium/chromoting/host"
+ _java_files = [
+ "MainActivity.java",
+ "RemotingApplication.java",
+ "jni/Host.java",
+ "jni/It2MeHostObserver.java",
+ ]
+ java_files = rebase_path(_java_files, ".", _java_file_prefix)
+ java_files +=
+ [ "java/src/org/chromium/chromoting/base/OAuthTokenFetcher.java" ]
deps = [
":remoting_host_apk_resources",
":remoting_host_jni",
« no previous file with comments | « no previous file | remoting/android/host/src/org/chromium/chromoting/host/MainActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698