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

Side by Side Diff: gyp/gpu.gypi

Issue 12942014: Move GrGLProgram::Desc out of GrGLProgram. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Move #include below dbl include check 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/GrTypesPriv.h » ('j') | src/gpu/gl/GrGLProgramDesc.h » ('J')
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 161 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
162 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 162 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
163 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 163 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
164 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 164 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
165 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 165 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
166 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 166 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
167 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 167 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
168 '<(skia_src_path)/gpu/gl/GrGLPath.h', 168 '<(skia_src_path)/gpu/gl/GrGLPath.h',
169 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 169 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
170 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 170 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
171 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
171 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 172 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
172 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 173 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
173 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', 174 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
174 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', 175 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
175 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 176 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
176 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 177 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
177 '<(skia_src_path)/gpu/gl/GrGLSL.h', 178 '<(skia_src_path)/gpu/gl/GrGLSL.h',
178 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 179 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
179 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 180 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
180 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 181 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 277 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
277 ], 278 ],
278 }, 279 },
279 } 280 }
280 281
281 # Local Variables: 282 # Local Variables:
282 # tab-width:2 283 # tab-width:2
283 # indent-tabs-mode:nil 284 # indent-tabs-mode:nil
284 # End: 285 # End:
285 # vim: set expandtab tabstop=2 shiftwidth=2: 286 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrTypesPriv.h » ('j') | src/gpu/gl/GrGLProgramDesc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698