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

Unified Diff: third_party/android_swipe_refresh/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/android_media/BUILD.gn ('k') | third_party/custom_tabs_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_swipe_refresh/BUILD.gn
diff --git a/third_party/android_swipe_refresh/BUILD.gn b/third_party/android_swipe_refresh/BUILD.gn
index e3645439aa6575bcb158e6344ca0e81f23a3ad8b..8775e755b649b6bb9fb07763fec9b22221c2b1b5 100644
--- a/third_party/android_swipe_refresh/BUILD.gn
+++ b/third_party/android_swipe_refresh/BUILD.gn
@@ -14,6 +14,6 @@ android_library("android_swipe_refresh_java") {
"java/src/org/chromium/third_party/android/swiperefresh/SwipeRefreshLayout.java",
]
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:android_support_v4_java",
]
}
« no previous file with comments | « third_party/android_media/BUILD.gn ('k') | third_party/custom_tabs_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698