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

Unified Diff: third_party/gif_player/BUILD.gn

Issue 1343913002: Introduce Animated Logo to Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/gif_player/BUILD.gn
diff --git a/third_party/android_swipe_refresh/BUILD.gn b/third_party/gif_player/BUILD.gn
similarity index 51%
copy from third_party/android_swipe_refresh/BUILD.gn
copy to third_party/gif_player/BUILD.gn
index c7939b07e621e16135bffec0cbdfae030423447f..b08e3369be7f47cede4ec83b51387e7a99733604 100644
--- a/third_party/android_swipe_refresh/BUILD.gn
+++ b/third_party/gif_player/BUILD.gn
@@ -4,11 +4,12 @@
import("//build/config/android/rules.gni")
-assert(is_android)
-
-android_library("android_swipe_refresh_java") {
- DEPRECATED_java_in_dir = "java/src"
+android_library("gif_player_java") {
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "//base:base_java",
newt (away) 2015/09/18 20:46:03 Why do these depend on base_java? The gyp target d
Ian Wen 2015/09/22 21:39:06 Removed the dependency.
+ ]
+ java_files = [
+ "src/jp/tomorrowkey/android/gifplayer/BaseGifDrawable.java",
+ "src/jp/tomorrowkey/android/gifplayer/BaseGifImage.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698