| OLD | NEW |
| 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': '<(component)', | 9 'type': '<(component)', |
| 10 'sources': [ | 10 'sources': [ |
| 11 '../third_party/skia/gpu/src/GrAllocPool.cpp', | 11 '../third_party/skia/gpu/src/GrAllocPool.cpp', |
| 12 '../third_party/skia/gpu/src/GrAtlas.cpp', | 12 '../third_party/skia/gpu/src/GrAtlas.cpp', |
| 13 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', | 13 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', |
| 14 '../third_party/skia/gpu/src/GrBufferAllocPool.h', | 14 '../third_party/skia/gpu/src/GrBufferAllocPool.h', |
| 15 '../third_party/skia/gpu/src/GrClip.cpp', | 15 '../third_party/skia/gpu/src/GrClip.cpp', |
| 16 '../third_party/skia/gpu/src/GrContext.cpp', | 16 '../third_party/skia/gpu/src/GrContext.cpp', |
| 17 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', | 17 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', |
| 18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', | 18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', |
| 19 '../third_party/skia/gpu/src/GrGeometryBuffer.h', |
| 19 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', | 20 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', |
| 20 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', | 21 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', |
| 21 '../third_party/skia/gpu/src/GrGLIndexBuffer.h', | 22 '../third_party/skia/gpu/src/GrGLIndexBuffer.h', |
| 22 '../third_party/skia/gpu/src/GrGLInterface.cpp', | 23 '../third_party/skia/gpu/src/GrGLInterface.cpp', |
| 23 '../third_party/skia/gpu/src/GrGLIRect.h', | 24 '../third_party/skia/gpu/src/GrGLIRect.h', |
| 24 '../third_party/skia/gpu/src/GrGLProgram.cpp', | 25 '../third_party/skia/gpu/src/GrGLProgram.cpp', |
| 25 '../third_party/skia/gpu/src/GrGLProgram.h', | 26 '../third_party/skia/gpu/src/GrGLProgram.h', |
| 26 '../third_party/skia/gpu/src/GrGLRenderTarget.cpp', | 27 '../third_party/skia/gpu/src/GrGLRenderTarget.cpp', |
| 27 '../third_party/skia/gpu/src/GrGLRenderTarget.h', | 28 '../third_party/skia/gpu/src/GrGLRenderTarget.h', |
| 28 '../third_party/skia/gpu/src/GrGLStencilBuffer.h', | 29 '../third_party/skia/gpu/src/GrGLStencilBuffer.h', |
| 29 '../third_party/skia/gpu/src/GrGLTexture.cpp', | 30 '../third_party/skia/gpu/src/GrGLTexture.cpp', |
| 30 '../third_party/skia/gpu/src/GrGLTexture.h', | 31 '../third_party/skia/gpu/src/GrGLTexture.h', |
| 31 '../third_party/skia/gpu/src/GrGLUtil.cpp', | 32 '../third_party/skia/gpu/src/GrGLUtil.cpp', |
| 32 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', | 33 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', |
| 33 '../third_party/skia/gpu/src/GrGLVertexBuffer.h', | 34 '../third_party/skia/gpu/src/GrGLVertexBuffer.h', |
| 34 '../third_party/skia/gpu/src/GrGpu.cpp', | 35 '../third_party/skia/gpu/src/GrGpu.cpp', |
| 36 '../third_party/skia/gpu/src/GrGpu.h', |
| 35 '../third_party/skia/gpu/src/GrGpuFactory.cpp', | 37 '../third_party/skia/gpu/src/GrGpuFactory.cpp', |
| 36 '../third_party/skia/gpu/src/GrGpuGL.cpp', | 38 '../third_party/skia/gpu/src/GrGpuGL.cpp', |
| 37 '../third_party/skia/gpu/src/GrGpuGL.h', | 39 '../third_party/skia/gpu/src/GrGpuGL.h', |
| 38 '../third_party/skia/gpu/src/GrGpuGLFixed.cpp', | 40 '../third_party/skia/gpu/src/GrGpuGLFixed.cpp', |
| 39 '../third_party/skia/gpu/src/GrGpuGLFixed.h', | 41 '../third_party/skia/gpu/src/GrGpuGLFixed.h', |
| 40 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp', | 42 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp', |
| 41 '../third_party/skia/gpu/src/GrGpuGLShaders.h', | 43 '../third_party/skia/gpu/src/GrGpuGLShaders.h', |
| 44 '../third_party/skia/gpu/src/GrIndexBuffer.h', |
| 42 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', | 45 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', |
| 46 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.h', |
| 43 '../third_party/skia/gpu/src/GrMatrix.cpp', | 47 '../third_party/skia/gpu/src/GrMatrix.cpp', |
| 44 '../third_party/skia/gpu/src/GrMemory.cpp', | 48 '../third_party/skia/gpu/src/GrMemory.cpp', |
| 45 '../third_party/skia/gpu/src/GrPathRenderer.cpp', | 49 '../third_party/skia/gpu/src/GrPathRenderer.cpp', |
| 46 '../third_party/skia/gpu/src/GrPathUtils.cpp', | 50 '../third_party/skia/gpu/src/GrPathUtils.cpp', |
| 47 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', | 51 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', |
| 48 '../third_party/skia/gpu/src/GrRenderTarget.cpp', | 52 '../third_party/skia/gpu/src/GrRenderTarget.cpp', |
| 49 '../third_party/skia/gpu/src/GrResource.cpp', | 53 '../third_party/skia/gpu/src/GrResource.cpp', |
| 50 '../third_party/skia/gpu/src/GrResourceCache.cpp', | 54 '../third_party/skia/gpu/src/GrResourceCache.cpp', |
| 51 '../third_party/skia/gpu/src/GrResourceCache.h', | 55 '../third_party/skia/gpu/src/GrResourceCache.h', |
| 52 '../third_party/skia/gpu/src/GrStencil.cpp', | 56 '../third_party/skia/gpu/src/GrStencil.cpp', |
| 53 '../third_party/skia/gpu/src/GrStencilBuffer.cpp', | 57 '../third_party/skia/gpu/src/GrStencilBuffer.cpp', |
| 54 '../third_party/skia/gpu/src/GrStencilBuffer.h', | 58 '../third_party/skia/gpu/src/GrStencilBuffer.h', |
| 55 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', | 59 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', |
| 56 '../third_party/skia/gpu/src/GrTexture.cpp', | 60 '../third_party/skia/gpu/src/GrTexture.cpp', |
| 57 '../third_party/skia/gpu/src/GrTextContext.cpp', | 61 '../third_party/skia/gpu/src/GrTextContext.cpp', |
| 58 '../third_party/skia/gpu/src/GrTextStrike.cpp', | 62 '../third_party/skia/gpu/src/GrTextStrike.cpp', |
| 59 '../third_party/skia/gpu/src/GrTextStrike_impl.h', | 63 '../third_party/skia/gpu/src/GrTextStrike_impl.h', |
| 64 '../third_party/skia/gpu/src/GrVertexBuffer.h', |
| 60 | 65 |
| 61 '../third_party/skia/gpu/include/GrAllocPool.h', | 66 '../third_party/skia/gpu/include/GrAllocPool.h', |
| 62 '../third_party/skia/gpu/include/GrAllocator.h', | 67 '../third_party/skia/gpu/include/GrAllocator.h', |
| 63 '../third_party/skia/gpu/include/GrAtlas.h', | 68 '../third_party/skia/gpu/include/GrAtlas.h', |
| 64 '../third_party/skia/gpu/include/GrClip.h', | 69 '../third_party/skia/gpu/include/GrClip.h', |
| 65 '../third_party/skia/gpu/include/GrClipIterator.h', | 70 '../third_party/skia/gpu/include/GrClipIterator.h', |
| 66 '../third_party/skia/gpu/include/GrColor.h', | 71 '../third_party/skia/gpu/include/GrColor.h', |
| 67 '../third_party/skia/gpu/include/GrConfig.h', | 72 '../third_party/skia/gpu/include/GrConfig.h', |
| 68 '../third_party/skia/gpu/include/GrContext.h', | 73 '../third_party/skia/gpu/include/GrContext.h', |
| 69 '../third_party/skia/gpu/include/GrContext_impl.h', | |
| 70 '../third_party/skia/gpu/include/GrDrawTarget.h', | 74 '../third_party/skia/gpu/include/GrDrawTarget.h', |
| 71 '../third_party/skia/gpu/include/GrFontScaler.h', | 75 '../third_party/skia/gpu/include/GrFontScaler.h', |
| 72 '../third_party/skia/gpu/include/GrGeometryBuffer.h', | |
| 73 '../third_party/skia/gpu/include/GrGLConfig.h', | 76 '../third_party/skia/gpu/include/GrGLConfig.h', |
| 74 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', | 77 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', |
| 75 '../third_party/skia/gpu/include/GrGLInterface.h', | 78 '../third_party/skia/gpu/include/GrGLInterface.h', |
| 76 '../third_party/skia/gpu/include/GrGlyph.h', | 79 '../third_party/skia/gpu/include/GrGlyph.h', |
| 77 '../third_party/skia/gpu/include/GrGpu.h', | |
| 78 '../third_party/skia/gpu/include/GrGpuVertex.h', | 80 '../third_party/skia/gpu/include/GrGpuVertex.h', |
| 79 '../third_party/skia/gpu/include/GrIPoint.h', | 81 '../third_party/skia/gpu/include/GrIPoint.h', |
| 80 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h', | |
| 81 '../third_party/skia/gpu/include/GrIndexBuffer.h', | |
| 82 '../third_party/skia/gpu/include/GrInstanceCounter.h', | 82 '../third_party/skia/gpu/include/GrInstanceCounter.h', |
| 83 '../third_party/skia/gpu/include/GrKey.h', | 83 '../third_party/skia/gpu/include/GrKey.h', |
| 84 '../third_party/skia/gpu/include/GrMatrix.h', | 84 '../third_party/skia/gpu/include/GrMatrix.h', |
| 85 '../third_party/skia/gpu/include/GrMesh.h', | 85 '../third_party/skia/gpu/include/GrMesh.h', |
| 86 '../third_party/skia/gpu/include/GrNoncopyable.h', | 86 '../third_party/skia/gpu/include/GrNoncopyable.h', |
| 87 '../third_party/skia/gpu/include/GrPaint.h', | 87 '../third_party/skia/gpu/include/GrPaint.h', |
| 88 '../third_party/skia/gpu/include/GrPath.h', | 88 '../third_party/skia/gpu/include/GrPath.h', |
| 89 '../third_party/skia/gpu/include/GrPathSink.h', | 89 '../third_party/skia/gpu/include/GrPathSink.h', |
| 90 '../third_party/skia/gpu/include/GrPoint.h', | 90 '../third_party/skia/gpu/include/GrPoint.h', |
| 91 '../third_party/skia/gpu/include/GrRandom.h', | 91 '../third_party/skia/gpu/include/GrRandom.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 102 '../third_party/skia/gpu/include/GrTBSearch.h', | 102 '../third_party/skia/gpu/include/GrTBSearch.h', |
| 103 '../third_party/skia/gpu/include/GrTDArray.h', | 103 '../third_party/skia/gpu/include/GrTDArray.h', |
| 104 '../third_party/skia/gpu/include/GrTHashCache.h', | 104 '../third_party/skia/gpu/include/GrTHashCache.h', |
| 105 '../third_party/skia/gpu/include/GrTLList.h', | 105 '../third_party/skia/gpu/include/GrTLList.h', |
| 106 '../third_party/skia/gpu/include/GrTesselatedPathRenderer.h', | 106 '../third_party/skia/gpu/include/GrTesselatedPathRenderer.h', |
| 107 '../third_party/skia/gpu/include/GrTextContext.h', | 107 '../third_party/skia/gpu/include/GrTextContext.h', |
| 108 '../third_party/skia/gpu/include/GrTextStrike.h', | 108 '../third_party/skia/gpu/include/GrTextStrike.h', |
| 109 '../third_party/skia/gpu/include/GrTexture.h', | 109 '../third_party/skia/gpu/include/GrTexture.h', |
| 110 '../third_party/skia/gpu/include/GrTypes.h', | 110 '../third_party/skia/gpu/include/GrTypes.h', |
| 111 '../third_party/skia/gpu/include/GrUserConfig.h', | 111 '../third_party/skia/gpu/include/GrUserConfig.h', |
| 112 '../third_party/skia/gpu/include/GrVertexBuffer.h', | |
| 113 | 112 |
| 114 #'../third_party/skia/src/animator/SkAnimate.h', | 113 #'../third_party/skia/src/animator/SkAnimate.h', |
| 115 #'../third_party/skia/src/animator/SkAnimateActive.cpp', | 114 #'../third_party/skia/src/animator/SkAnimateActive.cpp', |
| 116 #'../third_party/skia/src/animator/SkAnimateActive.h', | 115 #'../third_party/skia/src/animator/SkAnimateActive.h', |
| 117 #'../third_party/skia/src/animator/SkAnimateBase.cpp', | 116 #'../third_party/skia/src/animator/SkAnimateBase.cpp', |
| 118 #'../third_party/skia/src/animator/SkAnimateBase.h', | 117 #'../third_party/skia/src/animator/SkAnimateBase.h', |
| 119 #'../third_party/skia/src/animator/SkAnimateField.cpp', | 118 #'../third_party/skia/src/animator/SkAnimateField.cpp', |
| 120 #'../third_party/skia/src/animator/SkAnimateMaker.cpp', | 119 #'../third_party/skia/src/animator/SkAnimateMaker.cpp', |
| 121 #'../third_party/skia/src/animator/SkAnimateMaker.h', | 120 #'../third_party/skia/src/animator/SkAnimateMaker.h', |
| 122 #'../third_party/skia/src/animator/SkAnimateProperties.h', | 121 #'../third_party/skia/src/animator/SkAnimateProperties.h', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 ], | 999 ], |
| 1001 'include_dirs': [ | 1000 'include_dirs': [ |
| 1002 '..', | 1001 '..', |
| 1003 ], | 1002 ], |
| 1004 'sources': [ | 1003 'sources': [ |
| 1005 'ext/image_operations_bench.cc', | 1004 'ext/image_operations_bench.cc', |
| 1006 ], | 1005 ], |
| 1007 }, | 1006 }, |
| 1008 ], | 1007 ], |
| 1009 } | 1008 } |
| OLD | NEW |