Index: gyp/views_animated.gyp |
=================================================================== |
--- gyp/views_animated.gyp (revision 10226) |
+++ gyp/views_animated.gyp (working copy) |
@@ -5,18 +5,16 @@ |
{ |
'target_name': 'views_animated', |
'type': 'static_library', |
+ 'dependencies': [ |
+ 'skia_lib.gyp:skia_lib', |
+ 'angle.gyp:*', |
+ 'animator.gyp:*', |
+ 'views.gyp:*', |
+ 'xml.gyp:*', |
+ ], |
'include_dirs': [ |
- '../include/animator', |
- '../include/config', |
- '../include/core', |
- '../include/effects', |
- '../include/images', |
- '../include/lazy', |
- '../include/utils', |
- '../include/views', |
'../include/views/animated', |
'../include/views/unix', |
- '../include/xml', |
], |
'sources': [ |
'../include/views/animated/SkBorderView.h', |