Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Side by Side Diff: gyp/views_animated.gyp

Issue 23644006: ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « gyp/views.gyp ('k') | include/core/SkXfermode.h » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698