Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: gyp/effects.gypi

Issue 1229693009: Add new SkPoint3 class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More Chromium staging Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gm/lighting.cpp ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'effects' files 5 # Include this gypi to include all 'effects' files
6 # The parent gyp/gypi file must define: 6 # The parent gyp/gypi file must define:
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi. 10 # The skia build defines these in common_variables.gypi.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(skia_src_path)/effects/SkLumaColorFilter.cpp', 48 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
49 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 49 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
50 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 50 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
51 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 51 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
52 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 52 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
53 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 53 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
54 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 54 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
55 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 55 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
56 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', 56 '<(skia_src_path)/effects/SkPictureImageFilter.cpp',
57 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 57 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
58 '<(skia_src_path)/effects/SkPoint3.cpp',
58 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', 59 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
59 '<(skia_src_path)/effects/SkTableColorFilter.cpp', 60 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
60 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', 61 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
61 '<(skia_src_path)/effects/SkTestImageFilters.cpp', 62 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
62 '<(skia_src_path)/effects/SkTileImageFilter.cpp', 63 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
63 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', 64 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
64 65
65 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', 66 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
66 '<(skia_src_path)/effects/gradients/SkClampRange.h', 67 '<(skia_src_path)/effects/gradients/SkClampRange.h',
67 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', 68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
68 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', 69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp',
69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', 70 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h',
70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 71 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 72 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', 73 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
73 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', 74 '<(skia_src_path)/effects/gradients/SkLinearGradient.h',
74 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', 75 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp',
75 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', 76 '<(skia_src_path)/effects/gradients/SkRadialGradient.h',
76 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', 77 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
77 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
80 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', 81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
81 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
82 83
83 '<(skia_include_path)/effects/Sk1DPathEffect.h', 84 '<(skia_include_path)/effects/Sk1DPathEffect.h',
84 '<(skia_include_path)/effects/Sk2DPathEffect.h', 85 '<(skia_include_path)/effects/Sk2DPathEffect.h',
85 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
86 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', 86 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
87 '<(skia_include_path)/effects/SkArithmeticMode.h', 87 '<(skia_include_path)/effects/SkArithmeticMode.h',
88 '<(skia_include_path)/effects/SkBitmapSource.h', 88 '<(skia_include_path)/effects/SkBitmapSource.h',
89 '<(skia_include_path)/effects/SkBlurDrawLooper.h', 89 '<(skia_include_path)/effects/SkBlurDrawLooper.h',
90 '<(skia_include_path)/effects/SkBlurImageFilter.h', 90 '<(skia_include_path)/effects/SkBlurImageFilter.h',
91 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 91 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
92 '<(skia_include_path)/effects/SkColorCubeFilter.h', 92 '<(skia_include_path)/effects/SkColorCubeFilter.h',
93 '<(skia_include_path)/effects/SkColorMatrix.h', 93 '<(skia_include_path)/effects/SkColorMatrix.h',
94 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 94 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
95 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 95 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
96 '<(skia_include_path)/effects/SkCornerPathEffect.h', 96 '<(skia_include_path)/effects/SkCornerPathEffect.h',
97 '<(skia_include_path)/effects/SkDashPathEffect.h', 97 '<(skia_include_path)/effects/SkDashPathEffect.h',
98 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 98 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
99 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 99 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
100 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 100 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
101 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 101 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
102 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 102 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
103 '<(skia_include_path)/effects/SkGradientShader.h', 103 '<(skia_include_path)/effects/SkGradientShader.h',
104 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 104 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
105 '<(skia_include_path)/effects/SkLayerRasterizer.h', 105 '<(skia_include_path)/effects/SkLayerRasterizer.h',
106 '<(skia_include_path)/effects/SkLerpXfermode.h', 106 '<(skia_include_path)/effects/SkLerpXfermode.h',
107 '<(skia_include_path)/effects/SkLightingImageFilter.h', 107 '<(skia_include_path)/effects/SkLightingImageFilter.h',
108 '<(skia_include_path)/effects/SkLumaColorFilter.h', 108 '<(skia_include_path)/effects/SkLumaColorFilter.h',
109 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
110 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
109 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 111 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
110 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
111 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 112 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
112 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 113 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
113 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 114 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
115 '<(skia_include_path)/effects/SkPoint3.h',
114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
115 '<(skia_include_path)/effects/SkTableColorFilter.h', 117 '<(skia_include_path)/effects/SkTableColorFilter.h',
116 '<(skia_include_path)/effects/SkTableMaskFilter.h', 118 '<(skia_include_path)/effects/SkTableMaskFilter.h',
117 '<(skia_include_path)/effects/SkTileImageFilter.h', 119 '<(skia_include_path)/effects/SkTileImageFilter.h',
118 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 120 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
119 ], 121 ],
120 } 122 }
OLDNEW
« no previous file with comments | « gm/lighting.cpp ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698