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

Unified Diff: third_party/espresso/BUILD.gn

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium 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/custom_tabs_client/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | 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 95c04eb8fd48dfa6bbd038bab9dbde365d570d78..28b0b72813b27eb466af032c96494b8adfa62a63 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_v13_java",
+ "//third_party/android_tools:android_support_annotations_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/custom_tabs_client/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698