summaryrefslogtreecommitdiffstats
path: root/remoting/android
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-03-23 15:13:06 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-23 22:14:57 +0000
commit2a2656a67bd2ce190df4d918f609bdb4449a64fe (patch)
treea0c6e96ac52ad22f65bb513c9dff35af616aef5e /remoting/android
parent9aa3054b0d2bacf5cc9774de798ebb35cfa88f01 (diff)
downloadchromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.zip
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.gz
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.bz2
Move ServiceUrls to remoting/host
ServiceUrls was used only in one place in android client and it's not really useful there. Moved it to the host directory. TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/1817573003 Cr-Commit-Position: refs/heads/master@{#382939}
Diffstat (limited to 'remoting/android')
-rw-r--r--remoting/android/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index d0bac7c..62112fa 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -20,7 +20,6 @@ generate_jni("jni_headers") {
shared_library("remoting_client_jni") {
deps = [
- "//google_apis",
"//remoting/android:jni_headers",
"//remoting/base",
"//remoting/client",