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

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: 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
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 2bf40498231ff9824ab493f00e9359bc21000e34..b0e126252d08e9051240ceaeda8e5783231d43af 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -50,7 +50,9 @@ 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_annotations_java",
"//third_party/android_tools:android_support_v13_java",
Ian Wen 2016/07/15 01:36:21 Q: In third_party/android, I already made v13 to d
agrieve 2016/07/15 14:34:41 When compiling, we set the classpath only to direc
+ "//third_party/android_tools:android_support_v4_java",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",

Powered by Google App Engine
This is Rietveld 408576698