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

Side by Side Diff: skia/skia.gyp

Issue 10854130: Use skia's core.gypi to name core src and include files, rather than duplicating that list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
11 'optimize': 'max', 11 'optimize': 'max',
12
13 # These two set the paths so we can include skia/gyp/core.gypi
14 'skia_src_path': '../third_party/skia/src',
15 'skia_include_path': '../third_party/skia/include',
12 }, 16 },
17
18 'includes': [
19 '../third_party/skia/gyp/core.gypi',
20 ],
21
13 'sources': [ 22 'sources': [
14 #'../third_party/skia/src/animator/SkAnimate.h', 23 # this should likely be moved into src/utils in skia
15 #'../third_party/skia/src/animator/SkAnimateActive.cpp',
16 #'../third_party/skia/src/animator/SkAnimateActive.h',
17 #'../third_party/skia/src/animator/SkAnimateBase.cpp',
18 #'../third_party/skia/src/animator/SkAnimateBase.h',
19 #'../third_party/skia/src/animator/SkAnimateField.cpp',
20 #'../third_party/skia/src/animator/SkAnimateMaker.cpp',
21 #'../third_party/skia/src/animator/SkAnimateMaker.h',
22 #'../third_party/skia/src/animator/SkAnimateProperties.h',
23 #'../third_party/skia/src/animator/SkAnimateSchema.xsd',
24 #'../third_party/skia/src/animator/SkAnimateSchema.xsx',
25 #'../third_party/skia/src/animator/SkAnimateSet.cpp',
26 #'../third_party/skia/src/animator/SkAnimateSet.h',
27 #'../third_party/skia/src/animator/SkAnimator.cpp',
28 #'../third_party/skia/src/animator/SkAnimatorScript.cpp',
29 #'../third_party/skia/src/animator/SkAnimatorScript.h',
30 #'../third_party/skia/src/animator/SkAnimatorScript2.cpp',
31 #'../third_party/skia/src/animator/SkAnimatorScript2.h',
32 #'../third_party/skia/src/animator/SkBase64.cpp',
33 #'../third_party/skia/src/animator/SkBase64.h',
34 #'../third_party/skia/src/animator/SkBoundable.cpp',
35 #'../third_party/skia/src/animator/SkBoundable.h',
36 #'../third_party/skia/src/animator/SkBuildCondensedInfo.cpp',
37 #'../third_party/skia/src/animator/SkCondensedDebug.cpp',
38 #'../third_party/skia/src/animator/SkCondensedRelease.cpp',
39 #'../third_party/skia/src/animator/SkDisplayAdd.cpp',
40 #'../third_party/skia/src/animator/SkDisplayAdd.h',
41 #'../third_party/skia/src/animator/SkDisplayApply.cpp',
42 #'../third_party/skia/src/animator/SkDisplayApply.h',
43 #'../third_party/skia/src/animator/SkDisplayBounds.cpp',
44 #'../third_party/skia/src/animator/SkDisplayBounds.h',
45 #'../third_party/skia/src/animator/SkDisplayEvent.cpp',
46 #'../third_party/skia/src/animator/SkDisplayEvent.h',
47 #'../third_party/skia/src/animator/SkDisplayEvents.cpp',
48 #'../third_party/skia/src/animator/SkDisplayEvents.h',
49 #'../third_party/skia/src/animator/SkDisplayInclude.cpp',
50 #'../third_party/skia/src/animator/SkDisplayInclude.h',
51 #'../third_party/skia/src/animator/SkDisplayInput.cpp',
52 #'../third_party/skia/src/animator/SkDisplayInput.h',
53 #'../third_party/skia/src/animator/SkDisplayList.cpp',
54 #'../third_party/skia/src/animator/SkDisplayList.h',
55 #'../third_party/skia/src/animator/SkDisplayMath.cpp',
56 #'../third_party/skia/src/animator/SkDisplayMath.h',
57 #'../third_party/skia/src/animator/SkDisplayMovie.cpp',
58 #'../third_party/skia/src/animator/SkDisplayMovie.h',
59 #'../third_party/skia/src/animator/SkDisplayNumber.cpp',
60 #'../third_party/skia/src/animator/SkDisplayNumber.h',
61 #'../third_party/skia/src/animator/SkDisplayPost.cpp',
62 #'../third_party/skia/src/animator/SkDisplayPost.h',
63 #'../third_party/skia/src/animator/SkDisplayRandom.cpp',
64 #'../third_party/skia/src/animator/SkDisplayRandom.h',
65 #'../third_party/skia/src/animator/SkDisplayScreenplay.cpp',
66 #'../third_party/skia/src/animator/SkDisplayScreenplay.h',
67 #'../third_party/skia/src/animator/SkDisplayType.cpp',
68 #'../third_party/skia/src/animator/SkDisplayType.h',
69 #'../third_party/skia/src/animator/SkDisplayTypes.cpp',
70 #'../third_party/skia/src/animator/SkDisplayTypes.h',
71 #'../third_party/skia/src/animator/SkDisplayXMLParser.cpp',
72 #'../third_party/skia/src/animator/SkDisplayXMLParser.h',
73 #'../third_party/skia/src/animator/SkDisplayable.cpp',
74 #'../third_party/skia/src/animator/SkDisplayable.h',
75 #'../third_party/skia/src/animator/SkDraw3D.cpp',
76 #'../third_party/skia/src/animator/SkDraw3D.h',
77 #'../third_party/skia/src/animator/SkDrawBitmap.cpp',
78 #'../third_party/skia/src/animator/SkDrawBitmap.h',
79 #'../third_party/skia/src/animator/SkDrawBlur.cpp',
80 #'../third_party/skia/src/animator/SkDrawBlur.h',
81 #'../third_party/skia/src/animator/SkDrawClip.cpp',
82 #'../third_party/skia/src/animator/SkDrawClip.h',
83 #'../third_party/skia/src/animator/SkDrawColor.cpp',
84 #'../third_party/skia/src/animator/SkDrawColor.h',
85 #'../third_party/skia/src/animator/SkDrawDash.cpp',
86 #'../third_party/skia/src/animator/SkDrawDash.h',
87 #'../third_party/skia/src/animator/SkDrawDiscrete.cpp',
88 #'../third_party/skia/src/animator/SkDrawDiscrete.h',
89 #'../third_party/skia/src/animator/SkDrawEmboss.cpp',
90 #'../third_party/skia/src/animator/SkDrawEmboss.h',
91 #'../third_party/skia/src/animator/SkDrawExtraPathEffect.cpp',
92 #'../third_party/skia/src/animator/SkDrawFull.cpp',
93 #'../third_party/skia/src/animator/SkDrawFull.h',
94 #'../third_party/skia/src/animator/SkDrawGradient.cpp',
95 #'../third_party/skia/src/animator/SkDrawGradient.h',
96 #'../third_party/skia/src/animator/SkDrawGroup.cpp',
97 #'../third_party/skia/src/animator/SkDrawGroup.h',
98 #'../third_party/skia/src/animator/SkDrawLine.cpp',
99 #'../third_party/skia/src/animator/SkDrawLine.h',
100 #'../third_party/skia/src/animator/SkDrawMatrix.cpp',
101 #'../third_party/skia/src/animator/SkDrawMatrix.h',
102 #'../third_party/skia/src/animator/SkDrawOval.cpp',
103 #'../third_party/skia/src/animator/SkDrawOval.h',
104 #'../third_party/skia/src/animator/SkDrawPaint.cpp',
105 #'../third_party/skia/src/animator/SkDrawPaint.h',
106 #'../third_party/skia/src/animator/SkDrawPath.cpp',
107 #'../third_party/skia/src/animator/SkDrawPath.h',
108 #'../third_party/skia/src/animator/SkDrawPoint.cpp',
109 #'../third_party/skia/src/animator/SkDrawPoint.h',
110 #'../third_party/skia/src/animator/SkDrawRectangle.cpp',
111 #'../third_party/skia/src/animator/SkDrawRectangle.h',
112 #'../third_party/skia/src/animator/SkDrawSaveLayer.cpp',
113 #'../third_party/skia/src/animator/SkDrawSaveLayer.h',
114 #'../third_party/skia/src/animator/SkDrawShader.cpp',
115 #'../third_party/skia/src/animator/SkDrawShader.h',
116 #'../third_party/skia/src/animator/SkDrawText.cpp',
117 #'../third_party/skia/src/animator/SkDrawText.h',
118 #'../third_party/skia/src/animator/SkDrawTextBox.cpp',
119 #'../third_party/skia/src/animator/SkDrawTextBox.h',
120 #'../third_party/skia/src/animator/SkDrawTo.cpp',
121 #'../third_party/skia/src/animator/SkDrawTo.h',
122 #'../third_party/skia/src/animator/SkDrawTransparentShader.cpp',
123 #'../third_party/skia/src/animator/SkDrawTransparentShader.h',
124 #'../third_party/skia/src/animator/SkDrawable.cpp',
125 #'../third_party/skia/src/animator/SkDrawable.h',
126 #'../third_party/skia/src/animator/SkDump.cpp',
127 #'../third_party/skia/src/animator/SkDump.h',
128 #'../third_party/skia/src/animator/SkExtraPathEffects.xsd',
129 #'../third_party/skia/src/animator/SkExtras.h',
130 #'../third_party/skia/src/animator/SkGetCondensedInfo.cpp',
131 #'../third_party/skia/src/animator/SkHitClear.cpp',
132 #'../third_party/skia/src/animator/SkHitClear.h',
133 #'../third_party/skia/src/animator/SkHitTest.cpp',
134 #'../third_party/skia/src/animator/SkHitTest.h',
135 #'../third_party/skia/src/animator/SkIntArray.h',
136 #'../third_party/skia/src/animator/SkMatrixParts.cpp',
137 #'../third_party/skia/src/animator/SkMatrixParts.h',
138 #'../third_party/skia/src/animator/SkMemberInfo.cpp',
139 #'../third_party/skia/src/animator/SkMemberInfo.h',
140 #'../third_party/skia/src/animator/SkOpArray.cpp',
141 #'../third_party/skia/src/animator/SkOpArray.h',
142 #'../third_party/skia/src/animator/SkOperand.h',
143 #'../third_party/skia/src/animator/SkOperand2.h',
144 #'../third_party/skia/src/animator/SkOperandInterpolator.h',
145 #'../third_party/skia/src/animator/SkOperandIterpolator.cpp',
146 #'../third_party/skia/src/animator/SkPaintParts.cpp',
147 #'../third_party/skia/src/animator/SkPaintParts.h',
148 #'../third_party/skia/src/animator/SkParseSVGPath.cpp',
149 #'../third_party/skia/src/animator/SkPathParts.cpp',
150 #'../third_party/skia/src/animator/SkPathParts.h',
151 #'../third_party/skia/src/animator/SkPostParts.cpp',
152 #'../third_party/skia/src/animator/SkPostParts.h',
153 #'../third_party/skia/src/animator/SkScript.cpp',
154 #'../third_party/skia/src/animator/SkScript.h',
155 #'../third_party/skia/src/animator/SkScript2.h',
156 #'../third_party/skia/src/animator/SkScriptCallBack.h',
157 #'../third_party/skia/src/animator/SkScriptDecompile.cpp',
158 #'../third_party/skia/src/animator/SkScriptRuntime.cpp',
159 #'../third_party/skia/src/animator/SkScriptRuntime.h',
160 #'../third_party/skia/src/animator/SkScriptTokenizer.cpp',
161 #'../third_party/skia/src/animator/SkSnapshot.cpp',
162 #'../third_party/skia/src/animator/SkSnapshot.h',
163 #'../third_party/skia/src/animator/SkTDArray_Experimental.h',
164 #'../third_party/skia/src/animator/SkTextOnPath.cpp',
165 #'../third_party/skia/src/animator/SkTextOnPath.h',
166 #'../third_party/skia/src/animator/SkTextToPath.cpp',
167 #'../third_party/skia/src/animator/SkTextToPath.h',
168 #'../third_party/skia/src/animator/SkTypedArray.cpp',
169 #'../third_party/skia/src/animator/SkTypedArray.h',
170 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.cpp',
171 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.h',
172
173 '../third_party/skia/src/animator/SkTime.cpp',
174
175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
176 '../third_party/skia/src/core/Sk64.cpp',
177 '../third_party/skia/src/core/SkAAClip.cpp',
178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp',
179 '../third_party/skia/src/core/SkAnnotation.cpp',
180 '../third_party/skia/src/core/SkAlphaRuns.cpp',
181 '../third_party/skia/src/core/SkAntiRun.h',
182 '../third_party/skia/src/core/SkAutoKern.h',
183 '../third_party/skia/src/core/SkBitmap.cpp',
184 '../third_party/skia/src/core/SkBitmapHeap.cpp',
185 '../third_party/skia/src/core/SkBitmapProcShader.cpp',
186 '../third_party/skia/src/core/SkBitmapProcShader.h',
187 '../third_party/skia/src/core/SkBitmapProcState.cpp',
188 '../third_party/skia/src/core/SkBitmapProcState.h',
189 '../third_party/skia/src/core/SkBitmapProcState_matrix.h',
190 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp',
191 '../third_party/skia/src/core/SkBitmapProcState_sample.h',
192 '../third_party/skia/src/core/SkBitmapSampler.cpp',
193 '../third_party/skia/src/core/SkBitmapSampler.h',
194 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h',
195 '../third_party/skia/src/core/SkBitmapShader16BilerpTemplate.h',
196 '../third_party/skia/src/core/SkBitmapShaderTemplate.h',
197 '../third_party/skia/src/core/SkBitmap_scroll.cpp',
198 '../third_party/skia/src/core/SkBlitBWMaskTemplate.h',
199 '../third_party/skia/src/core/SkBlitMask_D32.cpp',
200 '../third_party/skia/src/core/SkBlitRow_D16.cpp',
201 '../third_party/skia/src/core/SkBlitRow_D32.cpp',
202 '../third_party/skia/src/core/SkBlitRow_D4444.cpp',
203 '../third_party/skia/src/core/SkBlitter.cpp',
204 '../third_party/skia/src/core/SkBlitter.h',
205 '../third_party/skia/src/core/SkBlitter_4444.cpp',
206 '../third_party/skia/src/core/SkBlitter_A1.cpp',
207 '../third_party/skia/src/core/SkBlitter_A8.cpp',
208 '../third_party/skia/src/core/SkBlitter_ARGB32.cpp',
209 '../third_party/skia/src/core/SkBlitter_RGB16.cpp',
210 '../third_party/skia/src/core/SkBlitter_Sprite.cpp',
211 '../third_party/skia/src/core/SkBuffer.cpp',
212 '../third_party/skia/src/core/SkCanvas.cpp',
213 '../third_party/skia/src/core/SkChunkAlloc.cpp',
214 '../third_party/skia/src/core/SkClipStack.cpp',
215 '../third_party/skia/src/core/SkColor.cpp',
216 '../third_party/skia/src/core/SkColorFilter.cpp',
217 '../third_party/skia/src/core/SkColorTable.cpp',
218 '../third_party/skia/src/core/SkComposeShader.cpp',
219 '../third_party/skia/src/core/SkConcaveToTriangles.cpp',
220 '../third_party/skia/src/core/SkConcaveToTriangles.h',
221 '../third_party/skia/src/core/SkConfig8888.cpp',
222 '../third_party/skia/src/core/SkConfig8888.h',
223 '../third_party/skia/src/core/SkCordic.cpp',
224 '../third_party/skia/src/core/SkCordic.h',
225 '../third_party/skia/src/core/SkCoreBlitters.h',
226 '../third_party/skia/src/core/SkCubicClipper.cpp',
227 '../third_party/skia/src/core/SkCubicClipper.h',
228 '../third_party/skia/src/core/SkData.cpp',
229 '../third_party/skia/src/core/SkDebug.cpp',
230 #'../third_party/skia/src/core/SkDebug_stdio.cpp',
231 '../third_party/skia/src/core/SkDeque.cpp',
232 '../third_party/skia/src/core/SkDevice.cpp',
233 '../third_party/skia/src/core/SkDither.cpp',
234 '../third_party/skia/src/core/SkDraw.cpp',
235 '../third_party/skia/src/core/SkDrawProcs.h',
236 #'../third_party/skia/src/core/SkDrawing.cpp',
237 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
238 '../third_party/skia/src/core/SkEdgeClipper.cpp',
239 '../third_party/skia/src/core/SkEdge.cpp',
240 '../third_party/skia/src/core/SkEdge.h',
241 '../third_party/skia/src/core/SkFDot6.h',
242 '../third_party/skia/src/core/SkFP.h',
243 '../third_party/skia/src/core/SkFilterProc.cpp',
244 '../third_party/skia/src/core/SkFilterProc.h',
245 '../third_party/skia/src/core/SkFlate.cpp', 24 '../third_party/skia/src/core/SkFlate.cpp',
246 '../third_party/skia/src/core/SkFlattenable.cpp',
247 '../third_party/skia/src/core/SkFlattenableBuffers.cpp',
248 '../third_party/skia/src/core/SkFloat.cpp',
249 '../third_party/skia/src/core/SkFloat.h',
250 '../third_party/skia/src/core/SkFloatBits.cpp',
251 '../third_party/skia/src/core/SkFontHost.cpp',
252 '../third_party/skia/src/core/SkGeometry.cpp',
253 '../third_party/skia/src/core/SkGlyphCache.cpp',
254 '../third_party/skia/src/core/SkGlyphCache.h',
255 '../third_party/skia/src/core/SkGraphics.cpp',
256 '../third_party/skia/src/core/SkInstCnt.cpp',
257 '../third_party/skia/src/core/SkLineClipper.cpp',
258 '../third_party/skia/src/core/SkMMapStream.cpp',
259 '../third_party/skia/src/core/SkMallocPixelRef.cpp',
260 '../third_party/skia/src/core/SkMask.cpp',
261 '../third_party/skia/src/core/SkMaskFilter.cpp',
262 '../third_party/skia/src/core/SkMaskGamma.cpp',
263 '../third_party/skia/src/core/SkMaskGamma.h',
264 '../third_party/skia/src/core/SkMath.cpp',
265 '../third_party/skia/src/core/SkMatrix.cpp',
266 '../third_party/skia/src/core/SkMetaData.cpp',
267 '../third_party/skia/src/core/SkOrderedReadBuffer.cpp',
268 '../third_party/skia/src/core/SkOrderedWriteBuffer.cpp',
269 '../third_party/skia/src/core/SkPackBits.cpp',
270 '../third_party/skia/src/core/SkPaint.cpp',
271 '../third_party/skia/src/core/SkPath.cpp',
272 '../third_party/skia/src/core/SkPathEffect.cpp',
273 '../third_party/skia/src/core/SkPathHeap.cpp',
274 '../third_party/skia/src/core/SkPathHeap.h',
275 '../third_party/skia/src/core/SkPathMeasure.cpp',
276 '../third_party/skia/src/core/SkPerspIter.h',
277 '../third_party/skia/src/core/SkPicture.cpp',
278 '../third_party/skia/src/core/SkPictureFlat.cpp',
279 '../third_party/skia/src/core/SkPictureFlat.h',
280 '../third_party/skia/src/core/SkPicturePlayback.cpp',
281 '../third_party/skia/src/core/SkPicturePlayback.h',
282 '../third_party/skia/src/core/SkPictureRecord.cpp',
283 '../third_party/skia/src/core/SkPictureRecord.h',
284 '../third_party/skia/src/core/SkPixelRef.cpp',
285 '../third_party/skia/src/core/SkPoint.cpp',
286 '../third_party/skia/src/core/SkProcSpriteBlitter.cpp',
287 '../third_party/skia/src/core/SkPtrRecorder.cpp',
288 '../third_party/skia/src/core/SkQuadClipper.cpp',
289 '../third_party/skia/src/core/SkQuadClipper.h',
290 '../third_party/skia/src/core/SkRasterClip.cpp',
291 '../third_party/skia/src/core/SkRasterizer.cpp',
292 '../third_party/skia/src/core/SkRect.cpp',
293 '../third_party/skia/src/core/SkRefCnt.cpp',
294 '../third_party/skia/src/core/SkRefDict.cpp',
295 '../third_party/skia/src/core/SkRegion.cpp',
296 '../third_party/skia/src/core/SkRegionPriv.h',
297 '../third_party/skia/src/core/SkRegion_path.cpp',
298 '../third_party/skia/src/core/SkScalar.cpp',
299 '../third_party/skia/src/core/SkScalerContext.cpp',
300 '../third_party/skia/src/core/SkScan.cpp',
301 '../third_party/skia/src/core/SkScan.h',
302 '../third_party/skia/src/core/SkScanPriv.h',
303 '../third_party/skia/src/core/SkScan_AntiPath.cpp',
304 '../third_party/skia/src/core/SkScan_Antihair.cpp',
305 '../third_party/skia/src/core/SkScan_Hairline.cpp',
306 '../third_party/skia/src/core/SkScan_Path.cpp',
307 '../third_party/skia/src/core/SkShader.cpp',
308 '../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp',
309 '../third_party/skia/src/core/SkSpriteBlitter_RGB16.cpp',
310 '../third_party/skia/src/core/SkSinTable.h',
311 '../third_party/skia/src/core/SkSpriteBlitter.h',
312 '../third_party/skia/src/core/SkSpriteBlitterTemplate.h',
313 '../third_party/skia/src/core/SkStream.cpp',
314 '../third_party/skia/src/core/SkString.cpp',
315 '../third_party/skia/src/core/SkStroke.cpp',
316 '../third_party/skia/src/core/SkStrokerPriv.cpp',
317 '../third_party/skia/src/core/SkStrokerPriv.h',
318 '../third_party/skia/src/core/SkTextFormatParams.h',
319 '../third_party/skia/src/core/SkTLS.cpp',
320 '../third_party/skia/src/core/SkTSearch.cpp',
321 '../third_party/skia/src/core/SkTSort.h',
322 '../third_party/skia/src/core/SkTemplatesPriv.h',
323 '../third_party/skia/src/core/SkTypeface.cpp',
324 '../third_party/skia/src/core/SkTypefaceCache.cpp',
325 '../third_party/skia/src/core/SkUnPreMultiply.cpp',
326 '../third_party/skia/src/core/SkUtils.cpp',
327 '../third_party/skia/src/core/SkWriter32.cpp',
328 '../third_party/skia/src/core/SkXfermode.cpp',
329
330 '../third_party/skia/src/pipe/SkGPipeRead.cpp',
331 '../third_party/skia/src/pipe/SkGPipeWrite.cpp',
332 25
333 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', 26 '../third_party/skia/src/effects/Sk1DPathEffect.cpp',
334 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', 27 '../third_party/skia/src/effects/Sk2DPathEffect.cpp',
335 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', 28 '../third_party/skia/src/effects/SkAvoidXfermode.cpp',
336 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', 29 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp',
337 '../third_party/skia/src/effects/SkBlurImageFilter.cpp', 30 '../third_party/skia/src/effects/SkBlurImageFilter.cpp',
338 '../third_party/skia/src/effects/SkBlurMask.cpp', 31 '../third_party/skia/src/effects/SkBlurMask.cpp',
339 '../third_party/skia/src/effects/SkBlurMask.h', 32 '../third_party/skia/src/effects/SkBlurMask.h',
340 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', 33 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp',
341 '../third_party/skia/src/effects/SkColorFilters.cpp', 34 '../third_party/skia/src/effects/SkColorFilters.cpp',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 '../third_party/skia/src/utils/SkBase64.cpp', 282 '../third_party/skia/src/utils/SkBase64.cpp',
590 '../third_party/skia/src/utils/SkBase64.h', 283 '../third_party/skia/src/utils/SkBase64.h',
591 '../third_party/skia/src/utils/SkBitSet.cpp', 284 '../third_party/skia/src/utils/SkBitSet.cpp',
592 '../third_party/skia/src/utils/SkBitSet.h', 285 '../third_party/skia/src/utils/SkBitSet.h',
593 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 286 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
594 '../third_party/skia/src/utils/SkMatrix44.cpp', 287 '../third_party/skia/src/utils/SkMatrix44.cpp',
595 '../third_party/skia/src/utils/SkNullCanvas.cpp', 288 '../third_party/skia/src/utils/SkNullCanvas.cpp',
596 '../third_party/skia/include/utils/SkNWayCanvas.h', 289 '../third_party/skia/include/utils/SkNWayCanvas.h',
597 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 290 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
598 291
599 '../third_party/skia/include/core/Sk64.h',
600 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
601 '../third_party/skia/include/core/SkAnnotation.h',
602 '../third_party/skia/include/core/SkBitmap.h',
603 '../third_party/skia/include/core/SkBlitRow.h',
604 '../third_party/skia/include/core/SkBounder.h',
605 '../third_party/skia/include/core/SkBuffer.h',
606 '../third_party/skia/include/core/SkCanvas.h',
607 '../third_party/skia/include/core/SkChunkAlloc.h',
608 '../third_party/skia/include/core/SkClipStack.h',
609 '../third_party/skia/include/core/SkColor.h',
610 '../third_party/skia/include/core/SkColorFilter.h',
611 '../third_party/skia/include/core/SkColorPriv.h',
612 '../third_party/skia/include/core/SkColorShader.h',
613 '../third_party/skia/include/core/SkComposeShader.h',
614 '../third_party/skia/include/core/SkData.h',
615 '../third_party/skia/include/core/SkDeque.h',
616 '../third_party/skia/include/core/SkDescriptor.h',
617 '../third_party/skia/include/core/SkDevice.h',
618 '../third_party/skia/include/core/SkDither.h',
619 '../third_party/skia/include/core/SkDraw.h',
620 '../third_party/skia/include/core/SkDrawFilter.h',
621 '../third_party/skia/include/core/SkDrawLooper.h',
622 #'../third_party/skia/include/core/SkDrawing.h',
623 '../third_party/skia/include/core/SkEndian.h',
624 '../third_party/skia/include/core/SkFixed.h',
625 '../third_party/skia/include/core/SkFlate.h',
626 '../third_party/skia/include/core/SkFlattenable.h',
627 '../third_party/skia/include/core/SkFloatBits.h',
628 '../third_party/skia/include/core/SkFloatingPoint.h',
629 '../third_party/skia/include/core/SkFontHost.h',
630 '../third_party/skia/include/core/SkGeometry.h',
631 '../third_party/skia/include/core/SkGraphics.h',
632 '../third_party/skia/include/core/SkInstCnt.h',
633 '../third_party/skia/include/core/SkMMapStream.h',
634 '../third_party/skia/include/core/SkMallocPixelRef.h',
635 '../third_party/skia/include/core/SkMask.h',
636 '../third_party/skia/include/core/SkMaskFilter.h',
637 '../third_party/skia/include/core/SkMath.h',
638 '../third_party/skia/include/core/SkMatrix.h',
639 '../third_party/skia/include/core/SkOSFile.h',
640 '../third_party/skia/include/core/SkPackBits.h',
641 '../third_party/skia/include/core/SkPaint.h',
642 '../third_party/skia/include/core/SkPath.h',
643 '../third_party/skia/include/core/SkPathEffect.h',
644 '../third_party/skia/include/core/SkPathMeasure.h',
645 '../third_party/skia/include/core/SkPicture.h',
646 '../third_party/skia/include/core/SkPixelRef.h',
647 '../third_party/skia/include/core/SkPoint.h',
648 '../third_party/skia/include/core/SkPtrRecorder.h',
649 '../third_party/skia/include/core/SkRandom.h',
650 '../third_party/skia/include/core/SkRasterizer.h',
651 '../third_party/skia/include/core/SkReader32.h',
652 '../third_party/skia/include/core/SkRect.h',
653 '../third_party/skia/include/core/SkRefCnt.h',
654 '../third_party/skia/include/core/SkRefDict.h',
655 '../third_party/skia/include/core/SkRegion.h',
656 '../third_party/skia/include/core/SkScalar.h',
657 '../third_party/skia/include/core/SkScalarCompare.h',
658 '../third_party/skia/include/core/SkScalerContext.h',
659 '../third_party/skia/include/core/SkShader.h',
660 '../third_party/skia/include/core/SkStream.h',
661 '../third_party/skia/include/core/SkString.h',
662 '../third_party/skia/include/core/SkTArray.h',
663 '../third_party/skia/include/core/SkTDArray.h',
664 '../third_party/skia/include/core/SkTDStack.h',
665 '../third_party/skia/include/core/SkTDict.h',
666 '../third_party/skia/include/core/SkTRegistry.h',
667 '../third_party/skia/include/core/SkTScopedPtr.h',
668 '../third_party/skia/include/core/SkTSearch.h',
669 '../third_party/skia/include/core/SkTemplates.h',
670 '../third_party/skia/include/core/SkThread.h',
671 '../third_party/skia/include/core/SkThread_platform.h',
672 '../third_party/skia/include/core/SkTime.h',
673 '../third_party/skia/include/core/SkTypeface.h',
674 '../third_party/skia/include/core/SkTypes.h',
675 '../third_party/skia/include/core/SkUnPreMultiply.h',
676 '../third_party/skia/include/core/SkUnitMapper.h',
677 '../third_party/skia/include/core/SkUtils.h',
678 '../third_party/skia/include/core/SkWriter32.h',
679 '../third_party/skia/include/core/SkXfermode.h',
680
681 '../third_party/skia/include/effects/Sk1DPathEffect.h', 292 '../third_party/skia/include/effects/Sk1DPathEffect.h',
682 '../third_party/skia/include/effects/Sk2DPathEffect.h', 293 '../third_party/skia/include/effects/Sk2DPathEffect.h',
683 '../third_party/skia/include/effects/SkAvoidXfermode.h', 294 '../third_party/skia/include/effects/SkAvoidXfermode.h',
684 '../third_party/skia/include/effects/SkBlurDrawLooper.h', 295 '../third_party/skia/include/effects/SkBlurDrawLooper.h',
685 '../third_party/skia/include/effects/SkBlurImageFilter.h', 296 '../third_party/skia/include/effects/SkBlurImageFilter.h',
686 '../third_party/skia/include/effects/SkBlurMaskFilter.h', 297 '../third_party/skia/include/effects/SkBlurMaskFilter.h',
687 '../third_party/skia/include/effects/SkColorMatrix.h', 298 '../third_party/skia/include/effects/SkColorMatrix.h',
688 '../third_party/skia/include/effects/SkColorMatrixFilter.h', 299 '../third_party/skia/include/effects/SkColorMatrixFilter.h',
689 '../third_party/skia/include/effects/SkCornerPathEffect.h', 300 '../third_party/skia/include/effects/SkCornerPathEffect.h',
690 '../third_party/skia/include/effects/SkDashPathEffect.h', 301 '../third_party/skia/include/effects/SkDashPathEffect.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 '../third_party/skia/include/gpu/GrUserConfig.h', 345 '../third_party/skia/include/gpu/GrUserConfig.h',
735 '../third_party/skia/include/gpu/SkGpuCanvas.h', 346 '../third_party/skia/include/gpu/SkGpuCanvas.h',
736 '../third_party/skia/include/gpu/SkGpuDevice.h', 347 '../third_party/skia/include/gpu/SkGpuDevice.h',
737 '../third_party/skia/include/gpu/SkGr.h', 348 '../third_party/skia/include/gpu/SkGr.h',
738 '../third_party/skia/include/gpu/SkGrPixelRef.h', 349 '../third_party/skia/include/gpu/SkGrPixelRef.h',
739 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 350 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
740 351
741 '../third_party/skia/include/pdf/SkPDFDevice.h', 352 '../third_party/skia/include/pdf/SkPDFDevice.h',
742 '../third_party/skia/include/pdf/SkPDFDocument.h', 353 '../third_party/skia/include/pdf/SkPDFDocument.h',
743 354
744 '../third_party/skia/include/pipe/SkGPipe.h',
745
746 '../third_party/skia/include/ports/SkStream_Win.h', 355 '../third_party/skia/include/ports/SkStream_Win.h',
747 '../third_party/skia/include/ports/SkTypeface_win.h', 356 '../third_party/skia/include/ports/SkTypeface_win.h',
748 357
749 '../third_party/skia/include/images/SkFlipPixelRef.h', 358 '../third_party/skia/include/images/SkFlipPixelRef.h',
750 '../third_party/skia/include/images/SkImageDecoder.h', 359 '../third_party/skia/include/images/SkImageDecoder.h',
751 '../third_party/skia/include/images/SkImageEncoder.h', 360 '../third_party/skia/include/images/SkImageEncoder.h',
752 '../third_party/skia/include/images/SkImageRef.h', 361 '../third_party/skia/include/images/SkImageRef.h',
753 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 362 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
754 '../third_party/skia/include/images/SkMovie.h', 363 '../third_party/skia/include/images/SkMovie.h',
755 '../third_party/skia/include/images/SkPageFlipper.h', 364 '../third_party/skia/include/images/SkPageFlipper.h',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 ], 950 ],
1342 'include_dirs': [ 951 'include_dirs': [
1343 '..', 952 '..',
1344 ], 953 ],
1345 'sources': [ 954 'sources': [
1346 'ext/image_operations_bench.cc', 955 'ext/image_operations_bench.cc',
1347 ], 956 ],
1348 }, 957 },
1349 ], 958 ],
1350 } 959 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698