Lie about views_animated dependencies until Android situation is resolved.

git-svn-id: http://skia.googlecode.com/svn/trunk@10220 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2013-07-19 23:10:37 +00:00
parent 99e789c286
commit 13388e7164

View File

@ -7,7 +7,7 @@
'type': 'static_library',
'dependencies': [
'angle.gyp:*',
'animator.gyp:*',
#'animator.gyp:*', #commented out until Android is fixed
'core.gyp:*',
'effects.gyp:*',
'images.gyp:*',
@ -16,6 +16,8 @@
'xml.gyp:*',
],
'include_dirs': [
'../include/animator',
'../include/views/animated',
'../include/views/unix',
],