summaryrefslogtreecommitdiffstats
path: root/chrome/android/BUILD.gn
diff options
context:
space:
mode:
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,
]
}
}