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

Side by Side Diff: gyp/views.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 # Views is the Skia windowing toolkit. 1 # Views is the Skia windowing toolkit.
2 # It provides: 2 # It provides:
3 # * A portable means of creating native windows. 3 # * A portable means of creating native windows.
4 # * Events. 4 # * Events.
5 # * Basic widgets and controls. 5 # * Basic widgets and controls.
6 6
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
11 'product_name': 'skia_views', 11 'product_name': 'skia_views',
12 'type': 'static_library', 12 'type': 'static_library',
13 'standalone_static_library': 1, 13 'standalone_static_library': 1,
14 'dependencies': [ 14 'dependencies': [
15 'skia_lib.gyp:skia_lib', 15 'skia_lib.gyp:skia_lib',
16 'angle.gyp:*', 16 'angle.gyp:*',
17 'xml.gyp:*', 17 'xml.gyp:*',
18 ], 18 ],
19 'include_dirs': [ 19 'include_dirs': [
20 '../include/views', 20 '../include/views',
21 '../include/views/unix', 21 '../include/views/unix',
22 '../src/core',
23 '../src/opts',
22 ], 24 ],
23 'sources': [ 25 'sources': [
24 '../include/views/SkApplication.h', 26 '../include/views/SkApplication.h',
25 '../include/views/SkBGViewArtist.h', 27 '../include/views/SkBGViewArtist.h',
26 '../include/views/SkEvent.h', 28 '../include/views/SkEvent.h',
27 '../include/views/SkEventSink.h', 29 '../include/views/SkEventSink.h',
28 '../include/views/SkKey.h', 30 '../include/views/SkKey.h',
29 '../include/views/SkOSMenu.h', 31 '../include/views/SkOSMenu.h',
30 '../include/views/SkOSWindow_Mac.h', 32 '../include/views/SkOSWindow_Mac.h',
31 '../include/views/SkOSWindow_NaCl.h', 33 '../include/views/SkOSWindow_NaCl.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }, 141 },
140 }, 142 },
141 ], 143 ],
142 } 144 }
143 145
144 # Local Variables: 146 # Local Variables:
145 # tab-width:2 147 # tab-width:2
146 # indent-tabs-mode:nil 148 # indent-tabs-mode:nil
147 # End: 149 # End:
148 # vim: set expandtab tabstop=2 shiftwidth=2: 150 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/utils.gyp ('k') | gyp/views_animated.gyp » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698