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

Side by Side Diff: gyp/tests.gypi

Issue 678303004: Make RTree handle the case where the playback canvas has empty clip bounds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: moar build fix Created 6 years, 1 month 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 | src/core/SkRecordDraw.cpp » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../tests/OnceTest.cpp', 149 '../tests/OnceTest.cpp',
150 '../tests/PDFJpegEmbedTest.cpp', 150 '../tests/PDFJpegEmbedTest.cpp',
151 '../tests/PDFPrimitivesTest.cpp', 151 '../tests/PDFPrimitivesTest.cpp',
152 '../tests/PackBitsTest.cpp', 152 '../tests/PackBitsTest.cpp',
153 '../tests/PaintTest.cpp', 153 '../tests/PaintTest.cpp',
154 '../tests/ParsePathTest.cpp', 154 '../tests/ParsePathTest.cpp',
155 '../tests/PathCoverageTest.cpp', 155 '../tests/PathCoverageTest.cpp',
156 '../tests/PathMeasureTest.cpp', 156 '../tests/PathMeasureTest.cpp',
157 '../tests/PathTest.cpp', 157 '../tests/PathTest.cpp',
158 '../tests/PathUtilsTest.cpp', 158 '../tests/PathUtilsTest.cpp',
159 '../tests/PictureBBHTest.cpp',
159 '../tests/PictureShaderTest.cpp', 160 '../tests/PictureShaderTest.cpp',
160 '../tests/PictureTest.cpp', 161 '../tests/PictureTest.cpp',
161 '../tests/PixelRefTest.cpp', 162 '../tests/PixelRefTest.cpp',
162 '../tests/PointTest.cpp', 163 '../tests/PointTest.cpp',
163 '../tests/PremulAlphaRoundTripTest.cpp', 164 '../tests/PremulAlphaRoundTripTest.cpp',
164 '../tests/QuickRejectTest.cpp', 165 '../tests/QuickRejectTest.cpp',
165 '../tests/RTConfRegistryTest.cpp', 166 '../tests/RTConfRegistryTest.cpp',
166 '../tests/RTreeTest.cpp', 167 '../tests/RTreeTest.cpp',
167 '../tests/RandomTest.cpp', 168 '../tests/RandomTest.cpp',
168 '../tests/ReadPixelsTest.cpp', 169 '../tests/ReadPixelsTest.cpp',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../src/utils/debugger/SkObjectParser.h', 223 '../src/utils/debugger/SkObjectParser.h',
223 '../src/utils/debugger/SkObjectParser.cpp', 224 '../src/utils/debugger/SkObjectParser.cpp',
224 225
225 '../tests/PipeTest.cpp', 226 '../tests/PipeTest.cpp',
226 '../src/pipe/utils/SamplePipeControllers.cpp', 227 '../src/pipe/utils/SamplePipeControllers.cpp',
227 228
228 '../tests/TDStackNesterTest.cpp', 229 '../tests/TDStackNesterTest.cpp',
229 '../experimental/PdfViewer/src/SkTDStackNester.h', 230 '../experimental/PdfViewer/src/SkTDStackNester.h',
230 ], 231 ],
231 } 232 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkRecordDraw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698