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

Side by Side Diff: gyp/gpu.gypi

Issue 27199002: Split out GrBitmapTextContext from GrTextContext. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Update based on comments Created 7 years, 2 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/GrBitmapTextContext.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 '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': [
11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
12 '<(skia_include_path)/gpu/GrBitmapTextContext.h',
12 '<(skia_include_path)/gpu/GrClipData.h', 13 '<(skia_include_path)/gpu/GrClipData.h',
13 '<(skia_include_path)/gpu/GrColor.h', 14 '<(skia_include_path)/gpu/GrColor.h',
14 '<(skia_include_path)/gpu/GrConfig.h', 15 '<(skia_include_path)/gpu/GrConfig.h',
15 '<(skia_include_path)/gpu/GrContext.h', 16 '<(skia_include_path)/gpu/GrContext.h',
16 '<(skia_include_path)/gpu/GrContextFactory.h', 17 '<(skia_include_path)/gpu/GrContextFactory.h',
17 '<(skia_include_path)/gpu/GrCoordTransform.h', 18 '<(skia_include_path)/gpu/GrCoordTransform.h',
18 '<(skia_include_path)/gpu/GrEffect.h', 19 '<(skia_include_path)/gpu/GrEffect.h',
19 '<(skia_include_path)/gpu/GrEffectStage.h', 20 '<(skia_include_path)/gpu/GrEffectStage.h',
20 '<(skia_include_path)/gpu/GrEffectUnitTest.h', 21 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
21 '<(skia_include_path)/gpu/GrFontScaler.h', 22 '<(skia_include_path)/gpu/GrFontScaler.h',
(...skipping 24 matching lines...) Expand all
46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
47 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 48 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
48 '<(skia_src_path)/gpu/GrAARectRenderer.h', 49 '<(skia_src_path)/gpu/GrAARectRenderer.h',
49 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 50 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
50 '<(skia_src_path)/gpu/GrAllocator.h', 51 '<(skia_src_path)/gpu/GrAllocator.h',
51 '<(skia_src_path)/gpu/GrAllocPool.h', 52 '<(skia_src_path)/gpu/GrAllocPool.h',
52 '<(skia_src_path)/gpu/GrAllocPool.cpp', 53 '<(skia_src_path)/gpu/GrAllocPool.cpp',
53 '<(skia_src_path)/gpu/GrAtlas.cpp', 54 '<(skia_src_path)/gpu/GrAtlas.cpp',
54 '<(skia_src_path)/gpu/GrAtlas.h', 55 '<(skia_src_path)/gpu/GrAtlas.h',
55 '<(skia_src_path)/gpu/GrBinHashKey.h', 56 '<(skia_src_path)/gpu/GrBinHashKey.h',
57 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
56 '<(skia_src_path)/gpu/GrBlend.cpp', 58 '<(skia_src_path)/gpu/GrBlend.cpp',
57 '<(skia_src_path)/gpu/GrBlend.h', 59 '<(skia_src_path)/gpu/GrBlend.h',
58 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 60 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
59 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 61 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
60 '<(skia_src_path)/gpu/GrCacheID.cpp', 62 '<(skia_src_path)/gpu/GrCacheID.cpp',
61 '<(skia_src_path)/gpu/GrClipData.cpp', 63 '<(skia_src_path)/gpu/GrClipData.cpp',
62 '<(skia_src_path)/gpu/GrContext.cpp', 64 '<(skia_src_path)/gpu/GrContext.cpp',
63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
65 '<(skia_src_path)/gpu/GrDrawState.cpp', 67 '<(skia_src_path)/gpu/GrDrawState.cpp',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 282 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
281 ], 283 ],
282 }, 284 },
283 } 285 }
284 286
285 # Local Variables: 287 # Local Variables:
286 # tab-width:2 288 # tab-width:2
287 # indent-tabs-mode:nil 289 # indent-tabs-mode:nil
288 # End: 290 # End:
289 # vim: set expandtab tabstop=2 shiftwidth=2: 291 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrBitmapTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698