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

Unified Diff: content/public/android/BUILD.gn

Issue 565743002: Remove most usages of guava. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index ef9a861cd250069c837c769c632acea4ce57849a..5184e545098d94eeee5034f97e0074c1c57128aa 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -35,7 +35,6 @@ android_library("content_java") {
"//media/base/android:media_java",
"//net/android:net_java",
"//ui/android:ui_java",
- "//third_party/guava:guava_javalib",
"//third_party/jsr-305:jsr_305_javalib",
#"//content:content_common",
@@ -58,7 +57,6 @@ android_library("content_java") {
if (!is_android_webview_build) {
deps += [
"//third_party/eyesfree:eyesfree_java",
- "//third_party/guava:guava_javalib",
]
}
}
« no previous file with comments | « content/content.gyp ('k') | content/public/android/java/src/org/chromium/content/browser/BatteryStatusManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698