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

Side by Side Diff: gyp/tests.gypi

Issue 238253005: Fixes for SkPictureShader. (Closed) Base URL: https://skia.googlesource.com/skia.git@shaders
Patch Set: Rebase Created 6 years, 8 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 | « no previous file | include/core/SkShader.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 # Common gypi for unit tests. 1 # Common gypi for unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/image', 6 '../src/image',
7 '../src/lazy', 7 '../src/lazy',
8 '../src/images', 8 '../src/images',
9 '../src/pathops', 9 '../src/pathops',
10 '../src/pdf', 10 '../src/pdf',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../tests/OnceTest.cpp', 120 '../tests/OnceTest.cpp',
121 '../tests/PDFPrimitivesTest.cpp', 121 '../tests/PDFPrimitivesTest.cpp',
122 '../tests/PackBitsTest.cpp', 122 '../tests/PackBitsTest.cpp',
123 '../tests/PaintTest.cpp', 123 '../tests/PaintTest.cpp',
124 '../tests/ParsePathTest.cpp', 124 '../tests/ParsePathTest.cpp',
125 '../tests/PathCoverageTest.cpp', 125 '../tests/PathCoverageTest.cpp',
126 '../tests/PathMeasureTest.cpp', 126 '../tests/PathMeasureTest.cpp',
127 '../tests/PathTest.cpp', 127 '../tests/PathTest.cpp',
128 '../tests/PathUtilsTest.cpp', 128 '../tests/PathUtilsTest.cpp',
129 '../tests/PictureTest.cpp', 129 '../tests/PictureTest.cpp',
130 '../tests/PictureShaderTest.cpp',
130 '../tests/PictureUtilsTest.cpp', 131 '../tests/PictureUtilsTest.cpp',
131 '../tests/PixelRefTest.cpp', 132 '../tests/PixelRefTest.cpp',
132 '../tests/PointTest.cpp', 133 '../tests/PointTest.cpp',
133 '../tests/PremulAlphaRoundTripTest.cpp', 134 '../tests/PremulAlphaRoundTripTest.cpp',
134 '../tests/QuickRejectTest.cpp', 135 '../tests/QuickRejectTest.cpp',
135 '../tests/RTreeTest.cpp', 136 '../tests/RTreeTest.cpp',
136 '../tests/RandomTest.cpp', 137 '../tests/RandomTest.cpp',
137 '../tests/ReadPixelsTest.cpp', 138 '../tests/ReadPixelsTest.cpp',
138 '../tests/ReadWriteAlphaTest.cpp', 139 '../tests/ReadWriteAlphaTest.cpp',
139 '../tests/Reader32Test.cpp', 140 '../tests/Reader32Test.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 189
189 '../tests/PipeTest.cpp', 190 '../tests/PipeTest.cpp',
190 '../src/pipe/utils/SamplePipeControllers.cpp', 191 '../src/pipe/utils/SamplePipeControllers.cpp',
191 192
192 '../tests/TDStackNesterTest.cpp', 193 '../tests/TDStackNesterTest.cpp',
193 '../experimental/PdfViewer/src/SkTDStackNester.h', 194 '../experimental/PdfViewer/src/SkTDStackNester.h',
194 195
195 '../tools/sk_tool_utils.cpp', 196 '../tools/sk_tool_utils.cpp',
196 ], 197 ],
197 } 198 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698