| 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': [ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 '../third_party/skia/gpu/src/GrMatrix.cpp', | 42 '../third_party/skia/gpu/src/GrMatrix.cpp', |
| 43 '../third_party/skia/gpu/src/GrMemory.cpp', | 43 '../third_party/skia/gpu/src/GrMemory.cpp', |
| 44 '../third_party/skia/gpu/src/GrPathRenderer.cpp', | 44 '../third_party/skia/gpu/src/GrPathRenderer.cpp', |
| 45 '../third_party/skia/gpu/src/GrPathUtils.cpp', | 45 '../third_party/skia/gpu/src/GrPathUtils.cpp', |
| 46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', | 46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', |
| 47 '../third_party/skia/gpu/src/GrRenderTarget.cpp', | 47 '../third_party/skia/gpu/src/GrRenderTarget.cpp', |
| 48 '../third_party/skia/gpu/src/GrResource.cpp', | 48 '../third_party/skia/gpu/src/GrResource.cpp', |
| 49 '../third_party/skia/gpu/src/GrResourceCache.cpp', | 49 '../third_party/skia/gpu/src/GrResourceCache.cpp', |
| 50 '../third_party/skia/gpu/src/GrResourceCache.h', | 50 '../third_party/skia/gpu/src/GrResourceCache.h', |
| 51 '../third_party/skia/gpu/src/GrStencil.cpp', | 51 '../third_party/skia/gpu/src/GrStencil.cpp', |
| 52 '../third_party/skia/gpu/src/GrStencilBuffer.cpp', | |
| 53 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', | 52 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', |
| 54 '../third_party/skia/gpu/src/GrTexture.cpp', | 53 '../third_party/skia/gpu/src/GrTexture.cpp', |
| 55 '../third_party/skia/gpu/src/GrTextContext.cpp', | 54 '../third_party/skia/gpu/src/GrTextContext.cpp', |
| 56 '../third_party/skia/gpu/src/GrTextStrike.cpp', | 55 '../third_party/skia/gpu/src/GrTextStrike.cpp', |
| 57 '../third_party/skia/gpu/src/GrTextStrike_impl.h', | 56 '../third_party/skia/gpu/src/GrTextStrike_impl.h', |
| 58 | 57 |
| 59 '../third_party/skia/gpu/include/GrAllocPool.h', | 58 '../third_party/skia/gpu/include/GrAllocPool.h', |
| 60 '../third_party/skia/gpu/include/GrAllocator.h', | 59 '../third_party/skia/gpu/include/GrAllocator.h', |
| 61 '../third_party/skia/gpu/include/GrAtlas.h', | 60 '../third_party/skia/gpu/include/GrAtlas.h', |
| 62 '../third_party/skia/gpu/include/GrClip.h', | 61 '../third_party/skia/gpu/include/GrClip.h', |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 ], | 997 ], |
| 999 'include_dirs': [ | 998 'include_dirs': [ |
| 1000 '..', | 999 '..', |
| 1001 ], | 1000 ], |
| 1002 'sources': [ | 1001 'sources': [ |
| 1003 'ext/image_operations_bench.cc', | 1002 'ext/image_operations_bench.cc', |
| 1004 ], | 1003 ], |
| 1005 }, | 1004 }, |
| 1006 ], | 1005 ], |
| 1007 } | 1006 } |
| OLD | NEW |