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

Unified Diff: components/cronet/android/BUILD.gn

Issue 2137433002: Remove android_support_annotations target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add supressions for proguard warnings from the android support libraries. Created 4 years, 5 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 | « components/cronet.gypi ('k') | components/cronet/android/proguard.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index ec59f29b533bb89e8003bd485fd092ab07ab7ac5..dece98533f630a4238816b03b8b0ff065fbf9bc3 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -274,7 +274,7 @@ android_library("cronet_api") {
]
deps = [
- "//third_party/android_tools:android_support_annotations_javalib",
+ "//third_party/android_tools:android_support_v13_java",
]
srcjar_deps = [
@@ -313,7 +313,7 @@ android_library("cronet_java") {
":cronet_api",
"//base:base_java",
"//net/android:net_java",
- "//third_party/android_tools:android_support_annotations_javalib",
+ "//third_party/android_tools:android_support_v13_java",
"//third_party/jsr-305:jsr_305_javalib",
]
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/proguard.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698