Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Include this gypi to include all 'effects' files | 1 # Include this gypi to include all 'effects' files |
| 2 # The parent gyp/gypi file must define: | 2 # The parent gyp/gypi file must define: |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi. | 6 # The skia build defines these in common_variables.gypi. |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'sources': [ | 9 'sources': [ |
| 10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', | 10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', | 70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', |
| 71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', | 71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', |
| 72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', | 72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', |
| 73 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', | 73 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', |
| 74 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', | 74 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', |
| 75 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', | 75 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', |
| 76 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', | 76 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', |
| 77 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', | 77 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', |
| 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', | 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', |
| 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', | 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', |
| 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_Gpu.cpp', | |
|
bsalomon
2014/04/02 21:12:04
for consistency with other suffixed file names I t
egdaniel
2014/04/03 14:36:56
done
On 2014/04/02 21:12:04, bsalomon wrote:
| |
| 81 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_Gpu.h', | |
| 80 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', | 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', |
| 81 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', | 83 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', |
| 82 | 84 |
| 83 '<(skia_include_path)/effects/Sk1DPathEffect.h', | 85 '<(skia_include_path)/effects/Sk1DPathEffect.h', |
| 84 '<(skia_include_path)/effects/Sk2DPathEffect.h', | 86 '<(skia_include_path)/effects/Sk2DPathEffect.h', |
| 85 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', | 87 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', |
| 86 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', | 88 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', |
| 87 '<(skia_include_path)/effects/SkArithmeticMode.h', | 89 '<(skia_include_path)/effects/SkArithmeticMode.h', |
| 88 '<(skia_include_path)/effects/SkAvoidXfermode.h', | 90 '<(skia_include_path)/effects/SkAvoidXfermode.h', |
| 89 '<(skia_include_path)/effects/SkBitmapSource.h', | 91 '<(skia_include_path)/effects/SkBitmapSource.h', |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 115 '<(skia_include_path)/effects/SkPorterDuff.h', | 117 '<(skia_include_path)/effects/SkPorterDuff.h', |
| 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', | 118 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
| 117 '<(skia_include_path)/effects/SkStippleMaskFilter.h', | 119 '<(skia_include_path)/effects/SkStippleMaskFilter.h', |
| 118 '<(skia_include_path)/effects/SkTableColorFilter.h', | 120 '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 119 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 121 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
| 120 '<(skia_include_path)/effects/SkTileImageFilter.h', | 122 '<(skia_include_path)/effects/SkTileImageFilter.h', |
| 121 '<(skia_include_path)/effects/SkTransparentShader.h', | 123 '<(skia_include_path)/effects/SkTransparentShader.h', |
| 122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 124 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
| 123 ], | 125 ], |
| 124 } | 126 } |
| OLD | NEW |