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

Side by Side Diff: gyp/gpu.gypi

Issue 254713006: Common GrGLInterface OpenGL setup function. (Closed) Base URL: https://skia.googlesource.com/skia.git@grgl
Patch Set: Address additional comment Created 6 years, 7 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
« no previous file with comments | « no previous file | src/gpu/gl/GrGLAssembleInterface.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 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 157 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
158 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 158 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
159 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 159 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
160 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 160 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
161 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 161 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
162 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 162 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
163 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 163 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
164 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 164 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
165 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 165 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
166 166
167 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
168 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
167 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 169 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
168 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 170 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
169 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 171 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
170 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 172 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
171 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 173 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
172 '<(skia_src_path)/gpu/gl/GrGLContext.h', 174 '<(skia_src_path)/gpu/gl/GrGLContext.h',
173 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 175 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
174 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 176 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
175 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 177 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
176 '<(skia_src_path)/gpu/gl/GrGLEffect.h', 178 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 ], 294 ],
293 'skgpu_null_gl_sources': [ 295 'skgpu_null_gl_sources': [
294 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 296 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
295 297
296 # Sk files 298 # Sk files
297 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 299 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
298 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 300 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
299 ], 301 ],
300 }, 302 },
301 } 303 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLAssembleInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698