| 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', | |
| 11 'sources': [ | 10 'sources': [ |
| 12 '../third_party/skia/gpu/src/GrAllocPool.cpp', | 11 '../third_party/skia/gpu/src/GrAllocPool.cpp', |
| 13 '../third_party/skia/gpu/src/GrAtlas.cpp', | 12 '../third_party/skia/gpu/src/GrAtlas.cpp', |
| 14 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', | 13 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', |
| 15 '../third_party/skia/gpu/src/GrBufferAllocPool.h', | 14 '../third_party/skia/gpu/src/GrBufferAllocPool.h', |
| 16 '../third_party/skia/gpu/src/GrClip.cpp', | 15 '../third_party/skia/gpu/src/GrClip.cpp', |
| 17 '../third_party/skia/gpu/src/GrContext.cpp', | 16 '../third_party/skia/gpu/src/GrContext.cpp', |
| 18 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', | 17 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', |
| 19 '../third_party/skia/gpu/src/GrDrawTarget.cpp', | 18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', |
| 20 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', | 19 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 ], | 985 ], |
| 987 }, | 986 }, |
| 988 ], | 987 ], |
| 989 } | 988 } |
| 990 | 989 |
| 991 # Local Variables: | 990 # Local Variables: |
| 992 # tab-width:2 | 991 # tab-width:2 |
| 993 # indent-tabs-mode:nil | 992 # indent-tabs-mode:nil |
| 994 # End: | 993 # End: |
| 995 # vim: set expandtab tabstop=2 shiftwidth=2: | 994 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |