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

Side by Side Diff: gyp/gpu.gypi

Issue 13895006: Expand modulate, add, subtract, extract component glsl helpers. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « no previous file | include/gpu/GrColor.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 'gr' and 'skgr' files 1 # Include this gypi to include all 'gr' and 'skgr' 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 'gr_sources': [ 10 'gr_sources': [
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 164 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
165 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 165 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
166 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 166 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
167 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 167 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
168 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 168 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
169 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', 169 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
170 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', 170 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
171 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 171 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
172 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 172 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
173 '<(skia_src_path)/gpu/gl/GrGLSL.h', 173 '<(skia_src_path)/gpu/gl/GrGLSL.h',
174 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
174 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 175 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
175 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 176 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
176 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 177 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
177 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 178 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
178 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 179 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
179 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 180 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
180 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp', 181 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp',
181 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h', 182 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h',
182 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 183 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
183 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 184 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 273 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
273 ], 274 ],
274 }, 275 },
275 } 276 }
276 277
277 # Local Variables: 278 # Local Variables:
278 # tab-width:2 279 # tab-width:2
279 # indent-tabs-mode:nil 280 # indent-tabs-mode:nil
280 # End: 281 # End:
281 # vim: set expandtab tabstop=2 shiftwidth=2: 282 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698