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

Unified Diff: third_party/android_swipe_refresh/android_swipe_refresh.gyp

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
Index: third_party/android_swipe_refresh/android_swipe_refresh.gyp
diff --git a/third_party/android_data_chart/android_data_chart.gyp b/third_party/android_swipe_refresh/android_swipe_refresh.gyp
similarity index 64%
copy from third_party/android_data_chart/android_data_chart.gyp
copy to third_party/android_swipe_refresh/android_swipe_refresh.gyp
index 9af5f9ee8ac2eaea84cc9cf740a73f0e861420e4..20179c28f764c40308afc3052bccdb5174f76b20 100644
--- a/third_party/android_data_chart/android_data_chart.gyp
+++ b/third_party/android_swipe_refresh/android_swipe_refresh.gyp
@@ -8,13 +8,13 @@
},
'targets': [
{
- 'target_name': 'android_data_chart_java',
+ 'target_name': 'android_swipe_refresh_java',
'type': 'none',
+ 'dependencies': [
+ '../../third_party/android_tools/android_tools.gyp:android_support_v4_javalib',
+ ],
'variables': {
'java_in_dir': 'java',
- 'has_java_resources': 1,
- 'R_package': 'org.chromium.third_party.android',
- 'R_package_relpath': 'org/chromium/third_party/android',
},
'includes': [ '../../build/java.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698