summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorianwen <ianwen@chromium.org>2015-09-25 13:54:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-25 20:55:51 +0000
commit70232143bad79b5dcfe8c1c828e6bde7a4b72b70 (patch)
treefbe66e3943403239dac1ce32a48442b94677b58b /chrome/chrome.gyp
parente1bbf3218766ea727b229398aaae0df17fe3856b (diff)
downloadchromium_src-70232143bad79b5dcfe8c1c828e6bde7a4b72b70.zip
chromium_src-70232143bad79b5dcfe8c1c828e6bde7a4b72b70.tar.gz
chromium_src-70232143bad79b5dcfe8c1c828e6bde7a4b72b70.tar.bz2
Introduce Animated Logo to Chrome on Android
This CL enables chrome on Android to show GIF-powered doogle in NTP. To accomplish this goal, this CL: 1. Ports GifPlayer library from googlesource to chromium third_party folder. 2. Creates AnimatedLogoTracker to download the gif url specified by the parsed logo. 3. Copies the downloaded gif as byte array to java side, and in NTP, GifPlayer is used to decode the raw byte array and draw it as an Android drawable. BUG=414528 Review URL: https://codereview.chromium.org/1343913002 Cr-Commit-Position: refs/heads/master@{#350907}
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 77f1d74..f6085e2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -608,6 +608,7 @@
'../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
'../third_party/android_tools/android_tools.gyp:google_play_services_javalib',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
+ '../third_party/gif_player/gif_player.gyp:gif_player_java',
'../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
'../ui/android/ui_android.gyp:ui_java',
],