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

Unified Diff: third_party/espresso/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 | « third_party/android_async_task/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/espresso/BUILD.gn
diff --git a/third_party/espresso/BUILD.gn b/third_party/espresso/BUILD.gn
index 4721d409971b582a67b0fcbfbf2a026dd7ca619c..95c04eb8fd48dfa6bbd038bab9dbde365d570d78 100644
--- a/third_party/espresso/BUILD.gn
+++ b/third_party/espresso/BUILD.gn
@@ -16,7 +16,7 @@ android_java_prebuilt("espresso_contrib_java") {
android_java_prebuilt("espresso_core_java") {
jar_path = "lib/espresso-core-2.2-release-no-dep.jar"
deps = [
- "//third_party/android_tools:android_support_annotations_javalib",
+ "//third_party/android_tools:android_support_v13_java",
"//third_party/guava:guava_java",
"//third_party/hamcrest:hamcrest_core_java",
"//third_party/javax_inject:javax_inject_java",
« no previous file with comments | « third_party/android_async_task/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698