summaryrefslogtreecommitdiffstats
path: root/chrome/android/BUILD.gn
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-25 18:25:16 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-25 18:25:16 +0100
commit7f1f0f9f88dce6c9444c1692957af14adcc520f2 (patch)
tree30a96a7434ac98cdcf306cae9d3cfced827764f5 /chrome/android/BUILD.gn
parent489641af5ca5f929f014ebb0af8b32b04bdb68ca (diff)
downloadchromium_src-7f1f0f9f88dce6c9444c1692957af14adcc520f2.zip
chromium_src-7f1f0f9f88dce6c9444c1692957af14adcc520f2.tar.gz
chromium_src-7f1f0f9f88dce6c9444c1692957af14adcc520f2.tar.bz2
remove proprietary Google Play dependenciesreplicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'chrome/android/BUILD.gn')
-rw-r--r--chrome/android/BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 5e50b32..0dff611 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -157,7 +157,6 @@ android_library("chrome_java") {
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
"//ui/android:ui_java_resources",
- google_play_services_library,
]
srcjar_deps = [
@@ -286,7 +285,6 @@ junit_binary("chrome_junit_tests") {
"//third_party/android_tools:android_support_v7_mediarouter_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/junit:hamcrest",
- google_play_services_library,
]
}
@@ -361,7 +359,6 @@ android_library("chrome_shared_test_java") {
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
"//ui/android:ui_javatests",
- google_play_services_library,
]
}
@@ -471,7 +468,6 @@ template("chrome_public_apk_tmpl_shared") {
":chrome_public_apk_assets",
":chrome_public_apk_resources",
"//base:base_java",
- google_play_services_resources,
]
}
}