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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 }], | 868 }], |
867 [ 'armv7 == 1 and arm_neon == 0', { | 869 [ 'armv7 == 1 and arm_neon == 0', { |
868 'sources': [ | 870 'sources': [ |
869 '../third_party/skia/src/opts/memset.arm.S', | 871 '../third_party/skia/src/opts/memset.arm.S', |
870 ], | 872 ], |
871 }], | 873 }], |
872 [ 'armv7 == 1 and arm_neon == 1', { | 874 [ 'armv7 == 1 and arm_neon == 1', { |
873 'sources': [ | 875 'sources': [ |
874 '../third_party/skia/src/opts/memset16_neon.S', | 876 '../third_party/skia/src/opts/memset16_neon.S', |
875 '../third_party/skia/src/opts/memset32_neon.S', | 877 '../third_party/skia/src/opts/memset32_neon.S', |
| 878 '../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp', |
876 '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp
', | 879 '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp
', |
877 '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h'
, | 880 '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h'
, |
878 '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h
', | 881 '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h
', |
879 '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp', | 882 '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp', |
880 ], | 883 ], |
881 }], | 884 }], |
882 [ 'target_arch == "arm" and armv7 != 1', { | 885 [ 'target_arch == "arm" and armv7 != 1', { |
883 'sources': [ | 886 'sources': [ |
884 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 887 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
885 ], | 888 ], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 ], | 953 ], |
951 'include_dirs': [ | 954 'include_dirs': [ |
952 '..', | 955 '..', |
953 ], | 956 ], |
954 'sources': [ | 957 'sources': [ |
955 'ext/image_operations_bench.cc', | 958 'ext/image_operations_bench.cc', |
956 ], | 959 ], |
957 }, | 960 }, |
958 ], | 961 ], |
959 } | 962 } |
OLD | NEW |