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

Side by Side Diff: gyp/gpu.gypi

Issue 12965018: Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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/GrEffectUnitTest.h » ('j') | include/gpu/GrEffectUnitTest.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 59 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
60 '<(skia_src_path)/gpu/GrCacheID.cpp', 60 '<(skia_src_path)/gpu/GrCacheID.cpp',
61 '<(skia_src_path)/gpu/GrClipData.cpp', 61 '<(skia_src_path)/gpu/GrClipData.cpp',
62 '<(skia_src_path)/gpu/GrContext.cpp', 62 '<(skia_src_path)/gpu/GrContext.cpp',
63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
65 '<(skia_src_path)/gpu/GrDrawState.cpp', 65 '<(skia_src_path)/gpu/GrDrawState.cpp',
66 '<(skia_src_path)/gpu/GrDrawState.h', 66 '<(skia_src_path)/gpu/GrDrawState.h',
67 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 67 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
68 '<(skia_src_path)/gpu/GrDrawTarget.h', 68 '<(skia_src_path)/gpu/GrDrawTarget.h',
69 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
69 '<(skia_src_path)/gpu/GrEffect.cpp', 70 '<(skia_src_path)/gpu/GrEffect.cpp',
70 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp', 71 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp',
71 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 72 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
72 '<(skia_src_path)/gpu/GrClipMaskCache.h', 73 '<(skia_src_path)/gpu/GrClipMaskCache.h',
73 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 74 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
74 '<(skia_src_path)/gpu/GrClipMaskManager.h', 75 '<(skia_src_path)/gpu/GrClipMaskManager.h',
75 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 76 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
76 '<(skia_src_path)/gpu/GrGpu.cpp', 77 '<(skia_src_path)/gpu/GrGpu.cpp',
77 '<(skia_src_path)/gpu/GrGpu.h', 78 '<(skia_src_path)/gpu/GrGpu.h',
78 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 79 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 274 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
274 ], 275 ],
275 }, 276 },
276 } 277 }
277 278
278 # Local Variables: 279 # Local Variables:
279 # tab-width:2 280 # tab-width:2
280 # indent-tabs-mode:nil 281 # indent-tabs-mode:nil
281 # End: 282 # End:
282 # vim: set expandtab tabstop=2 shiftwidth=2: 283 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrEffectUnitTest.h » ('j') | include/gpu/GrEffectUnitTest.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698