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

Unified Diff: third_party/gif_player/README.chromium

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
« no previous file with comments | « third_party/gif_player/OWNERS ('k') | third_party/gif_player/gif_player.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gif_player/README.chromium
diff --git a/third_party/gif_player/README.chromium b/third_party/gif_player/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..613d9f42a1305418bfbd6002bea1d2b5aa780e7d
--- /dev/null
+++ b/third_party/gif_player/README.chromium
@@ -0,0 +1,23 @@
+Name: GifPlayer Animated GIF Library
+Short Name: GifPlayer
+URL: http://android-gifview.googlecode.com/svn/!svn/bc/8/trunk/
+Version: r8
+License: Apache License 2.0
+Security Critical: yes
+License Android Compatible: yes
+
+Description:
+GifPlayer allows animated GIFs to be displayed in Android's native view
+system.
+
+The GifDrawable library is a partial library built from the GifDecoder of
+android-gifview which was originally created by tomorrowkey@gmail.com. We
+took the algorithm to add gif animation for android and adapted the algorithm
+as a Drawable.
+
+Local Modifications:
+* Derived BaseGifDrawable.java and BaseGifImage.java from the original
+ GifDecoder.java.
+* Removed GifDecoder.java as it is no longer needed (it served only as the
+ pristine source file for the two derived files).
+* Added license headers to BaseGifDrawable.java and BaseGifImage.java.
« no previous file with comments | « third_party/gif_player/OWNERS ('k') | third_party/gif_player/gif_player.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698