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

Side by Side Diff: gyp/effects.gypi

Issue 1649503002: Move SkAvoidXfermode over from Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 4 years, 10 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/avoidxfermode.cpp ('k') | include/effects/SkAvoidXfermode.h » ('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.
11 # 11 #
12 { 12 {
13 'sources': [ 13 'sources': [
14 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp', 14 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp',
15 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h', 15 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h',
16 16
17 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', 17 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
18 '<(skia_src_path)/effects/Sk2DPathEffect.cpp', 18 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
19 '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp', 19 '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
20 '<(skia_src_path)/effects/SkArcToPathEffect.cpp', 20 '<(skia_src_path)/effects/SkArcToPathEffect.cpp',
21 '<(skia_src_path)/effects/SkArithmeticMode.cpp', 21 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
22 '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp', 22 '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp',
23 '<(skia_src_path)/effects/SkArithmeticMode_gpu.h', 23 '<(skia_src_path)/effects/SkArithmeticMode_gpu.h',
24 '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
24 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', 25 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
25 '<(skia_src_path)/effects/SkBlurMask.cpp', 26 '<(skia_src_path)/effects/SkBlurMask.cpp',
26 '<(skia_src_path)/effects/SkBlurMask.h', 27 '<(skia_src_path)/effects/SkBlurMask.h',
27 '<(skia_src_path)/effects/SkBlurImageFilter.cpp', 28 '<(skia_src_path)/effects/SkBlurImageFilter.cpp',
28 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', 29 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp',
29 '<(skia_src_path)/effects/SkColorCubeFilter.cpp', 30 '<(skia_src_path)/effects/SkColorCubeFilter.cpp',
30 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', 31 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp',
31 '<(skia_src_path)/effects/SkColorMatrix.cpp', 32 '<(skia_src_path)/effects/SkColorMatrix.cpp',
32 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp', 33 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp',
33 '<(skia_src_path)/effects/SkComposeImageFilter.cpp', 34 '<(skia_src_path)/effects/SkComposeImageFilter.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', 81 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', 83 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
83 84
84 '<(skia_include_path)/effects/Sk1DPathEffect.h', 85 '<(skia_include_path)/effects/Sk1DPathEffect.h',
85 '<(skia_include_path)/effects/Sk2DPathEffect.h', 86 '<(skia_include_path)/effects/Sk2DPathEffect.h',
86 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', 87 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
87 '<(skia_include_path)/effects/SkArithmeticMode.h', 88 '<(skia_include_path)/effects/SkArithmeticMode.h',
89 '<(skia_include_path)/effects/SkAvoidXfermode.h',
88 '<(skia_include_path)/effects/SkBlurDrawLooper.h', 90 '<(skia_include_path)/effects/SkBlurDrawLooper.h',
89 '<(skia_include_path)/effects/SkBlurImageFilter.h', 91 '<(skia_include_path)/effects/SkBlurImageFilter.h',
90 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 92 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
91 '<(skia_include_path)/effects/SkColorCubeFilter.h', 93 '<(skia_include_path)/effects/SkColorCubeFilter.h',
92 '<(skia_include_path)/effects/SkColorMatrix.h', 94 '<(skia_include_path)/effects/SkColorMatrix.h',
93 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 95 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
94 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 96 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
95 '<(skia_include_path)/effects/SkCornerPathEffect.h', 97 '<(skia_include_path)/effects/SkCornerPathEffect.h',
96 '<(skia_include_path)/effects/SkDashPathEffect.h', 98 '<(skia_include_path)/effects/SkDashPathEffect.h',
97 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 99 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
(...skipping 13 matching lines...) Expand all
111 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 113 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
112 '<(skia_include_path)/effects/SkPaintImageFilter.h', 114 '<(skia_include_path)/effects/SkPaintImageFilter.h',
113 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 115 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
114 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 116 '<(skia_include_path)/effects/SkPixelXorXfermode.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/SkXfermodeImageFilter.h', 120 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
119 ], 121 ],
120 } 122 }
OLDNEW
« no previous file with comments | « gm/avoidxfermode.cpp ('k') | include/effects/SkAvoidXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698