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

Side by Side Diff: gyp/gpu.gypi

Issue 421253003: Finish removing GrTHashTable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 131 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
132 '<(skia_src_path)/gpu/GrSurface.cpp', 132 '<(skia_src_path)/gpu/GrSurface.cpp',
133 '<(skia_src_path)/gpu/GrTemplates.h', 133 '<(skia_src_path)/gpu/GrTemplates.h',
134 '<(skia_src_path)/gpu/GrTextContext.cpp', 134 '<(skia_src_path)/gpu/GrTextContext.cpp',
135 '<(skia_src_path)/gpu/GrTextContext.h', 135 '<(skia_src_path)/gpu/GrTextContext.h',
136 '<(skia_src_path)/gpu/GrTextStrike.cpp', 136 '<(skia_src_path)/gpu/GrTextStrike.cpp',
137 '<(skia_src_path)/gpu/GrTextStrike.h', 137 '<(skia_src_path)/gpu/GrTextStrike.h',
138 '<(skia_src_path)/gpu/GrTextStrike_impl.h', 138 '<(skia_src_path)/gpu/GrTextStrike_impl.h',
139 '<(skia_src_path)/gpu/GrTexture.cpp', 139 '<(skia_src_path)/gpu/GrTexture.cpp',
140 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 140 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
141 '<(skia_src_path)/gpu/GrTHashTable.h',
142 '<(skia_src_path)/gpu/GrVertexBuffer.h', 141 '<(skia_src_path)/gpu/GrVertexBuffer.h',
143 142
144 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 143 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
145 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 144 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
146 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 145 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
147 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 146 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
148 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 147 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
149 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 148 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
150 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 149 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
151 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 150 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ], 309 ],
311 'skgpu_null_gl_sources': [ 310 'skgpu_null_gl_sources': [
312 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
313 312
314 # Sk files 313 # Sk files
315 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
316 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
317 ], 316 ],
318 }, 317 },
319 } 318 }
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