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

Unified Diff: content/public/android/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 | « components/cronet/android/BUILD.gn ('k') | remoting/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 2bf40498231ff9824ab493f00e9359bc21000e34..f1cfb8d07c0b093ab0b3f30dbc4f377c7017fd04 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -50,7 +50,7 @@ android_library("content_java") {
"//mojo/public/java:system",
"//net/android:net_java",
"//third_party/WebKit/public:blink_headers_java",
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:android_support_annotations_java",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",
@@ -318,7 +318,6 @@ android_library("content_javatests") {
"//mojo/public/java:system",
"//net/android:net_java",
"//net/android:net_java_test_support",
- "//third_party/android_tools:android_support_v13_java",
"//third_party/android_tools:legacy_http_javalib",
"//ui/android:ui_java",
]
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | remoting/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698