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

Unified Diff: remoting/android/BUILD.gn

Issue 1913023002: Revert of [remoting android] Initialize It2Me host and implement Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 8355c825ffe595ce8a8f4ef5c1a85f99b4807c7a..8730d27259a4cb65951df0fb0e956d1a689d4386 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -160,7 +160,6 @@
"//google_apis",
"//remoting/base",
"//remoting/host",
- "//remoting/host/it2me:common",
"//remoting/protocol",
]
sources = [
@@ -185,12 +184,10 @@
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",
@@ -198,6 +195,5 @@
"//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,
]
}
« 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