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

Side by Side Diff: skia/skia.gyp

Issue 6588012: roll skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
(...skipping 11 matching lines...) Expand all
22 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', 22 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp',
23 '../third_party/skia/gpu/src/GrGpu.cpp', 23 '../third_party/skia/gpu/src/GrGpu.cpp',
24 '../third_party/skia/gpu/src/GrGpuGLShaders2.h', 24 '../third_party/skia/gpu/src/GrGpuGLShaders2.h',
25 '../third_party/skia/gpu/src/GrGpuFactory.cpp', 25 '../third_party/skia/gpu/src/GrGpuFactory.cpp',
26 '../third_party/skia/gpu/src/GrGpuGL.cpp', 26 '../third_party/skia/gpu/src/GrGpuGL.cpp',
27 '../third_party/skia/gpu/src/GrGpuGL.h', 27 '../third_party/skia/gpu/src/GrGpuGL.h',
28 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', 28 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
29 '../third_party/skia/gpu/src/GrMatrix.cpp', 29 '../third_party/skia/gpu/src/GrMatrix.cpp',
30 '../third_party/skia/gpu/src/GrMemory.cpp', 30 '../third_party/skia/gpu/src/GrMemory.cpp',
31 '../third_party/skia/gpu/src/GrPath.cpp', 31 '../third_party/skia/gpu/src/GrPath.cpp',
32 '../third_party/skia/gpu/src/GrPathRenderer.cpp',
32 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 33 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
33 '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', 34 '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp',
34 '../third_party/skia/gpu/src/GrTextureCache.cpp', 35 '../third_party/skia/gpu/src/GrTextureCache.cpp',
35 '../third_party/skia/gpu/src/GrTextContext.cpp', 36 '../third_party/skia/gpu/src/GrTextContext.cpp',
36 '../third_party/skia/gpu/src/GrTextStrike.cpp', 37 '../third_party/skia/gpu/src/GrTextStrike.cpp',
37 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 38 '../third_party/skia/gpu/src/GrTextStrike_impl.h',
38 39
39 '../third_party/skia/gpu/include/GrAllocPool.h', 40 '../third_party/skia/gpu/include/GrAllocPool.h',
40 '../third_party/skia/gpu/include/GrAllocator.h', 41 '../third_party/skia/gpu/include/GrAllocator.h',
41 '../third_party/skia/gpu/include/GrAtlas.h', 42 '../third_party/skia/gpu/include/GrAtlas.h',
(...skipping 19 matching lines...) Expand all
61 '../third_party/skia/gpu/include/GrIndexBuffer.h', 62 '../third_party/skia/gpu/include/GrIndexBuffer.h',
62 '../third_party/skia/gpu/include/GrInstanceCounter.h', 63 '../third_party/skia/gpu/include/GrInstanceCounter.h',
63 '../third_party/skia/gpu/include/GrKey.h', 64 '../third_party/skia/gpu/include/GrKey.h',
64 '../third_party/skia/gpu/include/GrMatrix.h', 65 '../third_party/skia/gpu/include/GrMatrix.h',
65 '../third_party/skia/gpu/include/GrMemory.h', 66 '../third_party/skia/gpu/include/GrMemory.h',
66 '../third_party/skia/gpu/include/GrMesh.h', 67 '../third_party/skia/gpu/include/GrMesh.h',
67 '../third_party/skia/gpu/include/GrNoncopyable.h', 68 '../third_party/skia/gpu/include/GrNoncopyable.h',
68 '../third_party/skia/gpu/include/GrPaint.h', 69 '../third_party/skia/gpu/include/GrPaint.h',
69 '../third_party/skia/gpu/include/GrPath.h', 70 '../third_party/skia/gpu/include/GrPath.h',
70 '../third_party/skia/gpu/include/GrPathIter.h', 71 '../third_party/skia/gpu/include/GrPathIter.h',
72 '../third_party/skia/gpu/include/GrPathRenderer.h',
71 '../third_party/skia/gpu/include/GrPathSink.h', 73 '../third_party/skia/gpu/include/GrPathSink.h',
72 '../third_party/skia/gpu/include/GrPoint.h', 74 '../third_party/skia/gpu/include/GrPoint.h',
73 '../third_party/skia/gpu/include/GrRandom.h', 75 '../third_party/skia/gpu/include/GrRandom.h',
74 '../third_party/skia/gpu/include/GrRect.h', 76 '../third_party/skia/gpu/include/GrRect.h',
75 '../third_party/skia/gpu/include/GrRectanizer.h', 77 '../third_party/skia/gpu/include/GrRectanizer.h',
76 '../third_party/skia/gpu/include/GrRefCnt.h', 78 '../third_party/skia/gpu/include/GrRefCnt.h',
77 '../third_party/skia/gpu/include/GrSamplerState.h', 79 '../third_party/skia/gpu/include/GrSamplerState.h',
78 '../third_party/skia/gpu/include/GrScalar.h', 80 '../third_party/skia/gpu/include/GrScalar.h',
79 '../third_party/skia/gpu/include/GrStopwatch.h', 81 '../third_party/skia/gpu/include/GrStopwatch.h',
80 '../third_party/skia/gpu/include/GrStringBuilder.h', 82 '../third_party/skia/gpu/include/GrStringBuilder.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '../third_party/skia/src/core/SkBlitter.cpp', 279 '../third_party/skia/src/core/SkBlitter.cpp',
278 '../third_party/skia/src/core/SkBlitter_4444.cpp', 280 '../third_party/skia/src/core/SkBlitter_4444.cpp',
279 '../third_party/skia/src/core/SkBlitter_A1.cpp', 281 '../third_party/skia/src/core/SkBlitter_A1.cpp',
280 '../third_party/skia/src/core/SkBlitter_A8.cpp', 282 '../third_party/skia/src/core/SkBlitter_A8.cpp',
281 '../third_party/skia/src/core/SkBlitter_ARGB32.cpp', 283 '../third_party/skia/src/core/SkBlitter_ARGB32.cpp',
282 '../third_party/skia/src/core/SkBlitter_RGB16.cpp', 284 '../third_party/skia/src/core/SkBlitter_RGB16.cpp',
283 '../third_party/skia/src/core/SkBlitter_Sprite.cpp', 285 '../third_party/skia/src/core/SkBlitter_Sprite.cpp',
284 '../third_party/skia/src/core/SkBuffer.cpp', 286 '../third_party/skia/src/core/SkBuffer.cpp',
285 '../third_party/skia/src/core/SkCanvas.cpp', 287 '../third_party/skia/src/core/SkCanvas.cpp',
286 '../third_party/skia/src/core/SkChunkAlloc.cpp', 288 '../third_party/skia/src/core/SkChunkAlloc.cpp',
289 '../third_party/skia/src/core/SkClipStack.cpp',
287 '../third_party/skia/src/core/SkColor.cpp', 290 '../third_party/skia/src/core/SkColor.cpp',
288 '../third_party/skia/src/core/SkColorFilter.cpp', 291 '../third_party/skia/src/core/SkColorFilter.cpp',
289 '../third_party/skia/src/core/SkColorTable.cpp', 292 '../third_party/skia/src/core/SkColorTable.cpp',
290 '../third_party/skia/src/core/SkComposeShader.cpp', 293 '../third_party/skia/src/core/SkComposeShader.cpp',
291 '../third_party/skia/src/core/SkConcaveToTriangles.cpp', 294 '../third_party/skia/src/core/SkConcaveToTriangles.cpp',
292 '../third_party/skia/src/core/SkConcaveToTriangles.h', 295 '../third_party/skia/src/core/SkConcaveToTriangles.h',
293 '../third_party/skia/src/core/SkCordic.cpp', 296 '../third_party/skia/src/core/SkCordic.cpp',
294 '../third_party/skia/src/core/SkCordic.h', 297 '../third_party/skia/src/core/SkCordic.h',
295 '../third_party/skia/src/core/SkCoreBlitters.h', 298 '../third_party/skia/src/core/SkCoreBlitters.h',
296 '../third_party/skia/src/core/SkCubicClipper.cpp', 299 '../third_party/skia/src/core/SkCubicClipper.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 '../third_party/skia/src/core/SkPictureRecord.cpp', 344 '../third_party/skia/src/core/SkPictureRecord.cpp',
342 '../third_party/skia/src/core/SkPictureRecord.h', 345 '../third_party/skia/src/core/SkPictureRecord.h',
343 '../third_party/skia/src/core/SkPixelRef.cpp', 346 '../third_party/skia/src/core/SkPixelRef.cpp',
344 '../third_party/skia/src/core/SkPoint.cpp', 347 '../third_party/skia/src/core/SkPoint.cpp',
345 '../third_party/skia/src/core/SkProcSpriteBlitter.cpp', 348 '../third_party/skia/src/core/SkProcSpriteBlitter.cpp',
346 '../third_party/skia/src/core/SkPtrRecorder.cpp', 349 '../third_party/skia/src/core/SkPtrRecorder.cpp',
347 '../third_party/skia/src/core/SkQuadClipper.cpp', 350 '../third_party/skia/src/core/SkQuadClipper.cpp',
348 '../third_party/skia/src/core/SkQuadClipper.h', 351 '../third_party/skia/src/core/SkQuadClipper.h',
349 '../third_party/skia/src/core/SkRasterizer.cpp', 352 '../third_party/skia/src/core/SkRasterizer.cpp',
350 '../third_party/skia/src/core/SkRect.cpp', 353 '../third_party/skia/src/core/SkRect.cpp',
351 '../third_party/skia/src/core/SkRefCnt.cpp',
352 '../third_party/skia/src/core/SkRefDict.cpp', 354 '../third_party/skia/src/core/SkRefDict.cpp',
353 '../third_party/skia/src/core/SkRegion.cpp', 355 '../third_party/skia/src/core/SkRegion.cpp',
354 '../third_party/skia/src/core/SkRegionPriv.h', 356 '../third_party/skia/src/core/SkRegionPriv.h',
355 '../third_party/skia/src/core/SkRegion_path.cpp', 357 '../third_party/skia/src/core/SkRegion_path.cpp',
356 '../third_party/skia/src/core/SkScalar.cpp', 358 '../third_party/skia/src/core/SkScalar.cpp',
357 '../third_party/skia/src/core/SkScalerContext.cpp', 359 '../third_party/skia/src/core/SkScalerContext.cpp',
358 '../third_party/skia/src/core/SkScan.cpp', 360 '../third_party/skia/src/core/SkScan.cpp',
359 '../third_party/skia/src/core/SkScanPriv.h', 361 '../third_party/skia/src/core/SkScanPriv.h',
360 '../third_party/skia/src/core/SkScan_AntiPath.cpp', 362 '../third_party/skia/src/core/SkScan_AntiPath.cpp',
361 '../third_party/skia/src/core/SkScan_Antihair.cpp', 363 '../third_party/skia/src/core/SkScan_Antihair.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 '../third_party/skia/include/core/Sk64.h', 486 '../third_party/skia/include/core/Sk64.h',
485 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 487 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
486 '../third_party/skia/include/core/SkAutoKern.h', 488 '../third_party/skia/include/core/SkAutoKern.h',
487 '../third_party/skia/include/core/SkBitmap.h', 489 '../third_party/skia/include/core/SkBitmap.h',
488 '../third_party/skia/include/core/SkBlitRow.h', 490 '../third_party/skia/include/core/SkBlitRow.h',
489 '../third_party/skia/include/core/SkBlitter.h', 491 '../third_party/skia/include/core/SkBlitter.h',
490 '../third_party/skia/include/core/SkBounder.h', 492 '../third_party/skia/include/core/SkBounder.h',
491 '../third_party/skia/include/core/SkBuffer.h', 493 '../third_party/skia/include/core/SkBuffer.h',
492 '../third_party/skia/include/core/SkCanvas.h', 494 '../third_party/skia/include/core/SkCanvas.h',
493 '../third_party/skia/include/core/SkChunkAlloc.h', 495 '../third_party/skia/include/core/SkChunkAlloc.h',
496 '../third_party/skia/include/core/SkClipStack.h',
494 '../third_party/skia/include/core/SkColor.h', 497 '../third_party/skia/include/core/SkColor.h',
495 '../third_party/skia/include/core/SkColorFilter.h', 498 '../third_party/skia/include/core/SkColorFilter.h',
496 '../third_party/skia/include/core/SkColorPriv.h', 499 '../third_party/skia/include/core/SkColorPriv.h',
497 '../third_party/skia/include/core/SkColorShader.h', 500 '../third_party/skia/include/core/SkColorShader.h',
498 '../third_party/skia/include/core/SkComposeShader.h', 501 '../third_party/skia/include/core/SkComposeShader.h',
499 '../third_party/skia/include/core/SkDeque.h', 502 '../third_party/skia/include/core/SkDeque.h',
500 '../third_party/skia/include/core/SkDescriptor.h', 503 '../third_party/skia/include/core/SkDescriptor.h',
501 '../third_party/skia/include/core/SkDevice.h', 504 '../third_party/skia/include/core/SkDevice.h',
502 '../third_party/skia/include/core/SkDither.h', 505 '../third_party/skia/include/core/SkDither.h',
503 '../third_party/skia/include/core/SkDraw.h', 506 '../third_party/skia/include/core/SkDraw.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 ], 872 ],
870 }, 873 },
871 ], 874 ],
872 } 875 }
873 876
874 # Local Variables: 877 # Local Variables:
875 # tab-width:2 878 # tab-width:2
876 # indent-tabs-mode:nil 879 # indent-tabs-mode:nil
877 # End: 880 # End:
878 # vim: set expandtab tabstop=2 shiftwidth=2: 881 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698