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 26 matching lines...) Expand all Loading... |
37 '../third_party/skia/src/effects/SkDashPathEffect.cpp', | 37 '../third_party/skia/src/effects/SkDashPathEffect.cpp', |
38 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', | 38 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', |
39 '../third_party/skia/src/effects/SkEmbossMask.cpp', | 39 '../third_party/skia/src/effects/SkEmbossMask.cpp', |
40 '../third_party/skia/src/effects/SkEmbossMask.h', | 40 '../third_party/skia/src/effects/SkEmbossMask.h', |
41 '../third_party/skia/src/effects/SkEmbossMask_Table.h', | 41 '../third_party/skia/src/effects/SkEmbossMask_Table.h', |
42 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', | 42 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', |
43 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', | 43 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', |
44 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', | 44 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', |
45 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', | 45 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', |
46 '../third_party/skia/src/effects/SkLightingImageFilter.cpp', | 46 '../third_party/skia/src/effects/SkLightingImageFilter.cpp', |
| 47 '../third_party/skia/src/effects/SkMagnifierImageFilter.cpp', |
47 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', | 48 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', |
48 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', | 49 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', |
49 '../third_party/skia/src/effects/SkPorterDuff.cpp', | 50 '../third_party/skia/src/effects/SkPorterDuff.cpp', |
50 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', | 51 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', |
51 '../third_party/skia/src/effects/SkTableColorFilter.cpp', | 52 '../third_party/skia/src/effects/SkTableColorFilter.cpp', |
52 '../third_party/skia/src/effects/SkTransparentShader.cpp', | 53 '../third_party/skia/src/effects/SkTransparentShader.cpp', |
53 | 54 |
54 '../third_party/skia/src/effects/gradients/SkBitmapCache.cpp', | 55 '../third_party/skia/src/effects/gradients/SkBitmapCache.cpp', |
55 '../third_party/skia/src/effects/gradients/SkBitmapCache.h', | 56 '../third_party/skia/src/effects/gradients/SkBitmapCache.h', |
56 '../third_party/skia/src/effects/gradients/SkClampRange.cpp', | 57 '../third_party/skia/src/effects/gradients/SkClampRange.cpp', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 '../third_party/skia/include/effects/SkDashPathEffect.h', | 302 '../third_party/skia/include/effects/SkDashPathEffect.h', |
302 '../third_party/skia/include/effects/SkDiscretePathEffect.h', | 303 '../third_party/skia/include/effects/SkDiscretePathEffect.h', |
303 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h', | 304 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h', |
304 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', | 305 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', |
305 '../third_party/skia/include/effects/SkGradientShader.h', | 306 '../third_party/skia/include/effects/SkGradientShader.h', |
306 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', | 307 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', |
307 '../third_party/skia/include/effects/SkLayerDrawLooper.h', | 308 '../third_party/skia/include/effects/SkLayerDrawLooper.h', |
308 '../third_party/skia/include/effects/SkLayerRasterizer.h', | 309 '../third_party/skia/include/effects/SkLayerRasterizer.h', |
309 '../third_party/skia/include/effects/SkLightingImageFilter.h', | 310 '../third_party/skia/include/effects/SkLightingImageFilter.h', |
310 '../third_party/skia/include/effects/SkMorphologyImageFilter.h', | 311 '../third_party/skia/include/effects/SkMorphologyImageFilter.h', |
| 312 '../third_party/skia/include/effects/SkMagnifierImageFilter.h', |
311 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', | 313 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', |
312 '../third_party/skia/include/effects/SkPixelXorXfermode.h', | 314 '../third_party/skia/include/effects/SkPixelXorXfermode.h', |
313 '../third_party/skia/include/effects/SkPorterDuff.h', | 315 '../third_party/skia/include/effects/SkPorterDuff.h', |
314 '../third_party/skia/include/effects/SkTransparentShader.h', | 316 '../third_party/skia/include/effects/SkTransparentShader.h', |
315 | 317 |
316 '../third_party/skia/include/gpu/GrAARectRenderer.h', | 318 '../third_party/skia/include/gpu/GrAARectRenderer.h', |
317 '../third_party/skia/include/gpu/GrCacheID.h', | 319 '../third_party/skia/include/gpu/GrCacheID.h', |
318 '../third_party/skia/include/gpu/GrClipData.h', | 320 '../third_party/skia/include/gpu/GrClipData.h', |
319 '../third_party/skia/include/gpu/GrColor.h', | 321 '../third_party/skia/include/gpu/GrColor.h', |
320 '../third_party/skia/include/gpu/GrConfig.h', | 322 '../third_party/skia/include/gpu/GrConfig.h', |
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 ], | 952 ], |
951 'include_dirs': [ | 953 'include_dirs': [ |
952 '..', | 954 '..', |
953 ], | 955 ], |
954 'sources': [ | 956 'sources': [ |
955 'ext/image_operations_bench.cc', | 957 'ext/image_operations_bench.cc', |
956 ], | 958 ], |
957 }, | 959 }, |
958 ], | 960 ], |
959 } | 961 } |
OLD | NEW |