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

Side by Side Diff: gyp/gpu.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 { 1 {
2 'target_defaults': { 2 'target_defaults': {
3 'conditions': [ 3 'conditions': [
4 ['skia_os != "win"', { 4 ['skia_os != "win"', {
5 'sources/': [ ['exclude', '_win.(h|cpp)$'], 5 'sources/': [ ['exclude', '_win.(h|cpp)$'],
6 ], 6 ],
7 }], 7 }],
8 ['skia_os != "mac"', { 8 ['skia_os != "mac"', {
9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], 9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'],
10 ], 10 ],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'core.gyp:*', 126 'core.gyp:*',
127 'utils.gyp:*', 127 'utils.gyp:*',
128 ], 128 ],
129 'includes': [ 129 'includes': [
130 'gpu.gypi', 130 'gpu.gypi',
131 ], 131 ],
132 'include_dirs': [ 132 'include_dirs': [
133 '../include/gpu', 133 '../include/gpu',
134 '../src/core', 134 '../src/core',
135 '../src/gpu', 135 '../src/gpu',
136 '../src/opts',
136 ], 137 ],
137 'export_dependent_settings': [ 138 'export_dependent_settings': [
138 'angle.gyp:*', 139 'angle.gyp:*',
139 ], 140 ],
140 'sources': [ 141 'sources': [
141 '<@(skgpu_sources)', 142 '<@(skgpu_sources)',
142 '<@(skgpu_native_gl_sources)', 143 '<@(skgpu_native_gl_sources)',
143 '<@(skgpu_angle_gl_sources)', 144 '<@(skgpu_angle_gl_sources)',
144 '<@(skgpu_mesa_gl_sources)', 145 '<@(skgpu_mesa_gl_sources)',
145 '<@(skgpu_debug_gl_sources)', 146 '<@(skgpu_debug_gl_sources)',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 260 ],
260 }, 261 },
261 ], 262 ],
262 } 263 }
263 264
264 # Local Variables: 265 # Local Variables:
265 # tab-width:2 266 # tab-width:2
266 # indent-tabs-mode:nil 267 # indent-tabs-mode:nil
267 # End: 268 # End:
268 # vim: set expandtab tabstop=2 shiftwidth=2: 269 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/images.gyp » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698