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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 231983002: Add support for substring replacement in gypi_to_gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is read into the GN build. 1 # This file is read into the GN build.
2 2
3 # Files are relative to third_party/skia. 3 # Files are relative to third_party/skia.
4 { 4 {
5 # Shared defines for all builds. 5 # Shared defines for all builds.
6 'skia_feature_defines': [ 6 'skia_feature_defines': [
7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
8 'GR_GL_IGNORE_ES3_MSAA=0', 8 'GR_GL_IGNORE_ES3_MSAA=0',
9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', 9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1', 10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1',
11 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION', 11 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION',
12 'SK_ENABLE_INST_COUNT=0', 12 'SK_ENABLE_INST_COUNT=0',
13 'SK_ENABLE_LEGACY_API_ALIASING=1', 13 'SK_ENABLE_LEGACY_API_ALIASING=1',
14 'SK_HIGH_QUALITY_IS_LANCZOS', 14 'SK_HIGH_QUALITY_IS_LANCZOS',
15 'SK_IGNORE_BLURRED_RRECT_OPT', 15 'SK_IGNORE_BLURRED_RRECT_OPT',
16 'SK_IGNORE_QUAD_RR_CORNERS_OPT', 16 'SK_IGNORE_QUAD_RR_CORNERS_OPT',
17 'SK_SUPPORT_LEGACY_GETCLIPTYPE', 17 'SK_SUPPORT_LEGACY_GETCLIPTYPE',
18 'SK_SUPPORT_LEGACY_GETTOPDEVICE', 18 'SK_SUPPORT_LEGACY_GETTOPDEVICE',
19 'SK_SUPPORT_LEGACY_GETTOTALCLIP', 19 'SK_SUPPORT_LEGACY_GETTOTALCLIP',
20 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1', 20 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1',
21 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1', 21 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1',
22 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE', 22 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
23 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT', 23 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT',
24 ], 24 ],
25 25
26 'skia_gpu_sources': [ 26 'skia_gpu_sources': [
27 'include/gpu/GrBackendEffectFactory.h', 27 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
28 'include/gpu/GrClipData.h', 28 '<(skia_include_path)/gpu/GrClipData.h',
29 'include/gpu/GrColor.h', 29 '<(skia_include_path)/gpu/GrColor.h',
30 'include/gpu/GrConfig.h', 30 '<(skia_include_path)/gpu/GrConfig.h',
31 'include/gpu/GrContext.h', 31 '<(skia_include_path)/gpu/GrContext.h',
32 'include/gpu/GrContextFactory.h', 32 '<(skia_include_path)/gpu/GrContextFactory.h',
33 'include/gpu/GrCoordTransform.h', 33 '<(skia_include_path)/gpu/GrCoordTransform.h',
34 'include/gpu/GrEffect.h', 34 '<(skia_include_path)/gpu/GrEffect.h',
35 'include/gpu/GrEffectStage.h', 35 '<(skia_include_path)/gpu/GrEffectStage.h',
36 'include/gpu/GrEffectUnitTest.h', 36 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
37 'include/gpu/GrFontScaler.h', 37 '<(skia_include_path)/gpu/GrFontScaler.h',
38 'include/gpu/GrGlyph.h', 38 '<(skia_include_path)/gpu/GrGlyph.h',
39 'include/gpu/GrKey.h', 39 '<(skia_include_path)/gpu/GrKey.h',
40 'include/gpu/GrPaint.h', 40 '<(skia_include_path)/gpu/GrPaint.h',
41 'include/gpu/GrPathRendererChain.h', 41 '<(skia_include_path)/gpu/GrPathRendererChain.h',
42 'include/gpu/GrPoint.h', 42 '<(skia_include_path)/gpu/GrPoint.h',
43 'include/gpu/GrRect.h', 43 '<(skia_include_path)/gpu/GrRect.h',
44 'include/gpu/GrRenderTarget.h', 44 '<(skia_include_path)/gpu/GrRenderTarget.h',
45 'include/gpu/GrResource.h', 45 '<(skia_include_path)/gpu/GrResource.h',
46 'include/gpu/GrSurface.h', 46 '<(skia_include_path)/gpu/GrSurface.h',
47 'include/gpu/GrTBackendEffectFactory.h', 47 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
48 'include/gpu/GrTexture.h', 48 '<(skia_include_path)/gpu/GrTexture.h',
49 'include/gpu/GrTextureAccess.h', 49 '<(skia_include_path)/gpu/GrTextureAccess.h',
50 'include/gpu/GrTypes.h', 50 '<(skia_include_path)/gpu/GrTypes.h',
51 'include/gpu/GrUserConfig.h', 51 '<(skia_include_path)/gpu/GrUserConfig.h',
52 52
53 'include/gpu/gl/GrGLConfig.h', 53 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
54 'include/gpu/gl/GrGLExtensions.h', 54 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
55 'include/gpu/gl/GrGLFunctions.h', 55 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
56 'include/gpu/gl/GrGLInterface.h', 56 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
57 57
58 'src/gpu/GrAAHairLinePathRenderer.cpp', 58 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
59 'src/gpu/GrAAHairLinePathRenderer.h', 59 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
60 'src/gpu/GrAAConvexPathRenderer.cpp', 60 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
61 'src/gpu/GrAAConvexPathRenderer.h', 61 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
62 'src/gpu/GrAARectRenderer.cpp', 62 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
63 'src/gpu/GrAARectRenderer.h', 63 '<(skia_src_path)/gpu/GrAARectRenderer.h',
64 'src/gpu/GrAddPathRenderers_default.cpp', 64 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
65 'src/gpu/GrAllocator.h', 65 '<(skia_src_path)/gpu/GrAllocator.h',
66 'src/gpu/GrAllocPool.h', 66 '<(skia_src_path)/gpu/GrAllocPool.h',
67 'src/gpu/GrAllocPool.cpp', 67 '<(skia_src_path)/gpu/GrAllocPool.cpp',
68 'src/gpu/GrAtlas.cpp', 68 '<(skia_src_path)/gpu/GrAtlas.cpp',
69 'src/gpu/GrAtlas.h', 69 '<(skia_src_path)/gpu/GrAtlas.h',
70 'src/gpu/GrBinHashKey.h', 70 '<(skia_src_path)/gpu/GrBinHashKey.h',
71 'src/gpu/GrBitmapTextContext.cpp', 71 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
72 'src/gpu/GrBitmapTextContext.h', 72 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
73 'src/gpu/GrBlend.cpp', 73 '<(skia_src_path)/gpu/GrBlend.cpp',
74 'src/gpu/GrBlend.h', 74 '<(skia_src_path)/gpu/GrBlend.h',
75 'src/gpu/GrBufferAllocPool.cpp', 75 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
76 'src/gpu/GrBufferAllocPool.h', 76 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
77 'src/gpu/GrCacheID.cpp', 77 '<(skia_src_path)/gpu/GrCacheID.cpp',
78 'src/gpu/GrClipData.cpp', 78 '<(skia_src_path)/gpu/GrClipData.cpp',
79 'src/gpu/GrContext.cpp', 79 '<(skia_src_path)/gpu/GrContext.cpp',
80 'src/gpu/GrDefaultPathRenderer.cpp', 80 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
81 'src/gpu/GrDefaultPathRenderer.h', 81 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
82 'src/gpu/GrDistanceFieldTextContext.h', 82 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
83 'src/gpu/GrDistanceFieldTextContext.cpp', 83 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
84 'src/gpu/GrDrawState.cpp', 84 '<(skia_src_path)/gpu/GrDrawState.cpp',
85 'src/gpu/GrDrawState.h', 85 '<(skia_src_path)/gpu/GrDrawState.h',
86 'src/gpu/GrDrawTarget.cpp', 86 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
87 'src/gpu/GrDrawTarget.h', 87 '<(skia_src_path)/gpu/GrDrawTarget.h',
88 'src/gpu/GrDrawTargetCaps.h', 88 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
89 'src/gpu/GrEffect.cpp', 89 '<(skia_src_path)/gpu/GrEffect.cpp',
90 'src/gpu/GrGeometryBuffer.h', 90 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
91 'src/gpu/GrClipMaskCache.h', 91 '<(skia_src_path)/gpu/GrClipMaskCache.h',
92 'src/gpu/GrClipMaskCache.cpp', 92 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
93 'src/gpu/GrClipMaskManager.h', 93 '<(skia_src_path)/gpu/GrClipMaskManager.h',
94 'src/gpu/GrClipMaskManager.cpp', 94 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
95 'src/gpu/GrGpu.cpp', 95 '<(skia_src_path)/gpu/GrGpu.cpp',
96 'src/gpu/GrGpu.h', 96 '<(skia_src_path)/gpu/GrGpu.h',
97 'src/gpu/GrGpuFactory.cpp', 97 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
98 'src/gpu/GrIndexBuffer.h', 98 '<(skia_src_path)/gpu/GrIndexBuffer.h',
99 'src/gpu/GrInOrderDrawBuffer.cpp', 99 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
100 'src/gpu/GrInOrderDrawBuffer.h', 100 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
101 'src/gpu/GrLayerCache.cpp', 101 '<(skia_src_path)/gpu/GrLayerCache.cpp',
102 'src/gpu/GrLayerCache.h', 102 '<(skia_src_path)/gpu/GrLayerCache.h',
103 'src/gpu/GrMemoryPool.cpp', 103 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
104 'src/gpu/GrMemoryPool.h', 104 '<(skia_src_path)/gpu/GrMemoryPool.h',
105 'src/gpu/GrOrderedSet.h', 105 '<(skia_src_path)/gpu/GrOrderedSet.h',
106 'src/gpu/GrOvalRenderer.cpp', 106 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
107 'src/gpu/GrOvalRenderer.h', 107 '<(skia_src_path)/gpu/GrOvalRenderer.h',
108 'src/gpu/GrPaint.cpp', 108 '<(skia_src_path)/gpu/GrPaint.cpp',
109 'src/gpu/GrPath.cpp', 109 '<(skia_src_path)/gpu/GrPath.cpp',
110 'src/gpu/GrPath.h', 110 '<(skia_src_path)/gpu/GrPath.h',
111 'src/gpu/GrPathRendererChain.cpp', 111 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
112 'src/gpu/GrPathRenderer.cpp', 112 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
113 'src/gpu/GrPathRenderer.h', 113 '<(skia_src_path)/gpu/GrPathRenderer.h',
114 'src/gpu/GrPathUtils.cpp', 114 '<(skia_src_path)/gpu/GrPathUtils.cpp',
115 'src/gpu/GrPathUtils.h', 115 '<(skia_src_path)/gpu/GrPathUtils.h',
116 'src/gpu/GrPictureUtils.h', 116 '<(skia_src_path)/gpu/GrPictureUtils.h',
117 'src/gpu/GrPictureUtils.cpp', 117 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
118 'src/gpu/GrPlotMgr.h', 118 '<(skia_src_path)/gpu/GrPlotMgr.h',
119 'src/gpu/GrRectanizer.cpp', 119 '<(skia_src_path)/gpu/GrRectanizer.cpp',
120 'src/gpu/GrRectanizer.h', 120 '<(skia_src_path)/gpu/GrRectanizer.h',
121 'src/gpu/GrRectanizer_skyline.cpp', 121 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
122 'src/gpu/GrRedBlackTree.h', 122 '<(skia_src_path)/gpu/GrRedBlackTree.h',
123 'src/gpu/GrRenderTarget.cpp', 123 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
124 'src/gpu/GrReducedClip.cpp', 124 '<(skia_src_path)/gpu/GrReducedClip.cpp',
125 'src/gpu/GrReducedClip.h', 125 '<(skia_src_path)/gpu/GrReducedClip.h',
126 'src/gpu/GrResource.cpp', 126 '<(skia_src_path)/gpu/GrResource.cpp',
127 'src/gpu/GrResourceCache.cpp', 127 '<(skia_src_path)/gpu/GrResourceCache.cpp',
128 'src/gpu/GrResourceCache.h', 128 '<(skia_src_path)/gpu/GrResourceCache.h',
129 'src/gpu/GrStencil.cpp', 129 '<(skia_src_path)/gpu/GrStencil.cpp',
130 'src/gpu/GrStencil.h', 130 '<(skia_src_path)/gpu/GrStencil.h',
131 'src/gpu/GrStencilAndCoverPathRenderer.cpp', 131 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
132 'src/gpu/GrStencilAndCoverPathRenderer.h', 132 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
133 'src/gpu/GrStencilBuffer.cpp', 133 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
134 'src/gpu/GrStencilBuffer.h', 134 '<(skia_src_path)/gpu/GrStencilBuffer.h',
135 'src/gpu/GrTBSearch.h', 135 '<(skia_src_path)/gpu/GrTBSearch.h',
136 'src/gpu/GrTraceMarker.cpp', 136 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
137 'src/gpu/GrTraceMarker.h', 137 '<(skia_src_path)/gpu/GrTraceMarker.h',
138 'src/gpu/GrTracing.h', 138 '<(skia_src_path)/gpu/GrTracing.h',
139 'src/gpu/GrSWMaskHelper.cpp', 139 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
140 'src/gpu/GrSWMaskHelper.h', 140 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
141 'src/gpu/GrSoftwarePathRenderer.cpp', 141 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
142 'src/gpu/GrSoftwarePathRenderer.h', 142 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
143 'src/gpu/GrSurface.cpp', 143 '<(skia_src_path)/gpu/GrSurface.cpp',
144 'src/gpu/GrTemplates.h', 144 '<(skia_src_path)/gpu/GrTemplates.h',
145 'src/gpu/GrTextContext.cpp', 145 '<(skia_src_path)/gpu/GrTextContext.cpp',
146 'src/gpu/GrTextContext.h', 146 '<(skia_src_path)/gpu/GrTextContext.h',
147 'src/gpu/GrTextStrike.cpp', 147 '<(skia_src_path)/gpu/GrTextStrike.cpp',
148 'src/gpu/GrTextStrike.h', 148 '<(skia_src_path)/gpu/GrTextStrike.h',
149 'src/gpu/GrTextStrike_impl.h', 149 '<(skia_src_path)/gpu/GrTextStrike_impl.h',
150 'src/gpu/GrTexture.cpp', 150 '<(skia_src_path)/gpu/GrTexture.cpp',
151 'src/gpu/GrTextureAccess.cpp', 151 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
152 'src/gpu/GrTHashTable.h', 152 '<(skia_src_path)/gpu/GrTHashTable.h',
153 'src/gpu/GrVertexBuffer.h', 153 '<(skia_src_path)/gpu/GrVertexBuffer.h',
154 154
155 'src/gpu/effects/Gr1DKernelEffect.h', 155 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
156 'src/gpu/effects/GrConfigConversionEffect.cpp', 156 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
157 'src/gpu/effects/GrConfigConversionEffect.h', 157 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
158 'src/gpu/effects/GrBezierEffect.cpp', 158 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
159 'src/gpu/effects/GrBezierEffect.h', 159 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
160 'src/gpu/effects/GrConvolutionEffect.cpp', 160 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
161 'src/gpu/effects/GrConvolutionEffect.h', 161 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
162 'src/gpu/effects/GrConvexPolyEffect.cpp', 162 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
163 'src/gpu/effects/GrConvexPolyEffect.h', 163 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
164 'src/gpu/effects/GrBicubicEffect.cpp', 164 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
165 'src/gpu/effects/GrBicubicEffect.h', 165 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
166 'src/gpu/effects/GrCustomCoordsTextureEffect.cpp', 166 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
167 'src/gpu/effects/GrCustomCoordsTextureEffect.h', 167 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
168 'src/gpu/effects/GrDistanceFieldTextureEffect.cpp', 168 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
169 'src/gpu/effects/GrDistanceFieldTextureEffect.h', 169 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
170 'src/gpu/effects/GrOvalEffect.cpp', 170 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
171 'src/gpu/effects/GrOvalEffect.h', 171 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
172 'src/gpu/effects/GrRRectEffect.cpp', 172 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
173 'src/gpu/effects/GrRRectEffect.h', 173 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
174 'src/gpu/effects/GrSimpleTextureEffect.cpp', 174 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
175 'src/gpu/effects/GrSimpleTextureEffect.h', 175 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
176 'src/gpu/effects/GrSingleTextureEffect.cpp', 176 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
177 'src/gpu/effects/GrSingleTextureEffect.h', 177 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
178 'src/gpu/effects/GrTextureDomain.cpp', 178 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
179 'src/gpu/effects/GrTextureDomain.h', 179 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
180 'src/gpu/effects/GrTextureStripAtlas.cpp', 180 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
181 'src/gpu/effects/GrTextureStripAtlas.h', 181 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
182 182
183 'src/gpu/gl/GrGLBufferImpl.cpp', 183 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
184 'src/gpu/gl/GrGLBufferImpl.h', 184 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
185 'src/gpu/gl/GrGLCaps.cpp', 185 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
186 'src/gpu/gl/GrGLCaps.h', 186 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
187 'src/gpu/gl/GrGLContext.cpp', 187 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
188 'src/gpu/gl/GrGLContext.h', 188 '<(skia_src_path)/gpu/gl/GrGLContext.h',
189 'src/gpu/gl/GrGLCreateNativeInterface_none.cpp', 189 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
190 'src/gpu/gl/GrGLDefaultInterface_none.cpp', 190 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
191 'src/gpu/gl/GrGLDefines.h', 191 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
192 'src/gpu/gl/GrGLEffect.h', 192 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
193 'src/gpu/gl/GrGLVertexEffect.h', 193 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h',
194 'src/gpu/gl/GrGLExtensions.cpp', 194 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
195 'src/gpu/gl/GrGLIndexBuffer.cpp', 195 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
196 'src/gpu/gl/GrGLIndexBuffer.h', 196 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
197 'src/gpu/gl/GrGLInterface.cpp', 197 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
198 'src/gpu/gl/GrGLIRect.h', 198 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
199 'src/gpu/gl/GrGLNoOpInterface.cpp', 199 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
200 'src/gpu/gl/GrGLNoOpInterface.h', 200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
201 'src/gpu/gl/GrGLPath.cpp', 201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
202 'src/gpu/gl/GrGLPath.h', 202 '<(skia_src_path)/gpu/gl/GrGLPath.h',
203 'src/gpu/gl/GrGLProgram.cpp', 203 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
204 'src/gpu/gl/GrGLProgram.h', 204 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
205 'src/gpu/gl/GrGLProgramDesc.cpp', 205 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
206 'src/gpu/gl/GrGLProgramDesc.h', 206 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
207 'src/gpu/gl/GrGLProgramEffects.cpp', 207 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
208 'src/gpu/gl/GrGLProgramEffects.h', 208 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
209 'src/gpu/gl/GrGLRenderTarget.cpp', 209 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
210 'src/gpu/gl/GrGLRenderTarget.h', 210 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
211 'src/gpu/gl/GrGLShaderBuilder.cpp', 211 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
212 'src/gpu/gl/GrGLShaderBuilder.h', 212 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
213 'src/gpu/gl/GrGLShaderVar.h', 213 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
214 'src/gpu/gl/GrGLSL.cpp', 214 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
215 'src/gpu/gl/GrGLSL.h', 215 '<(skia_src_path)/gpu/gl/GrGLSL.h',
216 'src/gpu/gl/GrGLSL_impl.h', 216 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
217 'src/gpu/gl/GrGLStencilBuffer.cpp', 217 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
218 'src/gpu/gl/GrGLStencilBuffer.h', 218 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
219 'src/gpu/gl/GrGLTexture.cpp', 219 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
220 'src/gpu/gl/GrGLTexture.h', 220 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
221 'src/gpu/gl/GrGLUtil.cpp', 221 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
222 'src/gpu/gl/GrGLUtil.h', 222 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
223 'src/gpu/gl/GrGLUniformManager.cpp', 223 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp',
224 'src/gpu/gl/GrGLUniformManager.h', 224 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h',
225 'src/gpu/gl/GrGLUniformHandle.h', 225 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
226 'src/gpu/gl/GrGLVertexArray.cpp', 226 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
227 'src/gpu/gl/GrGLVertexArray.h', 227 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
228 'src/gpu/gl/GrGLVertexBuffer.cpp', 228 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
229 'src/gpu/gl/GrGLVertexBuffer.h', 229 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
230 'src/gpu/gl/GrGpuGL.cpp', 230 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
231 'src/gpu/gl/GrGpuGL.h', 231 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
232 'src/gpu/gl/GrGpuGL_program.cpp', 232 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
233 233
234 # Sk files 234 # Sk files
235 'include/gpu/SkGpuDevice.h', 235 '<(skia_include_path)/gpu/SkGpuDevice.h',
236 'include/gpu/SkGr.h', 236 '<(skia_include_path)/gpu/SkGr.h',
237 'include/gpu/SkGrPixelRef.h', 237 '<(skia_include_path)/gpu/SkGrPixelRef.h',
238 'include/gpu/SkGrTexturePixelRef.h', 238 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
239 239
240 'include/gpu/gl/SkGLContextHelper.h', 240 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
241 241
242 'src/gpu/SkGpuDevice.cpp', 242 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
243 'src/gpu/SkGr.cpp', 243 '<(skia_src_path)/gpu/SkGr.cpp',
244 'src/gpu/SkGrFontScaler.cpp', 244 '<(skia_src_path)/gpu/SkGrFontScaler.cpp',
245 'src/gpu/SkGrPixelRef.cpp', 245 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
246 'src/gpu/SkGrTexturePixelRef.cpp', 246 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
247 247
248 'src/image/SkImage_Gpu.cpp', 248 '<(skia_src_path)/image/SkImage_Gpu.cpp',
249 'src/image/SkSurface_Gpu.cpp', 249 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
250 250
251 'src/gpu/gl/SkGLContextHelper.cpp' 251 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp'
252 ], 252 ],
253 253
254 'skia_core_sources': [ 254 'skia_core_sources': [
255 'src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 255 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
256 'src/core/SkAAClip.cpp', 256 '<(skia_src_path)/core/SkAAClip.cpp',
257 'src/core/SkAnnotation.cpp', 257 '<(skia_src_path)/core/SkAnnotation.cpp',
258 'src/core/SkAdvancedTypefaceMetrics.cpp', 258 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp',
259 'src/core/SkAlphaRuns.cpp', 259 '<(skia_src_path)/core/SkAlphaRuns.cpp',
260 'src/core/SkAntiRun.h', 260 '<(skia_src_path)/core/SkAntiRun.h',
261 'src/core/SkBBoxHierarchy.h', 261 '<(skia_src_path)/core/SkBBoxHierarchy.h',
262 'src/core/SkBBoxRecord.cpp', 262 '<(skia_src_path)/core/SkBBoxRecord.cpp',
263 'src/core/SkBBoxRecord.h', 263 '<(skia_src_path)/core/SkBBoxRecord.h',
264 'src/core/SkBBoxHierarchyRecord.cpp', 264 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp',
265 'src/core/SkBBoxHierarchyRecord.h', 265 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h',
266 'src/core/SkBitmap.cpp', 266 '<(skia_src_path)/core/SkBitmap.cpp',
267 'src/core/SkBitmapDevice.cpp', 267 '<(skia_src_path)/core/SkBitmapDevice.cpp',
268 'src/core/SkBitmapFilter.h', 268 '<(skia_src_path)/core/SkBitmapFilter.h',
269 'src/core/SkBitmapFilter.cpp', 269 '<(skia_src_path)/core/SkBitmapFilter.cpp',
270 'src/core/SkBitmapHeap.cpp', 270 '<(skia_src_path)/core/SkBitmapHeap.cpp',
271 'src/core/SkBitmapHeap.h', 271 '<(skia_src_path)/core/SkBitmapHeap.h',
272 'src/core/SkBitmapProcShader.cpp', 272 '<(skia_src_path)/core/SkBitmapProcShader.cpp',
273 'src/core/SkBitmapProcShader.h', 273 '<(skia_src_path)/core/SkBitmapProcShader.h',
274 'src/core/SkBitmapProcState.cpp', 274 '<(skia_src_path)/core/SkBitmapProcState.cpp',
275 'src/core/SkBitmapProcState.h', 275 '<(skia_src_path)/core/SkBitmapProcState.h',
276 'src/core/SkBitmapProcState_matrix.h', 276 '<(skia_src_path)/core/SkBitmapProcState_matrix.h',
277 'src/core/SkBitmapProcState_matrixProcs.cpp', 277 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp',
278 'src/core/SkBitmapProcState_sample.h', 278 '<(skia_src_path)/core/SkBitmapProcState_sample.h',
279 'src/core/SkBitmapScaler.h', 279 '<(skia_src_path)/core/SkBitmapScaler.h',
280 'src/core/SkBitmapScaler.cpp', 280 '<(skia_src_path)/core/SkBitmapScaler.cpp',
281 'src/core/SkBitmapShader16BilerpTemplate.h', 281 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h',
282 'src/core/SkBitmapShaderTemplate.h', 282 '<(skia_src_path)/core/SkBitmapShaderTemplate.h',
283 'src/core/SkBitmap_scroll.cpp', 283 '<(skia_src_path)/core/SkBitmap_scroll.cpp',
284 'src/core/SkBlitBWMaskTemplate.h', 284 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h',
285 'src/core/SkBlitMask_D32.cpp', 285 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
286 'src/core/SkBlitRow_D16.cpp', 286 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
287 'src/core/SkBlitRow_D32.cpp', 287 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
288 'src/core/SkBlitter.h', 288 '<(skia_src_path)/core/SkBlitter.h',
289 'src/core/SkBlitter.cpp', 289 '<(skia_src_path)/core/SkBlitter.cpp',
290 'src/core/SkBlitter_A8.cpp', 290 '<(skia_src_path)/core/SkBlitter_A8.cpp',
291 'src/core/SkBlitter_ARGB32.cpp', 291 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
292 'src/core/SkBlitter_RGB16.cpp', 292 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
293 'src/core/SkBlitter_Sprite.cpp', 293 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
294 'src/core/SkBuffer.cpp', 294 '<(skia_src_path)/core/SkBuffer.cpp',
295 'src/core/SkCanvas.cpp', 295 '<(skia_src_path)/core/SkCanvas.cpp',
296 'src/core/SkChunkAlloc.cpp', 296 '<(skia_src_path)/core/SkChunkAlloc.cpp',
297 'src/core/SkClipStack.cpp', 297 '<(skia_src_path)/core/SkClipStack.cpp',
298 'src/core/SkColor.cpp', 298 '<(skia_src_path)/core/SkColor.cpp',
299 'src/core/SkColorFilter.cpp', 299 '<(skia_src_path)/core/SkColorFilter.cpp',
300 'src/core/SkColorTable.cpp', 300 '<(skia_src_path)/core/SkColorTable.cpp',
301 'src/core/SkComposeShader.cpp', 301 '<(skia_src_path)/core/SkComposeShader.cpp',
302 'src/core/SkConfig8888.cpp', 302 '<(skia_src_path)/core/SkConfig8888.cpp',
303 'src/core/SkConfig8888.h', 303 '<(skia_src_path)/core/SkConfig8888.h',
304 'src/core/SkConvolver.cpp', 304 '<(skia_src_path)/core/SkConvolver.cpp',
305 'src/core/SkConvolver.h', 305 '<(skia_src_path)/core/SkConvolver.h',
306 'src/core/SkCoreBlitters.h', 306 '<(skia_src_path)/core/SkCoreBlitters.h',
307 'src/core/SkCubicClipper.cpp', 307 '<(skia_src_path)/core/SkCubicClipper.cpp',
308 'src/core/SkCubicClipper.h', 308 '<(skia_src_path)/core/SkCubicClipper.h',
309 'src/core/SkData.cpp', 309 '<(skia_src_path)/core/SkData.cpp',
310 'src/core/SkDataTable.cpp', 310 '<(skia_src_path)/core/SkDataTable.cpp',
311 'src/core/SkDebug.cpp', 311 '<(skia_src_path)/core/SkDebug.cpp',
312 'src/core/SkDeque.cpp', 312 '<(skia_src_path)/core/SkDeque.cpp',
313 'src/core/SkDevice.cpp', 313 '<(skia_src_path)/core/SkDevice.cpp',
314 'src/core/SkDeviceLooper.cpp', 314 '<(skia_src_path)/core/SkDeviceLooper.cpp',
315 'src/core/SkDeviceProfile.cpp', 315 '<(skia_src_path)/core/SkDeviceProfile.cpp',
316 'src/lazy/SkDiscardableMemoryPool.cpp', 316 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
317 'src/lazy/SkDiscardablePixelRef.cpp', 317 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
318 'src/core/SkDistanceFieldGen.cpp', 318 '<(skia_src_path)/core/SkDistanceFieldGen.cpp',
319 'src/core/SkDistanceFieldGen.h', 319 '<(skia_src_path)/core/SkDistanceFieldGen.h',
320 'src/core/SkDither.cpp', 320 '<(skia_src_path)/core/SkDither.cpp',
321 'src/core/SkDraw.cpp', 321 '<(skia_src_path)/core/SkDraw.cpp',
322 'src/core/SkDrawLooper.cpp', 322 '<(skia_src_path)/core/SkDrawLooper.cpp',
323 'src/core/SkDrawProcs.h', 323 '<(skia_src_path)/core/SkDrawProcs.h',
324 'src/core/SkEdgeBuilder.cpp', 324 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
325 'src/core/SkEdgeClipper.cpp', 325 '<(skia_src_path)/core/SkEdgeClipper.cpp',
326 'src/core/SkEdge.cpp', 326 '<(skia_src_path)/core/SkEdge.cpp',
327 'src/core/SkEdge.h', 327 '<(skia_src_path)/core/SkEdge.h',
328 'src/core/SkError.cpp', 328 '<(skia_src_path)/core/SkError.cpp',
329 'src/core/SkErrorInternals.h', 329 '<(skia_src_path)/core/SkErrorInternals.h',
330 'src/core/SkFilterProc.cpp', 330 '<(skia_src_path)/core/SkFilterProc.cpp',
331 'src/core/SkFilterProc.h', 331 '<(skia_src_path)/core/SkFilterProc.h',
332 'src/core/SkFilterShader.cpp', 332 '<(skia_src_path)/core/SkFilterShader.cpp',
333 'src/core/SkFlattenable.cpp', 333 '<(skia_src_path)/core/SkFlattenable.cpp',
334 'src/core/SkFlattenableSerialization.cpp', 334 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
335 'src/core/SkFloat.cpp', 335 '<(skia_src_path)/core/SkFloat.cpp',
336 'src/core/SkFloat.h', 336 '<(skia_src_path)/core/SkFloat.h',
337 'src/core/SkFloatBits.cpp', 337 '<(skia_src_path)/core/SkFloatBits.cpp',
338 'src/core/SkFontHost.cpp', 338 '<(skia_src_path)/core/SkFontHost.cpp',
339 'src/core/SkFontDescriptor.cpp', 339 '<(skia_src_path)/core/SkFontDescriptor.cpp',
340 'src/core/SkFontDescriptor.h', 340 '<(skia_src_path)/core/SkFontDescriptor.h',
341 'src/core/SkFontStream.cpp', 341 '<(skia_src_path)/core/SkFontStream.cpp',
342 'src/core/SkFontStream.h', 342 '<(skia_src_path)/core/SkFontStream.h',
343 'src/core/SkGeometry.cpp', 343 '<(skia_src_path)/core/SkGeometry.cpp',
344 'src/core/SkGlyphCache.cpp', 344 '<(skia_src_path)/core/SkGlyphCache.cpp',
345 'src/core/SkGlyphCache.h', 345 '<(skia_src_path)/core/SkGlyphCache.h',
346 'src/core/SkGlyphCache_Globals.h', 346 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
347 'src/core/SkGraphics.cpp', 347 '<(skia_src_path)/core/SkGraphics.cpp',
348 'src/core/SkInstCnt.cpp', 348 '<(skia_src_path)/core/SkInstCnt.cpp',
349 'src/core/SkImageFilter.cpp', 349 '<(skia_src_path)/core/SkImageFilter.cpp',
350 'src/core/SkImageInfo.cpp', 350 '<(skia_src_path)/core/SkImageInfo.cpp',
351 'src/core/SkLineClipper.cpp', 351 '<(skia_src_path)/core/SkLineClipper.cpp',
352 'src/core/SkMallocPixelRef.cpp', 352 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
353 'src/core/SkMask.cpp', 353 '<(skia_src_path)/core/SkMask.cpp',
354 'src/core/SkMaskFilter.cpp', 354 '<(skia_src_path)/core/SkMaskFilter.cpp',
355 'src/core/SkMaskGamma.cpp', 355 '<(skia_src_path)/core/SkMaskGamma.cpp',
356 'src/core/SkMaskGamma.h', 356 '<(skia_src_path)/core/SkMaskGamma.h',
357 'src/core/SkMath.cpp', 357 '<(skia_src_path)/core/SkMath.cpp',
358 'src/core/SkMatrix.cpp', 358 '<(skia_src_path)/core/SkMatrix.cpp',
359 'src/core/SkMatrixClipStateMgr.cpp', 359 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp',
360 'src/core/SkMatrixClipStateMgr.h', 360 '<(skia_src_path)/core/SkMatrixClipStateMgr.h',
361 'src/core/SkMessageBus.h', 361 '<(skia_src_path)/core/SkMessageBus.h',
362 'src/core/SkMetaData.cpp', 362 '<(skia_src_path)/core/SkMetaData.cpp',
363 'src/core/SkMipMap.cpp', 363 '<(skia_src_path)/core/SkMipMap.cpp',
364 'src/core/SkOffsetTable.h', 364 '<(skia_src_path)/core/SkOffsetTable.h',
365 'src/core/SkPackBits.cpp', 365 '<(skia_src_path)/core/SkPackBits.cpp',
366 'src/core/SkPaint.cpp', 366 '<(skia_src_path)/core/SkPaint.cpp',
367 'src/core/SkPaintOptionsAndroid.cpp', 367 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
368 'src/core/SkPaintPriv.cpp', 368 '<(skia_src_path)/core/SkPaintPriv.cpp',
369 'src/core/SkPaintPriv.h', 369 '<(skia_src_path)/core/SkPaintPriv.h',
370 'src/core/SkPath.cpp', 370 '<(skia_src_path)/core/SkPath.cpp',
371 'src/core/SkPathEffect.cpp', 371 '<(skia_src_path)/core/SkPathEffect.cpp',
372 'src/core/SkPathHeap.cpp', 372 '<(skia_src_path)/core/SkPathHeap.cpp',
373 'src/core/SkPathHeap.h', 373 '<(skia_src_path)/core/SkPathHeap.h',
374 'src/core/SkPathMeasure.cpp', 374 '<(skia_src_path)/core/SkPathMeasure.cpp',
375 'src/core/SkPathRef.cpp', 375 '<(skia_src_path)/core/SkPathRef.cpp',
376 'src/core/SkPicture.cpp', 376 '<(skia_src_path)/core/SkPicture.cpp',
377 'src/core/SkPictureFlat.cpp', 377 '<(skia_src_path)/core/SkPictureFlat.cpp',
378 'src/core/SkPictureFlat.h', 378 '<(skia_src_path)/core/SkPictureFlat.h',
379 'src/core/SkPicturePlayback.cpp', 379 '<(skia_src_path)/core/SkPicturePlayback.cpp',
380 'src/core/SkPicturePlayback.h', 380 '<(skia_src_path)/core/SkPicturePlayback.h',
381 'src/core/SkPictureRecord.cpp', 381 '<(skia_src_path)/core/SkPictureRecord.cpp',
382 'src/core/SkPictureRecord.h', 382 '<(skia_src_path)/core/SkPictureRecord.h',
383 'src/core/SkPictureShader.cpp', 383 '<(skia_src_path)/core/SkPictureStateTree.cpp',
384 'src/core/SkPictureShader.h', 384 '<(skia_src_path)/core/SkPictureStateTree.h',
385 'src/core/SkPictureStateTree.cpp', 385 '<(skia_src_path)/core/SkPixelRef.cpp',
386 'src/core/SkPictureStateTree.h', 386 '<(skia_src_path)/core/SkPoint.cpp',
387 'src/core/SkPixelRef.cpp', 387 '<(skia_src_path)/core/SkProcSpriteBlitter.cpp',
388 'src/core/SkPoint.cpp', 388 '<(skia_src_path)/core/SkPtrRecorder.cpp',
389 'src/core/SkProcSpriteBlitter.cpp', 389 '<(skia_src_path)/core/SkQuadClipper.cpp',
390 'src/core/SkPtrRecorder.cpp', 390 '<(skia_src_path)/core/SkQuadClipper.h',
391 'src/core/SkQuadClipper.cpp', 391 '<(skia_src_path)/core/SkQuadTree.cpp',
392 'src/core/SkQuadClipper.h', 392 '<(skia_src_path)/core/SkQuadTree.h',
393 'src/core/SkQuadTree.cpp', 393 '<(skia_src_path)/core/SkQuadTreePicture.cpp',
394 'src/core/SkQuadTree.h', 394 '<(skia_src_path)/core/SkQuadTreePicture.h',
395 'src/core/SkQuadTreePicture.cpp', 395 '<(skia_src_path)/core/SkRasterClip.cpp',
396 'src/core/SkQuadTreePicture.h', 396 '<(skia_src_path)/core/SkRasterizer.cpp',
397 'src/core/SkRasterClip.cpp', 397 '<(skia_src_path)/core/SkReadBuffer.cpp',
398 'src/core/SkRasterizer.cpp', 398 '<(skia_src_path)/core/SkRect.cpp',
399 'src/core/SkReadBuffer.cpp', 399 '<(skia_src_path)/core/SkRefDict.cpp',
400 'src/core/SkRect.cpp', 400 '<(skia_src_path)/core/SkRegion.cpp',
401 'src/core/SkRefDict.cpp', 401 '<(skia_src_path)/core/SkRegionPriv.h',
402 'src/core/SkRegion.cpp', 402 '<(skia_src_path)/core/SkRegion_path.cpp',
403 'src/core/SkRegionPriv.h', 403 '<(skia_src_path)/core/SkRRect.cpp',
404 'src/core/SkRegion_path.cpp', 404 '<(skia_src_path)/core/SkRTree.h',
405 'src/core/SkRRect.cpp', 405 '<(skia_src_path)/core/SkRTree.cpp',
406 'src/core/SkRTree.h', 406 '<(skia_src_path)/core/SkScaledImageCache.cpp',
407 'src/core/SkRTree.cpp', 407 '<(skia_src_path)/core/SkScalar.cpp',
408 'src/core/SkScaledImageCache.cpp', 408 '<(skia_src_path)/core/SkScalerContext.cpp',
409 'src/core/SkScalar.cpp', 409 '<(skia_src_path)/core/SkScalerContext.h',
410 'src/core/SkScalerContext.cpp', 410 '<(skia_src_path)/core/SkScan.cpp',
411 'src/core/SkScalerContext.h', 411 '<(skia_src_path)/core/SkScan.h',
412 'src/core/SkScan.cpp', 412 '<(skia_src_path)/core/SkScanPriv.h',
413 'src/core/SkScan.h', 413 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
414 'src/core/SkScanPriv.h', 414 '<(skia_src_path)/core/SkScan_Antihair.cpp',
415 'src/core/SkScan_AntiPath.cpp', 415 '<(skia_src_path)/core/SkScan_Hairline.cpp',
416 'src/core/SkScan_Antihair.cpp', 416 '<(skia_src_path)/core/SkScan_Path.cpp',
417 'src/core/SkScan_Hairline.cpp', 417 '<(skia_src_path)/core/SkShader.cpp',
418 'src/core/SkScan_Path.cpp', 418 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp',
419 'src/core/SkShader.cpp', 419 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp',
420 'src/core/SkSpriteBlitter_ARGB32.cpp', 420 '<(skia_src_path)/core/SkSinTable.h',
421 'src/core/SkSpriteBlitter_RGB16.cpp', 421 '<(skia_src_path)/core/SkSpriteBlitter.h',
422 'src/core/SkSinTable.h', 422 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h',
423 'src/core/SkSpriteBlitter.h', 423 '<(skia_src_path)/core/SkStream.cpp',
424 'src/core/SkSpriteBlitterTemplate.h', 424 '<(skia_src_path)/core/SkString.cpp',
425 'src/core/SkStream.cpp', 425 '<(skia_src_path)/core/SkStringUtils.cpp',
426 'src/core/SkString.cpp', 426 '<(skia_src_path)/core/SkStroke.h',
427 'src/core/SkStringUtils.cpp', 427 '<(skia_src_path)/core/SkStroke.cpp',
428 'src/core/SkStroke.h', 428 '<(skia_src_path)/core/SkStrokeRec.cpp',
429 'src/core/SkStroke.cpp', 429 '<(skia_src_path)/core/SkStrokerPriv.cpp',
430 'src/core/SkStrokeRec.cpp', 430 '<(skia_src_path)/core/SkStrokerPriv.h',
431 'src/core/SkStrokerPriv.cpp', 431 '<(skia_src_path)/core/SkTextFormatParams.h',
432 'src/core/SkStrokerPriv.h', 432 '<(skia_src_path)/core/SkTileGrid.cpp',
433 'src/core/SkTextFormatParams.h', 433 '<(skia_src_path)/core/SkTileGrid.h',
434 'src/core/SkTileGrid.cpp', 434 '<(skia_src_path)/core/SkTileGridPicture.cpp',
435 'src/core/SkTileGrid.h', 435 '<(skia_src_path)/core/SkTLList.h',
436 'src/core/SkTileGridPicture.cpp', 436 '<(skia_src_path)/core/SkTLS.cpp',
437 'src/core/SkTLList.h', 437 '<(skia_src_path)/core/SkTraceEvent.h',
438 'src/core/SkTLS.cpp', 438 '<(skia_src_path)/core/SkTSearch.cpp',
439 'src/core/SkTraceEvent.h', 439 '<(skia_src_path)/core/SkTSort.h',
440 'src/core/SkTSearch.cpp', 440 '<(skia_src_path)/core/SkTypeface.cpp',
441 'src/core/SkTSort.h', 441 '<(skia_src_path)/core/SkTypefaceCache.cpp',
442 'src/core/SkTypeface.cpp', 442 '<(skia_src_path)/core/SkTypefaceCache.h',
443 'src/core/SkTypefaceCache.cpp', 443 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
444 'src/core/SkTypefaceCache.h', 444 '<(skia_src_path)/core/SkUtils.cpp',
445 'src/core/SkUnPreMultiply.cpp', 445 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
446 'src/core/SkUtils.cpp', 446 '<(skia_src_path)/core/SkWriteBuffer.cpp',
447 'src/core/SkValidatingReadBuffer.cpp', 447 '<(skia_src_path)/core/SkWriter32.cpp',
448 'src/core/SkWriteBuffer.cpp', 448 '<(skia_src_path)/core/SkXfermode.cpp',
449 'src/core/SkWriter32.cpp', 449 '<(skia_src_path)/doc/SkDocument.cpp',
450 'src/core/SkXfermode.cpp', 450 '<(skia_src_path)/image/SkImage.cpp',
451 'src/doc/SkDocument.cpp', 451 '<(skia_src_path)/image/SkImagePriv.cpp',
452 'src/image/SkImage.cpp', 452 '<(skia_src_path)/image/SkImage_Codec.cpp',
453 'src/image/SkImagePriv.cpp', 453 '<(skia_src_path)/image/SkImage_Picture.cpp',
454 'src/image/SkImage_Codec.cpp', 454 '<(skia_src_path)/image/SkImage_Raster.cpp',
455 'src/image/SkImage_Picture.cpp', 455 '<(skia_src_path)/image/SkSurface.cpp',
456 'src/image/SkImage_Raster.cpp', 456 '<(skia_src_path)/image/SkSurface_Base.h',
457 'src/image/SkSurface.cpp', 457 '<(skia_src_path)/image/SkSurface_Picture.cpp',
458 'src/image/SkSurface_Base.h', 458 '<(skia_src_path)/image/SkSurface_Raster.cpp',
459 'src/image/SkSurface_Picture.cpp', 459 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
460 'src/image/SkSurface_Raster.cpp', 460 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
461 'src/pipe/SkGPipeRead.cpp', 461 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h',
462 'src/pipe/SkGPipeWrite.cpp', 462 '<(skia_include_path)/core/SkBitmap.h',
463 'include/core/SkAdvancedTypefaceMetrics.h', 463 '<(skia_include_path)/core/SkBitmapDevice.h',
464 'include/core/SkBitmap.h', 464 '<(skia_include_path)/core/SkBlitRow.h',
465 'include/core/SkBitmapDevice.h', 465 '<(skia_include_path)/core/SkBounder.h',
466 'include/core/SkBlitRow.h', 466 '<(skia_include_path)/core/SkCanvas.h',
467 'include/core/SkBounder.h', 467 '<(skia_include_path)/core/SkChecksum.h',
468 'include/core/SkCanvas.h', 468 '<(skia_include_path)/core/SkChunkAlloc.h',
469 'include/core/SkChecksum.h', 469 '<(skia_include_path)/core/SkClipStack.h',
470 'include/core/SkChunkAlloc.h', 470 '<(skia_include_path)/core/SkColor.h',
471 'include/core/SkClipStack.h', 471 '<(skia_include_path)/core/SkColorFilter.h',
472 'include/core/SkColor.h', 472 '<(skia_include_path)/core/SkColorPriv.h',
473 'include/core/SkColorFilter.h', 473 '<(skia_include_path)/core/SkColorShader.h',
474 'include/core/SkColorPriv.h', 474 '<(skia_include_path)/core/SkComposeShader.h',
475 'include/core/SkColorShader.h', 475 '<(skia_include_path)/core/SkData.h',
476 'include/core/SkComposeShader.h', 476 '<(skia_include_path)/core/SkDeque.h',
477 'include/core/SkData.h', 477 '<(skia_include_path)/core/SkDevice.h',
478 'include/core/SkDeque.h', 478 '<(skia_include_path)/core/SkDeviceProperties.h',
479 'include/core/SkDevice.h', 479 '<(skia_include_path)/core/SkDither.h',
480 'include/core/SkDeviceProperties.h', 480 '<(skia_include_path)/core/SkDraw.h',
481 'include/core/SkDither.h', 481 '<(skia_include_path)/core/SkDrawFilter.h',
482 'include/core/SkDraw.h', 482 '<(skia_include_path)/core/SkDrawLooper.h',
483 'include/core/SkDrawFilter.h', 483 '<(skia_include_path)/core/SkEndian.h',
484 'include/core/SkDrawLooper.h', 484 '<(skia_include_path)/core/SkError.h',
485 'include/core/SkEndian.h', 485 '<(skia_include_path)/core/SkFixed.h',
486 'include/core/SkError.h', 486 '<(skia_include_path)/core/SkFlattenable.h',
487 'include/core/SkFixed.h', 487 '<(skia_include_path)/core/SkFlattenableSerialization.h',
488 'include/core/SkFlattenable.h', 488 '<(skia_include_path)/core/SkFloatBits.h',
489 'include/core/SkFlattenableSerialization.h', 489 '<(skia_include_path)/core/SkFloatingPoint.h',
490 'include/core/SkFloatBits.h', 490 '<(skia_include_path)/core/SkFontHost.h',
491 'include/core/SkFloatingPoint.h', 491 '<(skia_include_path)/core/SkGeometry.h',
492 'include/core/SkFontHost.h', 492 '<(skia_include_path)/core/SkGraphics.h',
493 'include/core/SkGeometry.h', 493 '<(skia_include_path)/core/SkImage.h',
494 'include/core/SkGraphics.h', 494 '<(skia_include_path)/core/SkImageDecoder.h',
495 'include/core/SkImage.h', 495 '<(skia_include_path)/core/SkImageEncoder.h',
496 'include/core/SkImageDecoder.h', 496 '<(skia_include_path)/core/SkImageFilter.h',
497 'include/core/SkImageEncoder.h', 497 '<(skia_include_path)/core/SkImageInfo.h',
498 'include/core/SkImageFilter.h', 498 '<(skia_include_path)/core/SkInstCnt.h',
499 'include/core/SkImageInfo.h', 499 '<(skia_include_path)/core/SkMallocPixelRef.h',
500 'include/core/SkInstCnt.h', 500 '<(skia_include_path)/core/SkMask.h',
501 'include/core/SkMallocPixelRef.h', 501 '<(skia_include_path)/core/SkMaskFilter.h',
502 'include/core/SkMask.h', 502 '<(skia_include_path)/core/SkMath.h',
503 'include/core/SkMaskFilter.h', 503 '<(skia_include_path)/core/SkMatrix.h',
504 'include/core/SkMath.h', 504 '<(skia_include_path)/core/SkMetaData.h',
505 'include/core/SkMatrix.h', 505 '<(skia_include_path)/core/SkOnce.h',
506 'include/core/SkMetaData.h', 506 '<(skia_include_path)/core/SkOSFile.h',
507 'include/core/SkOnce.h', 507 '<(skia_include_path)/core/SkPackBits.h',
508 'include/core/SkOSFile.h', 508 '<(skia_include_path)/core/SkPaint.h',
509 'include/core/SkPackBits.h', 509 '<(skia_include_path)/core/SkPath.h',
510 'include/core/SkPaint.h', 510 '<(skia_include_path)/core/SkPathEffect.h',
511 'include/core/SkPath.h', 511 '<(skia_include_path)/core/SkPathMeasure.h',
512 'include/core/SkPathEffect.h', 512 '<(skia_include_path)/core/SkPathRef.h',
513 'include/core/SkPathMeasure.h', 513 '<(skia_include_path)/core/SkPicture.h',
514 'include/core/SkPathRef.h', 514 '<(skia_include_path)/core/SkPixelRef.h',
515 'include/core/SkPicture.h', 515 '<(skia_include_path)/core/SkPoint.h',
516 'include/core/SkPixelRef.h', 516 '<(skia_include_path)/core/SkPreConfig.h',
517 'include/core/SkPoint.h', 517 '<(skia_include_path)/core/SkRasterizer.h',
518 'include/core/SkPreConfig.h', 518 '<(skia_include_path)/core/SkReader32.h',
519 'include/core/SkRasterizer.h', 519 '<(skia_include_path)/core/SkRect.h',
520 'include/core/SkReader32.h', 520 '<(skia_include_path)/core/SkRefCnt.h',
521 'include/core/SkRect.h', 521 '<(skia_include_path)/core/SkRegion.h',
522 'include/core/SkRefCnt.h', 522 '<(skia_include_path)/core/SkRRect.h',
523 'include/core/SkRegion.h', 523 '<(skia_include_path)/core/SkScalar.h',
524 'include/core/SkRRect.h', 524 '<(skia_include_path)/core/SkShader.h',
525 'include/core/SkScalar.h', 525 '<(skia_include_path)/core/SkStream.h',
526 'include/core/SkShader.h', 526 '<(skia_include_path)/core/SkString.h',
527 'include/core/SkStream.h', 527 '<(skia_include_path)/core/SkStringUtils.h',
528 'include/core/SkString.h', 528 '<(skia_include_path)/core/SkStrokeRec.h',
529 'include/core/SkStringUtils.h', 529 '<(skia_include_path)/core/SkSurface.h',
530 'include/core/SkStrokeRec.h', 530 '<(skia_include_path)/core/SkTArray.h',
531 'include/core/SkSurface.h', 531 '<(skia_include_path)/core/SkTDArray.h',
532 'include/core/SkTArray.h', 532 '<(skia_include_path)/core/SkTDStack.h',
533 'include/core/SkTDArray.h', 533 '<(skia_include_path)/core/SkTDict.h',
534 'include/core/SkTDStack.h', 534 '<(skia_include_path)/core/SkTInternalLList.h',
535 'include/core/SkTDict.h', 535 '<(skia_include_path)/core/SkTileGridPicture.h',
536 'include/core/SkTInternalLList.h', 536 '<(skia_include_path)/core/SkTRegistry.h',
537 'include/core/SkTileGridPicture.h', 537 '<(skia_include_path)/core/SkTSearch.h',
538 'include/core/SkTRegistry.h', 538 '<(skia_include_path)/core/SkTemplates.h',
539 'include/core/SkTSearch.h', 539 '<(skia_include_path)/core/SkThread.h',
540 'include/core/SkTemplates.h', 540 '<(skia_include_path)/core/SkTime.h',
541 'include/core/SkThread.h', 541 '<(skia_include_path)/core/SkTLazy.h',
542 'include/core/SkTime.h', 542 '<(skia_include_path)/core/SkTypeface.h',
543 'include/core/SkTLazy.h', 543 '<(skia_include_path)/core/SkTypes.h',
544 'include/core/SkTypeface.h', 544 '<(skia_include_path)/core/SkUnPreMultiply.h',
545 'include/core/SkTypes.h', 545 '<(skia_include_path)/core/SkUnitMapper.h',
546 'include/core/SkUnPreMultiply.h', 546 '<(skia_include_path)/core/SkUtils.h',
547 'include/core/SkUnitMapper.h', 547 '<(skia_include_path)/core/SkWeakRefCnt.h',
548 'include/core/SkUtils.h', 548 '<(skia_include_path)/core/SkWriter32.h',
549 'include/core/SkWeakRefCnt.h', 549 '<(skia_include_path)/core/SkXfermode.h',
550 'include/core/SkWriter32.h', 550 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
551 'include/core/SkXfermode.h', 551 '<(skia_src_path)/lazy/SkCachingPixelRef.h',
552 'src/lazy/SkCachingPixelRef.cpp', 552 '<(skia_include_path)/pathops/SkPathOps.h',
553 'src/lazy/SkCachingPixelRef.h', 553 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
554 'include/pathops/SkPathOps.h', 554 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp',
555 'src/pathops/SkAddIntersections.cpp', 555 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp',
556 'src/pathops/SkDCubicIntersection.cpp', 556 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp',
557 'src/pathops/SkDCubicLineIntersection.cpp', 557 '<(skia_src_path)/pathops/SkDLineIntersection.cpp',
558 'src/pathops/SkDCubicToQuads.cpp', 558 '<(skia_src_path)/pathops/SkDQuadImplicit.cpp',
559 'src/pathops/SkDLineIntersection.cpp', 559 '<(skia_src_path)/pathops/SkDQuadIntersection.cpp',
560 'src/pathops/SkDQuadImplicit.cpp', 560 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp',
561 'src/pathops/SkDQuadIntersection.cpp', 561 '<(skia_src_path)/pathops/SkIntersections.cpp',
562 'src/pathops/SkDQuadLineIntersection.cpp', 562 '<(skia_src_path)/pathops/SkOpAngle.cpp',
563 'src/pathops/SkIntersections.cpp', 563 '<(skia_src_path)/pathops/SkOpContour.cpp',
564 'src/pathops/SkOpAngle.cpp', 564 '<(skia_src_path)/pathops/SkOpEdgeBuilder.cpp',
565 'src/pathops/SkOpContour.cpp', 565 '<(skia_src_path)/pathops/SkOpSegment.cpp',
566 'src/pathops/SkOpEdgeBuilder.cpp', 566 '<(skia_src_path)/pathops/SkPathOpsBounds.cpp',
567 'src/pathops/SkOpSegment.cpp', 567 '<(skia_src_path)/pathops/SkPathOpsCommon.cpp',
568 'src/pathops/SkPathOpsBounds.cpp', 568 '<(skia_src_path)/pathops/SkPathOpsCubic.cpp',
569 'src/pathops/SkPathOpsCommon.cpp', 569 '<(skia_src_path)/pathops/SkPathOpsDebug.cpp',
570 'src/pathops/SkPathOpsCubic.cpp', 570 '<(skia_src_path)/pathops/SkPathOpsLine.cpp',
571 'src/pathops/SkPathOpsDebug.cpp', 571 '<(skia_src_path)/pathops/SkPathOpsOp.cpp',
572 'src/pathops/SkPathOpsLine.cpp', 572 '<(skia_src_path)/pathops/SkPathOpsPoint.cpp',
573 'src/pathops/SkPathOpsOp.cpp', 573 '<(skia_src_path)/pathops/SkPathOpsQuad.cpp',
574 'src/pathops/SkPathOpsPoint.cpp', 574 '<(skia_src_path)/pathops/SkPathOpsRect.cpp',
575 'src/pathops/SkPathOpsQuad.cpp', 575 '<(skia_src_path)/pathops/SkPathOpsSimplify.cpp',
576 'src/pathops/SkPathOpsRect.cpp', 576 '<(skia_src_path)/pathops/SkPathOpsTriangle.cpp',
577 'src/pathops/SkPathOpsSimplify.cpp', 577 '<(skia_src_path)/pathops/SkPathOpsTypes.cpp',
578 'src/pathops/SkPathOpsTriangle.cpp', 578 '<(skia_src_path)/pathops/SkPathWriter.cpp',
579 'src/pathops/SkPathOpsTypes.cpp', 579 '<(skia_src_path)/pathops/SkQuarticRoot.cpp',
580 'src/pathops/SkPathWriter.cpp', 580 '<(skia_src_path)/pathops/SkReduceOrder.cpp',
581 'src/pathops/SkQuarticRoot.cpp', 581 '<(skia_src_path)/pathops/SkAddIntersections.h',
582 'src/pathops/SkReduceOrder.cpp', 582 '<(skia_src_path)/pathops/SkDQuadImplicit.h',
583 'src/pathops/SkAddIntersections.h', 583 '<(skia_src_path)/pathops/SkIntersectionHelper.h',
584 'src/pathops/SkDQuadImplicit.h', 584 '<(skia_src_path)/pathops/SkIntersections.h',
585 'src/pathops/SkIntersectionHelper.h', 585 '<(skia_src_path)/pathops/SkLineParameters.h',
586 'src/pathops/SkIntersections.h', 586 '<(skia_src_path)/pathops/SkOpAngle.h',
587 'src/pathops/SkLineParameters.h', 587 '<(skia_src_path)/pathops/SkOpContour.h',
588 'src/pathops/SkOpAngle.h', 588 '<(skia_src_path)/pathops/SkOpEdgeBuilder.h',
589 'src/pathops/SkOpContour.h', 589 '<(skia_src_path)/pathops/SkOpSegment.h',
590 'src/pathops/SkOpEdgeBuilder.h', 590 '<(skia_src_path)/pathops/SkOpSpan.h',
591 'src/pathops/SkOpSegment.h', 591 '<(skia_src_path)/pathops/SkPathOpsBounds.h',
592 'src/pathops/SkOpSpan.h', 592 '<(skia_src_path)/pathops/SkPathOpsCommon.h',
593 'src/pathops/SkPathOpsBounds.h', 593 '<(skia_src_path)/pathops/SkPathOpsCubic.h',
594 'src/pathops/SkPathOpsCommon.h', 594 '<(skia_src_path)/pathops/SkPathOpsCurve.h',
595 'src/pathops/SkPathOpsCubic.h', 595 '<(skia_src_path)/pathops/SkPathOpsDebug.h',
596 'src/pathops/SkPathOpsCurve.h', 596 '<(skia_src_path)/pathops/SkPathOpsLine.h',
597 'src/pathops/SkPathOpsDebug.h', 597 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
598 'src/pathops/SkPathOpsLine.h', 598 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
599 'src/pathops/SkPathOpsPoint.h', 599 '<(skia_src_path)/pathops/SkPathOpsRect.h',
600 'src/pathops/SkPathOpsQuad.h', 600 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
601 'src/pathops/SkPathOpsRect.h', 601 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
602 'src/pathops/SkPathOpsTriangle.h', 602 '<(skia_src_path)/pathops/SkPathWriter.h',
603 'src/pathops/SkPathOpsTypes.h', 603 '<(skia_src_path)/pathops/SkQuarticRoot.h',
604 'src/pathops/SkPathWriter.h', 604 '<(skia_src_path)/pathops/SkReduceOrder.h',
605 'src/pathops/SkQuarticRoot.h',
606 'src/pathops/SkReduceOrder.h',
607 ], 605 ],
608 606
609 'skia_effects_sources': [ 607 'skia_effects_sources': [
610 'src/effects/Sk1DPathEffect.cpp', 608 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
611 'src/effects/Sk2DPathEffect.cpp', 609 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
612 'src/effects/SkArithmeticMode.cpp', 610 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
613 'src/effects/SkAvoidXfermode.cpp', 611 '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
614 'src/effects/SkBicubicImageFilter.cpp', 612 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
615 'src/effects/SkBitmapSource.cpp', 613 '<(skia_src_path)/effects/SkBitmapSource.cpp',
616 'src/effects/SkBlurDrawLooper.cpp', 614 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
617 'src/effects/SkBlurMask.cpp', 615 '<(skia_src_path)/effects/SkBlurMask.cpp',
618 'src/effects/SkBlurMask.h', 616 '<(skia_src_path)/effects/SkBlurMask.h',
619 'src/effects/SkBlurImageFilter.cpp', 617 '<(skia_src_path)/effects/SkBlurImageFilter.cpp',
620 'src/effects/SkBlurMaskFilter.cpp', 618 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp',
621 'src/effects/SkColorFilters.cpp', 619 '<(skia_src_path)/effects/SkColorFilters.cpp',
622 'src/effects/SkColorFilterImageFilter.cpp', 620 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp',
623 'src/effects/SkColorMatrix.cpp', 621 '<(skia_src_path)/effects/SkColorMatrix.cpp',
624 'src/effects/SkColorMatrixFilter.cpp', 622 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp',
625 'src/effects/SkComposeImageFilter.cpp', 623 '<(skia_src_path)/effects/SkComposeImageFilter.cpp',
626 'src/effects/SkCornerPathEffect.cpp', 624 '<(skia_src_path)/effects/SkCornerPathEffect.cpp',
627 'src/effects/SkDashPathEffect.cpp', 625 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
628 'src/effects/SkDiscretePathEffect.cpp', 626 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
629 'src/effects/SkDisplacementMapEffect.cpp', 627 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
630 'src/effects/SkDropShadowImageFilter.cpp', 628 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
631 'src/effects/SkEmbossMask.cpp', 629 '<(skia_src_path)/effects/SkEmbossMask.cpp',
632 'src/effects/SkEmbossMask.h', 630 '<(skia_src_path)/effects/SkEmbossMask.h',
633 'src/effects/SkEmbossMask_Table.h', 631 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
634 'src/effects/SkEmbossMaskFilter.cpp', 632 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
635 'src/effects/SkGpuBlurUtils.h', 633 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
636 'src/effects/SkGpuBlurUtils.cpp', 634 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
637 'src/effects/SkKernel33MaskFilter.cpp', 635 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
638 'src/effects/SkLayerDrawLooper.cpp', 636 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
639 'src/effects/SkLayerRasterizer.cpp', 637 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
640 'src/effects/SkLerpXfermode.cpp', 638 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
641 'src/effects/SkLightingImageFilter.cpp', 639 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
642 'src/effects/SkLumaColorFilter.cpp', 640 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
643 'src/effects/SkMagnifierImageFilter.cpp', 641 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
644 'src/effects/SkMatrixConvolutionImageFilter.cpp', 642 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
645 'src/effects/SkMatrixImageFilter.cpp', 643 '<(skia_src_path)/effects/SkMatrixImageFilter.cpp',
646 'src/effects/SkMergeImageFilter.cpp', 644 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
647 'src/effects/SkMorphologyImageFilter.cpp', 645 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
648 'src/effects/SkOffsetImageFilter.cpp', 646 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
649 'src/effects/SkPaintFlagsDrawFilter.cpp', 647 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
650 'src/effects/SkPerlinNoiseShader.cpp', 648 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
651 'src/effects/SkPictureImageFilter.cpp', 649 '<(skia_src_path)/effects/SkPictureImageFilter.cpp',
652 'src/effects/SkPixelXorXfermode.cpp', 650 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
653 'src/effects/SkPorterDuff.cpp', 651 '<(skia_src_path)/effects/SkPorterDuff.cpp',
654 'src/effects/SkRectShaderImageFilter.cpp', 652 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
655 'src/effects/SkStippleMaskFilter.cpp', 653 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp',
656 'src/effects/SkTableColorFilter.cpp', 654 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
657 'src/effects/SkTableMaskFilter.cpp', 655 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
658 'src/effects/SkTestImageFilters.cpp', 656 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
659 'src/effects/SkTileImageFilter.cpp', 657 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
660 'src/effects/SkTransparentShader.cpp', 658 '<(skia_src_path)/effects/SkTransparentShader.cpp',
661 'src/effects/SkXfermodeImageFilter.cpp', 659 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
662 660
663 'src/effects/gradients/SkBitmapCache.cpp', 661 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp',
664 'src/effects/gradients/SkBitmapCache.h', 662 '<(skia_src_path)/effects/gradients/SkBitmapCache.h',
665 'src/effects/gradients/SkClampRange.cpp', 663 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
666 'src/effects/gradients/SkClampRange.h', 664 '<(skia_src_path)/effects/gradients/SkClampRange.h',
667 'src/effects/gradients/SkRadialGradient_Table.h', 665 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
668 'src/effects/gradients/SkGradientShader.cpp', 666 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
669 'src/effects/gradients/SkGradientShaderPriv.h', 667 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
670 'src/effects/gradients/SkLinearGradient.cpp', 668 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
671 'src/effects/gradients/SkLinearGradient.h', 669 '<(skia_src_path)/effects/gradients/SkLinearGradient.h',
672 'src/effects/gradients/SkRadialGradient.cpp', 670 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp',
673 'src/effects/gradients/SkRadialGradient.h', 671 '<(skia_src_path)/effects/gradients/SkRadialGradient.h',
674 'src/effects/gradients/SkTwoPointRadialGradient.cpp', 672 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp',
675 'src/effects/gradients/SkTwoPointRadialGradient.h', 673 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h',
676 'src/effects/gradients/SkTwoPointConicalGradient.cpp', 674 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
677 'src/effects/gradients/SkTwoPointConicalGradient.h', 675 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
678 'src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 676 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
679 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h', 677 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
680 'src/effects/gradients/SkSweepGradient.cpp', 678 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
681 'src/effects/gradients/SkSweepGradient.h', 679 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
682 680
683 'include/effects/Sk1DPathEffect.h', 681 '<(skia_include_path)/effects/Sk1DPathEffect.h',
684 'include/effects/Sk2DPathEffect.h', 682 '<(skia_include_path)/effects/Sk2DPathEffect.h',
685 'include/effects/SkXfermodeImageFilter.h', 683 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
686 'include/effects/SkArithmeticMode.h', 684 '<(skia_include_path)/effects/SkArithmeticMode.h',
687 'include/effects/SkAvoidXfermode.h', 685 '<(skia_include_path)/effects/SkAvoidXfermode.h',
688 'include/effects/SkBitmapSource.h', 686 '<(skia_include_path)/effects/SkBitmapSource.h',
689 'include/effects/SkBlurDrawLooper.h', 687 '<(skia_include_path)/effects/SkBlurDrawLooper.h',
690 'include/effects/SkBlurImageFilter.h', 688 '<(skia_include_path)/effects/SkBlurImageFilter.h',
691 'include/effects/SkBlurMaskFilter.h', 689 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
692 'include/effects/SkColorMatrix.h', 690 '<(skia_include_path)/effects/SkColorMatrix.h',
693 'include/effects/SkColorMatrixFilter.h', 691 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
694 'include/effects/SkColorFilterImageFilter.h', 692 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
695 'include/effects/SkCornerPathEffect.h', 693 '<(skia_include_path)/effects/SkCornerPathEffect.h',
696 'include/effects/SkDashPathEffect.h', 694 '<(skia_include_path)/effects/SkDashPathEffect.h',
697 'include/effects/SkDiscretePathEffect.h', 695 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
698 'include/effects/SkDisplacementMapEffect.h', 696 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
699 'include/effects/SkDrawExtraPathEffect.h', 697 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
700 'include/effects/SkDropShadowImageFilter.h', 698 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
701 'include/effects/SkEmbossMaskFilter.h', 699 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
702 'include/effects/SkGradientShader.h', 700 '<(skia_include_path)/effects/SkGradientShader.h',
703 'include/effects/SkKernel33MaskFilter.h', 701 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
704 'include/effects/SkLayerDrawLooper.h', 702 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
705 'include/effects/SkLayerRasterizer.h', 703 '<(skia_include_path)/effects/SkLayerRasterizer.h',
706 'include/effects/SkLerpXfermode.h', 704 '<(skia_include_path)/effects/SkLerpXfermode.h',
707 'include/effects/SkLightingImageFilter.h', 705 '<(skia_include_path)/effects/SkLightingImageFilter.h',
708 'include/effects/SkOffsetImageFilter.h', 706 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
709 'include/effects/SkMorphologyImageFilter.h', 707 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
710 'include/effects/SkPaintFlagsDrawFilter.h', 708 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
711 'include/effects/SkPerlinNoiseShader.h', 709 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
712 'include/effects/SkPixelXorXfermode.h', 710 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
713 'include/effects/SkPorterDuff.h', 711 '<(skia_include_path)/effects/SkPorterDuff.h',
714 'include/effects/SkRectShaderImageFilter.h', 712 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
715 'include/effects/SkStippleMaskFilter.h', 713 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
716 'include/effects/SkTableColorFilter.h', 714 '<(skia_include_path)/effects/SkTableColorFilter.h',
717 'include/effects/SkTableMaskFilter.h', 715 '<(skia_include_path)/effects/SkTableMaskFilter.h',
718 'include/effects/SkTileImageFilter.h', 716 '<(skia_include_path)/effects/SkTileImageFilter.h',
719 'include/effects/SkTransparentShader.h', 717 '<(skia_include_path)/effects/SkTransparentShader.h',
720 'include/effects/SkMagnifierImageFilter.h', 718 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
721 ], 719 ],
722 720
723 'skia_pdf_sources': [ 721 'skia_pdf_sources': [
724 'include/pdf/SkPDFDevice.h', 722 '<(skia_include_path)/pdf/SkPDFDevice.h',
725 'include/pdf/SkPDFDocument.h', 723 '<(skia_include_path)/pdf/SkPDFDocument.h',
726 724
727 'src/pdf/SkPDFCatalog.cpp', 725 '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
728 'src/pdf/SkPDFCatalog.h', 726 '<(skia_src_path)/pdf/SkPDFCatalog.h',
729 'src/pdf/SkPDFDevice.cpp', 727 '<(skia_src_path)/pdf/SkPDFDevice.cpp',
730 'src/pdf/SkPDFDocument.cpp', 728 '<(skia_src_path)/pdf/SkPDFDocument.cpp',
731 'src/pdf/SkPDFFont.cpp', 729 '<(skia_src_path)/pdf/SkPDFFont.cpp',
732 'src/pdf/SkPDFFont.h', 730 '<(skia_src_path)/pdf/SkPDFFont.h',
733 'src/pdf/SkPDFFontImpl.h', 731 '<(skia_src_path)/pdf/SkPDFFontImpl.h',
734 'src/pdf/SkPDFFormXObject.cpp', 732 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
735 'src/pdf/SkPDFFormXObject.h', 733 '<(skia_src_path)/pdf/SkPDFFormXObject.h',
736 'src/pdf/SkPDFGraphicState.cpp', 734 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
737 'src/pdf/SkPDFGraphicState.h', 735 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
738 'src/pdf/SkPDFImage.cpp', 736 '<(skia_src_path)/pdf/SkPDFImage.cpp',
739 'src/pdf/SkPDFImage.h', 737 '<(skia_src_path)/pdf/SkPDFImage.h',
740 'src/pdf/SkPDFPage.cpp', 738 '<(skia_src_path)/pdf/SkPDFPage.cpp',
741 'src/pdf/SkPDFPage.h', 739 '<(skia_src_path)/pdf/SkPDFPage.h',
742 'src/pdf/SkPDFResourceDict.cpp', 740 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp',
743 'src/pdf/SkPDFResourceDict.h', 741 '<(skia_src_path)/pdf/SkPDFResourceDict.h',
744 'src/pdf/SkPDFShader.cpp', 742 '<(skia_src_path)/pdf/SkPDFShader.cpp',
745 'src/pdf/SkPDFShader.h', 743 '<(skia_src_path)/pdf/SkPDFShader.h',
746 'src/pdf/SkPDFStream.cpp', 744 '<(skia_src_path)/pdf/SkPDFStream.cpp',
747 'src/pdf/SkPDFStream.h', 745 '<(skia_src_path)/pdf/SkPDFStream.h',
748 'src/pdf/SkPDFTypes.cpp', 746 '<(skia_src_path)/pdf/SkPDFTypes.cpp',
749 'src/pdf/SkPDFTypes.h', 747 '<(skia_src_path)/pdf/SkPDFTypes.h',
750 'src/pdf/SkPDFUtils.cpp', 748 '<(skia_src_path)/pdf/SkPDFUtils.cpp',
751 'src/pdf/SkPDFUtils.h', 749 '<(skia_src_path)/pdf/SkPDFUtils.h',
752 'src/pdf/SkTSet.h', 750 '<(skia_src_path)/pdf/SkTSet.h',
753 ], 751 ],
754 752
755 'skia_library_sources': [ 753 'skia_library_sources': [
756 'src/core/SkFlate.cpp', # this should likely be moved into src/utils in ski a 754 '<(skia_src_path)/core/SkFlate.cpp', # this should likely be moved into src /utils in skia
757 755
758 'include/images/SkImageRef_GlobalPool.h', 756 '<(skia_include_path)/images/SkImageRef_GlobalPool.h',
759 'include/images/SkImageRef.h', 757 '<(skia_include_path)/images/SkImageRef.h',
760 'include/images/SkMovie.h', 758 '<(skia_include_path)/images/SkMovie.h',
761 'include/images/SkPageFlipper.h', 759 '<(skia_include_path)/images/SkPageFlipper.h',
762 'include/ports/SkTypeface_win.h', 760 '<(skia_include_path)/ports/SkTypeface_win.h',
763 'include/utils/mac/SkCGUtils.h', 761 '<(skia_include_path)/utils/mac/SkCGUtils.h',
764 'include/utils/SkDeferredCanvas.h', 762 '<(skia_include_path)/utils/SkDeferredCanvas.h',
765 'include/utils/SkEventTracer.h', 763 '<(skia_include_path)/utils/SkEventTracer.h',
766 'include/utils/SkMatrix44.h', 764 '<(skia_include_path)/utils/SkMatrix44.h',
767 'include/utils/SkNullCanvas.h', 765 '<(skia_include_path)/utils/SkNullCanvas.h',
768 'include/utils/SkNWayCanvas.h', 766 '<(skia_include_path)/utils/SkNWayCanvas.h',
769 'include/utils/SkPictureUtils.h', 767 '<(skia_include_path)/utils/SkPictureUtils.h',
770 'include/utils/SkProxyCanvas.h', 768 '<(skia_include_path)/utils/SkProxyCanvas.h',
771 'include/utils/SkRTConf.h', 769 '<(skia_include_path)/utils/SkRTConf.h',
772 'src/fonts/SkFontMgr_fontconfig.cpp', 770 '<(skia_src_path)/fonts/SkFontMgr_fontconfig.cpp',
773 'src/images/SkScaledBitmapSampler.cpp', 771 '<(skia_src_path)/images/SkScaledBitmapSampler.cpp',
774 'src/images/SkScaledBitmapSampler.h', 772 '<(skia_src_path)/images/SkScaledBitmapSampler.h',
775 'src/ports/SkFontConfigInterface_android.cpp', 773 '<(skia_src_path)/ports/SkFontConfigInterface_android.cpp',
776 'src/ports/SkFontConfigInterface_direct.cpp', 774 '<(skia_src_path)/ports/SkFontConfigInterface_direct.cpp',
777 'src/ports/SkFontConfigParser_android.cpp', 775 '<(skia_src_path)/ports/SkFontConfigParser_android.cpp',
778 'src/ports/SkFontHost_fontconfig.cpp', 776 '<(skia_src_path)/ports/SkFontHost_fontconfig.cpp',
779 'src/ports/SkFontHost_FreeType_common.cpp', 777 '<(skia_src_path)/ports/SkFontHost_FreeType_common.cpp',
780 'src/ports/SkFontHost_FreeType_common.h', 778 '<(skia_src_path)/ports/SkFontHost_FreeType_common.h',
781 'src/ports/SkFontHost_FreeType.cpp', 779 '<(skia_src_path)/ports/SkFontHost_FreeType.cpp',
782 'src/ports/SkFontHost_linux.cpp', 780 '<(skia_src_path)/ports/SkFontHost_linux.cpp',
783 'src/ports/SkFontHost_mac.cpp', 781 '<(skia_src_path)/ports/SkFontHost_mac.cpp',
784 'src/ports/SkFontHost_win.cpp', 782 '<(skia_src_path)/ports/SkFontHost_win.cpp',
785 'src/ports/SkFontHost_win_dw.cpp', 783 '<(skia_src_path)/ports/SkFontHost_win_dw.cpp',
786 'src/ports/SkFontMgr_default_gdi.cpp', 784 '<(skia_src_path)/ports/SkFontMgr_default_gdi.cpp',
787 'src/ports/SkGlobalInitialization_chromium.cpp', 785 '<(skia_src_path)/ports/SkGlobalInitialization_chromium.cpp',
788 'src/ports/SkImageDecoder_empty.cpp', 786 '<(skia_src_path)/ports/SkImageDecoder_empty.cpp',
789 'src/ports/SkOSFile_posix.cpp', 787 '<(skia_src_path)/ports/SkOSFile_posix.cpp',
790 'src/ports/SkOSFile_stdio.cpp', 788 '<(skia_src_path)/ports/SkOSFile_stdio.cpp',
791 'src/ports/SkOSFile_win.cpp', 789 '<(skia_src_path)/ports/SkOSFile_win.cpp',
792 'src/ports/SkThread_win.cpp', 790 '<(skia_src_path)/ports/SkThread_win.cpp',
793 'src/ports/SkTime_Unix.cpp', 791 '<(skia_src_path)/ports/SkTime_Unix.cpp',
794 'src/ports/SkTLS_pthread.cpp', 792 '<(skia_src_path)/ports/SkTLS_pthread.cpp',
795 'src/ports/SkTLS_win.cpp', 793 '<(skia_src_path)/ports/SkTLS_win.cpp',
796 'src/sfnt/SkOTTable_name.cpp', 794 '<(skia_src_path)/sfnt/SkOTTable_name.cpp',
797 'src/sfnt/SkOTTable_name.h', 795 '<(skia_src_path)/sfnt/SkOTTable_name.h',
798 'src/sfnt/SkOTUtils.cpp', 796 '<(skia_src_path)/sfnt/SkOTUtils.cpp',
799 'src/sfnt/SkOTUtils.h', 797 '<(skia_src_path)/sfnt/SkOTUtils.h',
800 'src/utils/debugger/SkDebugCanvas.cpp', 798 '<(skia_src_path)/utils/debugger/SkDebugCanvas.cpp',
801 'src/utils/debugger/SkDebugCanvas.h', 799 '<(skia_src_path)/utils/debugger/SkDebugCanvas.h',
802 'src/utils/debugger/SkDrawCommand.cpp', 800 '<(skia_src_path)/utils/debugger/SkDrawCommand.cpp',
803 'src/utils/debugger/SkDrawCommand.h', 801 '<(skia_src_path)/utils/debugger/SkDrawCommand.h',
804 'src/utils/debugger/SkObjectParser.cpp', 802 '<(skia_src_path)/utils/debugger/SkObjectParser.cpp',
805 'src/utils/debugger/SkObjectParser.h', 803 '<(skia_src_path)/utils/debugger/SkObjectParser.h',
806 'src/utils/mac/SkCreateCGImageRef.cpp', 804 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
807 'src/utils/SkBase64.cpp', 805 '<(skia_src_path)/utils/SkBase64.cpp',
808 'src/utils/SkBase64.h', 806 '<(skia_src_path)/utils/SkBase64.h',
809 'src/utils/SkBitmapHasher.cpp', 807 '<(skia_src_path)/utils/SkBitmapHasher.cpp',
810 'src/utils/SkBitmapHasher.h', 808 '<(skia_src_path)/utils/SkBitmapHasher.h',
811 'src/utils/SkBitSet.cpp', 809 '<(skia_src_path)/utils/SkBitSet.cpp',
812 'src/utils/SkBitSet.h', 810 '<(skia_src_path)/utils/SkBitSet.h',
813 'src/utils/SkBoundaryPatch.cpp', 811 '<(skia_src_path)/utils/SkBoundaryPatch.cpp',
814 'src/utils/SkFrontBufferedStream.cpp', 812 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
815 'src/utils/SkCamera.cpp', 813 '<(skia_src_path)/utils/SkCamera.cpp',
816 'src/utils/SkCanvasStack.h', 814 '<(skia_src_path)/utils/SkCanvasStack.h',
817 'src/utils/SkCanvasStack.cpp', 815 '<(skia_src_path)/utils/SkCanvasStack.cpp',
818 'src/utils/SkCanvasStateUtils.cpp', 816 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp',
819 'src/utils/SkCubicInterval.cpp', 817 '<(skia_src_path)/utils/SkCubicInterval.cpp',
820 'src/utils/SkCullPoints.cpp', 818 '<(skia_src_path)/utils/SkCullPoints.cpp',
821 'src/utils/SkDeferredCanvas.cpp', 819 '<(skia_src_path)/utils/SkDeferredCanvas.cpp',
822 'src/utils/SkDumpCanvas.cpp', 820 '<(skia_src_path)/utils/SkDumpCanvas.cpp',
823 'src/utils/SkEventTracer.cpp', 821 '<(skia_src_path)/utils/SkEventTracer.cpp',
824 'src/utils/SkFloatUtils.h', 822 '<(skia_src_path)/utils/SkFloatUtils.h',
825 'src/utils/SkGatherPixelRefsAndRects.cpp', 823 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.cpp',
826 'src/utils/SkGatherPixelRefsAndRects.h', 824 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.h',
827 'src/utils/SkInterpolator.cpp', 825 '<(skia_src_path)/utils/SkInterpolator.cpp',
828 'src/utils/SkLayer.cpp', 826 '<(skia_src_path)/utils/SkLayer.cpp',
829 'src/utils/SkMatrix44.cpp', 827 '<(skia_src_path)/utils/SkMatrix44.cpp',
830 'src/utils/SkMD5.cpp', 828 '<(skia_src_path)/utils/SkMD5.cpp',
831 'src/utils/SkMD5.h', 829 '<(skia_src_path)/utils/SkMD5.h',
832 'src/utils/SkMeshUtils.cpp', 830 '<(skia_src_path)/utils/SkMeshUtils.cpp',
833 'src/utils/SkNinePatch.cpp', 831 '<(skia_src_path)/utils/SkNinePatch.cpp',
834 'src/utils/SkNWayCanvas.cpp', 832 '<(skia_src_path)/utils/SkNWayCanvas.cpp',
835 'src/utils/SkNullCanvas.cpp', 833 '<(skia_src_path)/utils/SkNullCanvas.cpp',
836 'src/utils/SkOSFile.cpp', 834 '<(skia_src_path)/utils/SkOSFile.cpp',
837 'src/utils/SkParse.cpp', 835 '<(skia_src_path)/utils/SkParse.cpp',
838 'src/utils/SkParseColor.cpp', 836 '<(skia_src_path)/utils/SkParseColor.cpp',
839 'src/utils/SkParsePath.cpp', 837 '<(skia_src_path)/utils/SkParsePath.cpp',
840 'src/utils/SkPictureUtils.cpp', 838 '<(skia_src_path)/utils/SkPictureUtils.cpp',
841 'src/utils/SkPathUtils.cpp', 839 '<(skia_src_path)/utils/SkPathUtils.cpp',
842 'src/utils/SkProxyCanvas.cpp', 840 '<(skia_src_path)/utils/SkProxyCanvas.cpp',
843 'src/utils/SkSHA1.cpp', 841 '<(skia_src_path)/utils/SkSHA1.cpp',
844 'src/utils/SkSHA1.h', 842 '<(skia_src_path)/utils/SkSHA1.h',
845 'src/utils/SkRTConf.cpp', 843 '<(skia_src_path)/utils/SkRTConf.cpp',
846 'src/utils/SkThreadUtils.h', 844 '<(skia_src_path)/utils/SkThreadUtils.h',
847 'src/utils/SkThreadUtils_pthread.cpp', 845 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
848 'src/utils/SkThreadUtils_pthread.h', 846 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
849 'src/utils/SkThreadUtils_pthread_linux.cpp', 847 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp',
850 'src/utils/SkThreadUtils_pthread_mach.cpp', 848 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp',
851 'src/utils/SkThreadUtils_pthread_other.cpp', 849 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp',
852 'src/utils/SkThreadUtils_win.cpp', 850 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
853 'src/utils/SkThreadUtils_win.h', 851 '<(skia_src_path)/utils/SkThreadUtils_win.h',
854 'src/utils/SkTFitsIn.h', 852 '<(skia_src_path)/utils/SkTFitsIn.h',
855 'src/utils/SkTLogic.h', 853 '<(skia_src_path)/utils/SkTLogic.h',
856 'src/utils/SkUnitMappers.cpp', 854 '<(skia_src_path)/utils/SkUnitMappers.cpp',
857 855
858 #mac 856 #mac
859 'include/utils/mac/SkCGUtils.h', 857 '<(skia_include_path)/utils/mac/SkCGUtils.h',
860 'src/utils/mac/SkCreateCGImageRef.cpp', 858 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
861 859
862 #windows 860 #windows
863 'include/utils/win/SkAutoCoInitialize.h', 861 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h',
864 'include/utils/win/SkHRESULT.h', 862 '<(skia_include_path)/utils/win/SkHRESULT.h',
865 'include/utils/win/SkIStream.h', 863 '<(skia_include_path)/utils/win/SkIStream.h',
866 'include/utils/win/SkTScopedComPtr.h', 864 '<(skia_include_path)/utils/win/SkTScopedComPtr.h',
867 'src/utils/win/SkAutoCoInitialize.cpp', 865 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp',
868 'src/utils/win/SkDWrite.h', 866 '<(skia_src_path)/utils/win/SkDWrite.h',
869 'src/utils/win/SkDWrite.cpp', 867 '<(skia_src_path)/utils/win/SkDWrite.cpp',
870 'src/utils/win/SkDWriteFontFileStream.cpp', 868 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp',
871 'src/utils/win/SkDWriteFontFileStream.h', 869 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
872 'src/utils/win/SkDWriteGeometrySink.cpp', 870 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
873 'src/utils/win/SkDWriteGeometrySink.h', 871 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
874 'src/utils/win/SkHRESULT.cpp', 872 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
875 'src/utils/win/SkIStream.cpp', 873 '<(skia_src_path)/utils/win/SkIStream.cpp',
876 'src/utils/win/SkWGL_win.cpp', 874 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
877 875
878 #testing 876 #testing
879 'src/fonts/SkGScalerContext.cpp', 877 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
880 'src/fonts/SkGScalerContext.h', 878 '<(skia_src_path)/fonts/SkGScalerContext.h',
881 ], 879 ],
882 } 880 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698