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:
parent
99e789c286
commit
13388e7164
@ -7,7 +7,7 @@
|
|||||||
'type': 'static_library',
|
'type': 'static_library',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'angle.gyp:*',
|
'angle.gyp:*',
|
||||||
'animator.gyp:*',
|
#'animator.gyp:*', #commented out until Android is fixed
|
||||||
'core.gyp:*',
|
'core.gyp:*',
|
||||||
'effects.gyp:*',
|
'effects.gyp:*',
|
||||||
'images.gyp:*',
|
'images.gyp:*',
|
||||||
@ -16,6 +16,8 @@
|
|||||||
'xml.gyp:*',
|
'xml.gyp:*',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
'../include/animator',
|
||||||
|
|
||||||
'../include/views/animated',
|
'../include/views/animated',
|
||||||
'../include/views/unix',
|
'../include/views/unix',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user