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

Side by Side Diff: skia/skia.gyp

Issue 7605006: Skia DEPS roll 2051->2088 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « DEPS ('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': '<(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/GrGLDefaultInterface_none.cpp', 19 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp',
20 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', 20 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp',
21 '../third_party/skia/gpu/src/GrGLIndexBuffer.h', 21 '../third_party/skia/gpu/src/GrGLIndexBuffer.h',
22 '../third_party/skia/gpu/src/GrGLInterface.cpp', 22 '../third_party/skia/gpu/src/GrGLInterface.cpp',
23 '../third_party/skia/gpu/src/GrGLIRect.h', 23 '../third_party/skia/gpu/src/GrGLIRect.h',
24 '../third_party/skia/gpu/src/GrGLProgram.cpp', 24 '../third_party/skia/gpu/src/GrGLProgram.cpp',
25 '../third_party/skia/gpu/src/GrGLProgram.h', 25 '../third_party/skia/gpu/src/GrGLProgram.h',
26 '../third_party/skia/gpu/src/GrGLRenderTarget.cpp', 26 '../third_party/skia/gpu/src/GrGLRenderTarget.cpp',
27 '../third_party/skia/gpu/src/GrGLRenderTarget.h', 27 '../third_party/skia/gpu/src/GrGLRenderTarget.h',
28 '../third_party/skia/gpu/src/GrGLStencilBuffer.h',
28 '../third_party/skia/gpu/src/GrGLTexture.cpp', 29 '../third_party/skia/gpu/src/GrGLTexture.cpp',
29 '../third_party/skia/gpu/src/GrGLTexture.h', 30 '../third_party/skia/gpu/src/GrGLTexture.h',
30 '../third_party/skia/gpu/src/GrGLUtil.cpp', 31 '../third_party/skia/gpu/src/GrGLUtil.cpp',
31 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', 32 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp',
32 '../third_party/skia/gpu/src/GrGLVertexBuffer.h', 33 '../third_party/skia/gpu/src/GrGLVertexBuffer.h',
33 '../third_party/skia/gpu/src/GrGpu.cpp', 34 '../third_party/skia/gpu/src/GrGpu.cpp',
34 '../third_party/skia/gpu/src/GrGpuFactory.cpp', 35 '../third_party/skia/gpu/src/GrGpuFactory.cpp',
35 '../third_party/skia/gpu/src/GrGpuGL.cpp', 36 '../third_party/skia/gpu/src/GrGpuGL.cpp',
36 '../third_party/skia/gpu/src/GrGpuGL.h', 37 '../third_party/skia/gpu/src/GrGpuGL.h',
37 '../third_party/skia/gpu/src/GrGpuGLFixed.cpp', 38 '../third_party/skia/gpu/src/GrGpuGLFixed.cpp',
38 '../third_party/skia/gpu/src/GrGpuGLFixed.h', 39 '../third_party/skia/gpu/src/GrGpuGLFixed.h',
39 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp', 40 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp',
40 '../third_party/skia/gpu/src/GrGpuGLShaders.h', 41 '../third_party/skia/gpu/src/GrGpuGLShaders.h',
41 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', 42 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
42 '../third_party/skia/gpu/src/GrMatrix.cpp', 43 '../third_party/skia/gpu/src/GrMatrix.cpp',
43 '../third_party/skia/gpu/src/GrMemory.cpp', 44 '../third_party/skia/gpu/src/GrMemory.cpp',
44 '../third_party/skia/gpu/src/GrPathRenderer.cpp', 45 '../third_party/skia/gpu/src/GrPathRenderer.cpp',
45 '../third_party/skia/gpu/src/GrPathUtils.cpp', 46 '../third_party/skia/gpu/src/GrPathUtils.cpp',
46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 47 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
47 '../third_party/skia/gpu/src/GrRenderTarget.cpp', 48 '../third_party/skia/gpu/src/GrRenderTarget.cpp',
48 '../third_party/skia/gpu/src/GrResource.cpp', 49 '../third_party/skia/gpu/src/GrResource.cpp',
49 '../third_party/skia/gpu/src/GrResourceCache.cpp', 50 '../third_party/skia/gpu/src/GrResourceCache.cpp',
50 '../third_party/skia/gpu/src/GrResourceCache.h', 51 '../third_party/skia/gpu/src/GrResourceCache.h',
51 '../third_party/skia/gpu/src/GrStencil.cpp', 52 '../third_party/skia/gpu/src/GrStencil.cpp',
53 '../third_party/skia/gpu/src/GrStencilBuffer.cpp',
54 '../third_party/skia/gpu/src/GrStencilBuffer.h',
52 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', 55 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp',
53 '../third_party/skia/gpu/src/GrTexture.cpp', 56 '../third_party/skia/gpu/src/GrTexture.cpp',
54 '../third_party/skia/gpu/src/GrTextContext.cpp', 57 '../third_party/skia/gpu/src/GrTextContext.cpp',
55 '../third_party/skia/gpu/src/GrTextStrike.cpp', 58 '../third_party/skia/gpu/src/GrTextStrike.cpp',
56 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 59 '../third_party/skia/gpu/src/GrTextStrike_impl.h',
57 60
58 '../third_party/skia/gpu/include/GrAllocPool.h', 61 '../third_party/skia/gpu/include/GrAllocPool.h',
59 '../third_party/skia/gpu/include/GrAllocator.h', 62 '../third_party/skia/gpu/include/GrAllocator.h',
60 '../third_party/skia/gpu/include/GrAtlas.h', 63 '../third_party/skia/gpu/include/GrAtlas.h',
61 '../third_party/skia/gpu/include/GrClip.h', 64 '../third_party/skia/gpu/include/GrClip.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 ], 1000 ],
998 'include_dirs': [ 1001 'include_dirs': [
999 '..', 1002 '..',
1000 ], 1003 ],
1001 'sources': [ 1004 'sources': [
1002 'ext/image_operations_bench.cc', 1005 'ext/image_operations_bench.cc',
1003 ], 1006 ],
1004 }, 1007 },
1005 ], 1008 ],
1006 } 1009 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698