aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 23:10:37 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 23:10:37 +0000
commit13388e71645caa3e223a3b024efe103f7110f1a9 (patch)
treee25467e5ce1abdb623aa6ec1279d13178e5980f4 /gyp
parent99e789c28687e6118aa659b41a8684ef425c6174 (diff)
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
Diffstat (limited to 'gyp')
-rw-r--r--gyp/views_animated.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gyp/views_animated.gyp b/gyp/views_animated.gyp
index 29488b7d73..b0b02339ae 100644
--- a/gyp/views_animated.gyp
+++ b/gyp/views_animated.gyp
@@ -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',
],