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

Side by Side Diff: gyp/gpu.gypi

Issue 304403003: Generate path names on the client side (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 6 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 | gyp/tests.gypi » ('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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 180 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
181 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 181 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
182 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 182 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
183 '<(skia_src_path)/gpu/gl/GrGLEffect.h', 183 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
184 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h', 184 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h',
185 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 185 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
186 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 186 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
187 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 187 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
188 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 188 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
189 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 189 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
190 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
191 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
190 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 192 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
191 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 193 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
192 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 194 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
193 '<(skia_src_path)/gpu/gl/GrGLPath.h', 195 '<(skia_src_path)/gpu/gl/GrGLPath.h',
194 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 196 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
195 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 197 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
196 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 198 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
197 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 199 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
198 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', 200 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
199 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', 201 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 ], 301 ],
300 'skgpu_null_gl_sources': [ 302 'skgpu_null_gl_sources': [
301 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 303 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
302 304
303 # Sk files 305 # Sk files
304 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 306 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
305 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 307 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
306 ], 308 ],
307 }, 309 },
308 } 310 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698