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

Unified Diff: third_party/android_async_task/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 | « remoting/android/client_java_tmpl.gni ('k') | third_party/android_media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_async_task/BUILD.gn
diff --git a/third_party/android_async_task/BUILD.gn b/third_party/android_async_task/BUILD.gn
index 5dcec956980887f26a84d67811dfc54129f00bec..d385fb7c5f924417ec739f68229167fc38cb3274 100644
--- a/third_party/android_async_task/BUILD.gn
+++ b/third_party/android_async_task/BUILD.gn
@@ -10,7 +10,7 @@ android_library("android_async_task_java") {
java_files = [ "java/src/org/chromium/third_party/android/os/AsyncTask.java" ]
deps = [
"//base:base_java",
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:android_support_annotations_java",
]
chromium_code = false
}
« no previous file with comments | « remoting/android/client_java_tmpl.gni ('k') | third_party/android_media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698