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

Side by Side Diff: gyp/tests.gypi

Issue 246893005: Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Updated per comments. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/core/SkPicturePlayback.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../tests/PDFPrimitivesTest.cpp', 122 '../tests/PDFPrimitivesTest.cpp',
123 '../tests/PackBitsTest.cpp', 123 '../tests/PackBitsTest.cpp',
124 '../tests/PaintTest.cpp', 124 '../tests/PaintTest.cpp',
125 '../tests/ParsePathTest.cpp', 125 '../tests/ParsePathTest.cpp',
126 '../tests/PathCoverageTest.cpp', 126 '../tests/PathCoverageTest.cpp',
127 '../tests/PathMeasureTest.cpp', 127 '../tests/PathMeasureTest.cpp',
128 '../tests/PathTest.cpp', 128 '../tests/PathTest.cpp',
129 '../tests/PathUtilsTest.cpp', 129 '../tests/PathUtilsTest.cpp',
130 '../tests/PictureTest.cpp', 130 '../tests/PictureTest.cpp',
131 '../tests/PictureShaderTest.cpp', 131 '../tests/PictureShaderTest.cpp',
132 '../tests/PictureStateTreeTest.cpp',
132 '../tests/PictureUtilsTest.cpp', 133 '../tests/PictureUtilsTest.cpp',
133 '../tests/PixelRefTest.cpp', 134 '../tests/PixelRefTest.cpp',
134 '../tests/PointTest.cpp', 135 '../tests/PointTest.cpp',
135 '../tests/PremulAlphaRoundTripTest.cpp', 136 '../tests/PremulAlphaRoundTripTest.cpp',
136 '../tests/QuickRejectTest.cpp', 137 '../tests/QuickRejectTest.cpp',
137 '../tests/RTreeTest.cpp', 138 '../tests/RTreeTest.cpp',
138 '../tests/RandomTest.cpp', 139 '../tests/RandomTest.cpp',
139 '../tests/ReadPixelsTest.cpp', 140 '../tests/ReadPixelsTest.cpp',
140 '../tests/ReadWriteAlphaTest.cpp', 141 '../tests/ReadWriteAlphaTest.cpp',
141 '../tests/Reader32Test.cpp', 142 '../tests/Reader32Test.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 191
191 '../tests/PipeTest.cpp', 192 '../tests/PipeTest.cpp',
192 '../src/pipe/utils/SamplePipeControllers.cpp', 193 '../src/pipe/utils/SamplePipeControllers.cpp',
193 194
194 '../tests/TDStackNesterTest.cpp', 195 '../tests/TDStackNesterTest.cpp',
195 '../experimental/PdfViewer/src/SkTDStackNester.h', 196 '../experimental/PdfViewer/src/SkTDStackNester.h',
196 197
197 '../tools/sk_tool_utils.cpp', 198 '../tools/sk_tool_utils.cpp',
198 ], 199 ],
199 } 200 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkPicturePlayback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698