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

Unified Diff: third_party/custom_tabs_client/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_swipe_refresh/BUILD.gn ('k') | third_party/espresso/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/custom_tabs_client/BUILD.gn
diff --git a/third_party/custom_tabs_client/BUILD.gn b/third_party/custom_tabs_client/BUILD.gn
index 77977f4354d9d37515c368fb73187a92e6bdede2..d73be4fefa06ca50014a477097a54e3ab715d434 100644
--- a/third_party/custom_tabs_client/BUILD.gn
+++ b/third_party/custom_tabs_client/BUILD.gn
@@ -22,7 +22,7 @@ android_apk("custom_tabs_client_example_apk") {
":chrome_tabs_client_example_apk_resources",
":custom_tabs_client_shared_lib",
":custom_tabs_support_lib",
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:android_support_annotations_java",
]
chromium_code = false
}
@@ -52,7 +52,8 @@ android_library("custom_tabs_support_lib") {
"src/customtabs/src/android/support/customtabs/CustomTabsSessionToken.java",
]
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:android_support_annotations_java",
+ "//third_party/android_tools:android_support_v4_java",
]
srcjar_deps = [ ":chrome_custom_tabs_service_aidl" ]
chromium_code = true
« no previous file with comments | « third_party/android_swipe_refresh/BUILD.gn ('k') | third_party/espresso/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698