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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
11 'sources': [ | 11 'sources': [ |
12 '../third_party/skia/gpu/src/GrAllocPool.cpp', | 12 '../third_party/skia/gpu/src/GrAllocPool.cpp', |
13 '../third_party/skia/gpu/src/GrAtlas.cpp', | 13 '../third_party/skia/gpu/src/GrAtlas.cpp', |
14 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', | 14 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', |
15 '../third_party/skia/gpu/src/GrBufferAllocPool.h', | 15 '../third_party/skia/gpu/src/GrBufferAllocPool.h', |
16 '../third_party/skia/gpu/src/GrClip.cpp', | 16 '../third_party/skia/gpu/src/GrClip.cpp', |
17 '../third_party/skia/gpu/src/GrContext.cpp', | 17 '../third_party/skia/gpu/src/GrContext.cpp', |
18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', | 18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', |
19 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', | 19 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', |
20 '../third_party/skia/gpu/src/GrGLInterface.cpp', | 20 '../third_party/skia/gpu/src/GrGLInterface.cpp', |
21 '../third_party/skia/gpu/src/GrGLTexture.cpp', | 21 '../third_party/skia/gpu/src/GrGLTexture.cpp', |
22 '../third_party/skia/gpu/src/GrGLUtil.cpp', | 22 '../third_party/skia/gpu/src/GrGLUtil.cpp', |
23 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', | 23 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', |
24 '../third_party/skia/gpu/src/GrGpu.cpp', | 24 '../third_party/skia/gpu/src/GrGpu.cpp', |
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/GrGpuGLFixed.cpp', |
28 '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', | 29 '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', |
29 '../third_party/skia/gpu/src/GrGpuGLShaders2.h', | 30 '../third_party/skia/gpu/src/GrGpuGLShaders2.h', |
30 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', | 31 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', |
31 '../third_party/skia/gpu/src/GrMatrix.cpp', | 32 '../third_party/skia/gpu/src/GrMatrix.cpp', |
32 '../third_party/skia/gpu/src/GrMemory.cpp', | 33 '../third_party/skia/gpu/src/GrMemory.cpp', |
33 '../third_party/skia/gpu/src/GrPath.cpp', | 34 '../third_party/skia/gpu/src/GrPath.cpp', |
34 '../third_party/skia/gpu/src/GrPathRenderer.cpp', | 35 '../third_party/skia/gpu/src/GrPathRenderer.cpp', |
35 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', | 36 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', |
36 '../third_party/skia/gpu/src/GrStencil.cpp', | 37 '../third_party/skia/gpu/src/GrStencil.cpp', |
37 '../third_party/skia/gpu/src/GrTextureCache.cpp', | 38 '../third_party/skia/gpu/src/GrTextureCache.cpp', |
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 ], | 897 ], |
897 }, | 898 }, |
898 ], | 899 ], |
899 } | 900 } |
900 | 901 |
901 # Local Variables: | 902 # Local Variables: |
902 # tab-width:2 | 903 # tab-width:2 |
903 # indent-tabs-mode:nil | 904 # indent-tabs-mode:nil |
904 # End: | 905 # End: |
905 # vim: set expandtab tabstop=2 shiftwidth=2: | 906 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |