OLD | NEW |
1 #Animated widgets are views which use animator. | 1 #Animated widgets are views which use animator. |
2 | 2 |
3 { | 3 { |
4 'targets': [ | 4 'targets': [ |
5 { | 5 { |
6 'target_name': 'views_animated', | 6 'target_name': 'views_animated', |
7 'type': 'static_library', | 7 'type': 'static_library', |
8 'dependencies': [ | 8 'dependencies': [ |
9 'skia_lib.gyp:skia_lib', | 9 'skia_lib.gyp:skia_lib', |
10 'angle.gyp:*', | 10 'angle.gyp:*', |
11 'animator.gyp:*', | 11 'animator.gyp:*', |
12 'views.gyp:*', | 12 'views.gyp:*', |
13 'xml.gyp:*', | 13 'xml.gyp:*', |
14 ], | 14 ], |
15 'include_dirs': [ | 15 'include_dirs': [ |
16 '../include/views/animated', | 16 '../include/views/animated', |
17 '../include/views/unix', | 17 '../include/views/unix', |
| 18 '../src/core', |
| 19 '../src/opts', |
18 ], | 20 ], |
19 'sources': [ | 21 'sources': [ |
20 '../include/views/animated/SkBorderView.h', | 22 '../include/views/animated/SkBorderView.h', |
21 '../include/views/animated/SkImageView.h', | 23 '../include/views/animated/SkImageView.h', |
22 '../include/views/animated/SkProgressBarView.h', | 24 '../include/views/animated/SkProgressBarView.h', |
23 '../include/views/animated/SkScrollBarView.h', | 25 '../include/views/animated/SkScrollBarView.h', |
24 '../include/views/animated/SkWidgetViews.h', | 26 '../include/views/animated/SkWidgetViews.h', |
25 | 27 |
26 '../src/views/animated/SkBorderView.cpp', | 28 '../src/views/animated/SkBorderView.cpp', |
27 '../src/views/animated/SkImageView.cpp', | 29 '../src/views/animated/SkImageView.cpp', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 }, | 64 }, |
63 }, | 65 }, |
64 ], | 66 ], |
65 } | 67 } |
66 | 68 |
67 # Local Variables: | 69 # Local Variables: |
68 # tab-width:2 | 70 # tab-width:2 |
69 # indent-tabs-mode:nil | 71 # indent-tabs-mode:nil |
70 # End: | 72 # End: |
71 # vim: set expandtab tabstop=2 shiftwidth=2: | 73 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |