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

Unified Diff: build/secondary/third_party/android_tools/BUILD.gn

Issue 2738843003: [Home] Add a bottom navigation bar for the BottomSheet (Closed)
Patch Set: Move proguard exception to different file Created 3 years, 9 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 | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/android_tools/BUILD.gn
diff --git a/build/secondary/third_party/android_tools/BUILD.gn b/build/secondary/third_party/android_tools/BUILD.gn
index cbd58b2cf48eefc79940c550c4698e05f8f0f66b..cf59b20e811a56a21de433bba1fd9816464f1988 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -50,6 +50,14 @@ android_aar_prebuilt("android_support_design_java") {
aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar"
}
+android_aar_prebuilt("android_support_transition_java") {
+ deps = [
+ ":android_support_v7_appcompat_java",
+ ]
+ _lib_name = "transition"
+ aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar"
+}
+
android_aar_prebuilt("android_support_multidex_java") {
# TODO(jbudorick): remove requires_android after crbug.com/522043 is fixed.
requires_android = false
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698