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

Unified Diff: remoting/android/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
« 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 8730d27259a4cb65951df0fb0e956d1a689d4386..9bc135acb49c0c3606c171a0a1123e0e6f41f900 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -160,6 +160,7 @@ shared_library("remoting_host_jni") {
"//google_apis",
"//remoting/base",
"//remoting/host",
+ "//remoting/host/it2me:common",
"//remoting/protocol",
]
sources = [
@@ -184,10 +185,12 @@ 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/RemotingApplication.java",
"host/src/org/chromium/chromoting/host/jni/Host.java",
+ "java/src/org/chromium/chromoting/base/OAuthTokenFetcher.java",
]
+
deps = [
":remoting_host_apk_resources",
":remoting_host_jni",
@@ -195,5 +198,7 @@ android_apk("remoting_host_apk") {
"//net/android:net_java",
"//third_party/android_tools:android_support_v13_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
+ google_play_services_library,
+ google_play_services_resources,
]
}
« 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