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

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

Issue 1983353002: [Android] Coordinate Infobars and Snackbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 a019d5e6a5f4cf230fc1c362c33db794776d4827..379b9d09d5f636be300b001ccf506dada3ebe37f 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -40,6 +40,22 @@ android_java_prebuilt("emma_device") {
jar_path = "$android_sdk_root/tools/lib/emma_device.jar"
}
+android_resources("android_support_design_resources") {
+ v14_skip = true
+ deps = [
+ ":android_support_v7_appcompat_resources",
+ ]
+ resource_dirs = [ "$android_sdk_root/extras/android/support/design/res" ]
+ custom_package = "android.support.design"
+}
+
+android_java_prebuilt("android_support_design_java") {
+ deps = [
+ ":android_support_design_resources",
+ ]
+ jar_path = "$android_sdk_root/extras/android/support/design/libs/android-support-design.jar"
+}
+
android_java_prebuilt("android_support_annotations_javalib") {
jar_path = "$android_sdk_root/extras/android/support/annotations/android-support-annotations.jar"
}
« 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