OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 10 'variables': { |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 '../third_party/skia/src/effects/SkEmbossMask_Table.h', | 333 '../third_party/skia/src/effects/SkEmbossMask_Table.h', |
334 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', | 334 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', |
335 '../third_party/skia/src/effects/SkGradientShader.cpp', | 335 '../third_party/skia/src/effects/SkGradientShader.cpp', |
336 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', | 336 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', |
337 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', | 337 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', |
338 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', | 338 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', |
339 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', | 339 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', |
340 '../third_party/skia/src/effects/SkPorterDuff.cpp', | 340 '../third_party/skia/src/effects/SkPorterDuff.cpp', |
341 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', | 341 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', |
342 '../third_party/skia/src/effects/SkRadialGradient_Table.h', | 342 '../third_party/skia/src/effects/SkRadialGradient_Table.h', |
| 343 '../third_party/skia/src/effects/SkTableColorFilter.cpp', |
343 '../third_party/skia/src/effects/SkTransparentShader.cpp', | 344 '../third_party/skia/src/effects/SkTransparentShader.cpp', |
344 | 345 |
345 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', | 346 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', |
346 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', | 347 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', |
347 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', | 348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', |
348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', | 349 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', |
349 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', | 350 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', |
350 '../third_party/skia/src/gpu/GrAllocator.h', | 351 '../third_party/skia/src/gpu/GrAllocator.h', |
351 '../third_party/skia/src/gpu/GrAllocPool.h', | 352 '../third_party/skia/src/gpu/GrAllocPool.h', |
352 '../third_party/skia/src/gpu/GrAllocPool.cpp', | 353 '../third_party/skia/src/gpu/GrAllocPool.cpp', |
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1153 ], | 1154 ], |
1154 'include_dirs': [ | 1155 'include_dirs': [ |
1155 '..', | 1156 '..', |
1156 ], | 1157 ], |
1157 'sources': [ | 1158 'sources': [ |
1158 'ext/image_operations_bench.cc', | 1159 'ext/image_operations_bench.cc', |
1159 ], | 1160 ], |
1160 }, | 1161 }, |
1161 ], | 1162 ], |
1162 } | 1163 } |
OLD | NEW |