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

Side by Side Diff: gyp/gpu.gyp

Issue 22881005: Replace uses of GR_API by SK_API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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
« no previous file with comments | « gyp/common_conditions.gypi ('k') | include/gpu/GrConfig.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ], 139 ],
140 'sources': [ 140 'sources': [
141 '<@(skgpu_sources)', 141 '<@(skgpu_sources)',
142 '<@(skgpu_native_gl_sources)', 142 '<@(skgpu_native_gl_sources)',
143 '<@(skgpu_angle_gl_sources)', 143 '<@(skgpu_angle_gl_sources)',
144 '<@(skgpu_mesa_gl_sources)', 144 '<@(skgpu_mesa_gl_sources)',
145 '<@(skgpu_debug_gl_sources)', 145 '<@(skgpu_debug_gl_sources)',
146 '<@(skgpu_null_gl_sources)', 146 '<@(skgpu_null_gl_sources)',
147 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the bui ld). 147 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the bui ld).
148 ], 148 ],
149 'defines': [
150 'GR_IMPLEMENTATION=1',
151 ],
152 'conditions': [ 149 'conditions': [
153 [ 'skia_nv_path_rendering', { 150 [ 'skia_nv_path_rendering', {
154 'defines': [ 151 'defines': [
155 'GR_GL_USE_NV_PATH_RENDERING=1', 152 'GR_GL_USE_NV_PATH_RENDERING=1',
156 ], 153 ],
157 }], 154 }],
158 [ 'skia_stroke_path_rendering', { 155 [ 'skia_stroke_path_rendering', {
159 'sources': [ 156 'sources': [
160 '../experimental/StrokePathRenderer/GrStrokePathRenderer.h', 157 '../experimental/StrokePathRenderer/GrStrokePathRenderer.h',
161 '../experimental/StrokePathRenderer/GrStrokePathRenderer.cpp', 158 '../experimental/StrokePathRenderer/GrStrokePathRenderer.cpp',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 259 ],
263 }, 260 },
264 ], 261 ],
265 } 262 }
266 263
267 # Local Variables: 264 # Local Variables:
268 # tab-width:2 265 # tab-width:2
269 # indent-tabs-mode:nil 266 # indent-tabs-mode:nil
270 # End: 267 # End:
271 # vim: set expandtab tabstop=2 shiftwidth=2: 268 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | include/gpu/GrConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698