Lie about views_animated dependencies until Android situation is resolved.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 19 Jul 2013 23:10:37 +0000 (23:10 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 19 Jul 2013 23:10:37 +0000 (23:10 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@10220 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/views_animated.gyp

index 29488b7..b0b0233 100644 (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',
       ],