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

Unified Diff: components/precache/android/BUILD.gn

Issue 1031003003: precache: Move the java files into //components/precache/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: components/precache/android/BUILD.gn
diff --git a/third_party/android_swipe_refresh/BUILD.gn b/components/precache/android/BUILD.gn
similarity index 67%
copy from third_party/android_swipe_refresh/BUILD.gn
copy to components/precache/android/BUILD.gn
index 079f6faf372990882762ea468343921a36dbc41f..ecb8c2e8be65777f87d61da29d0f441e1721eeef 100644
--- a/third_party/android_swipe_refresh/BUILD.gn
+++ b/components/precache/android/BUILD.gn
@@ -4,11 +4,10 @@
import("//build/config/android/rules.gni")
-assert(is_android)
-
-android_library("android_swipe_refresh_java") {
- DEPRECATED_java_in_dir = "java/src"
+# GYP: //components/precache.gypi:precache_java
+android_library("precache_java") {
deps = [
- "//third_party/android_tools:android_support_v4_java",
+ "//base:base_java",
]
+ DEPRECATED_java_in_dir = "java/src"
}

Powered by Google App Engine
This is Rietveld 408576698