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

Side by Side Diff: gyp/effects.gypi

Issue 1783823002: Generic 4f gradient T sampler fallback (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: review comments Created 4 years, 9 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
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', 61 '<(skia_src_path)/effects/SkPictureImageFilter.cpp',
62 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 62 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
63 '<(skia_src_path)/effects/SkTableColorFilter.cpp', 63 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
64 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', 64 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
65 '<(skia_src_path)/effects/SkTestImageFilters.cpp', 65 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
66 '<(skia_src_path)/effects/SkTileImageFilter.cpp', 66 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
67 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', 67 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
68 68
69 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp', 69 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp',
70 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h', 70 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h',
71 '<(skia_src_path)/effects/gradients/Sk4fGradientPriv.h',
71 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp', 72 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp',
72 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h', 73 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h',
73 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', 74 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
74 '<(skia_src_path)/effects/gradients/SkClampRange.h', 75 '<(skia_src_path)/effects/gradients/SkClampRange.h',
75 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', 76 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp',
76 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', 77 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h',
77 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 78 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
78 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 79 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
79 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', 80 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
80 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', 81 '<(skia_src_path)/effects/gradients/SkLinearGradient.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 119 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
119 '<(skia_include_path)/effects/SkTableColorFilter.h', 120 '<(skia_include_path)/effects/SkTableColorFilter.h',
120 '<(skia_include_path)/effects/SkTableMaskFilter.h', 121 '<(skia_include_path)/effects/SkTableMaskFilter.h',
121 '<(skia_include_path)/effects/SkTileImageFilter.h', 122 '<(skia_include_path)/effects/SkTileImageFilter.h',
122 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 123 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
123 124
124 '<(skia_include_path)/client/android/SkAvoidXfermode.h', 125 '<(skia_include_path)/client/android/SkAvoidXfermode.h',
125 '<(skia_include_path)/client/android/SkPixelXorXfermode.h', 126 '<(skia_include_path)/client/android/SkPixelXorXfermode.h',
126 ], 127 ],
127 } 128 }
OLDNEW
« no previous file with comments | « no previous file | src/effects/gradients/Sk4fGradientBase.h » ('j') | src/effects/gradients/Sk4fGradientBase.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698