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

Unified Diff: third_party/android_swipe_refresh/BUILD.gn

Issue 897663003: [Android] Import Android's SwipeRefreshLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | third_party/android_swipe_refresh/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_swipe_refresh/BUILD.gn
diff --git a/third_party/android_data_chart/BUILD.gn b/third_party/android_swipe_refresh/BUILD.gn
similarity index 54%
copy from third_party/android_data_chart/BUILD.gn
copy to third_party/android_swipe_refresh/BUILD.gn
index e01c6002921ae3b2f2df4032a2d12ac3210f9698..079f6faf372990882762ea468343921a36dbc41f 100644
--- a/third_party/android_data_chart/BUILD.gn
+++ b/third_party/android_swipe_refresh/BUILD.gn
@@ -6,14 +6,9 @@ import("//build/config/android/rules.gni")
assert(is_android)
-android_resources("android_data_chart_java_resources") {
- custom_package = "org.chromium.third_party.android"
- resource_dirs = [ "java/res" ]
-}
-
-android_library("android_data_chart_java") {
+android_library("android_swipe_refresh_java") {
DEPRECATED_java_in_dir = "java/src"
deps = [
- ":android_data_chart_java_resources",
+ "//third_party/android_tools:android_support_v4_java",
]
}
« no previous file with comments | « no previous file | third_party/android_swipe_refresh/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698