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

Side by Side Diff: gyp/tests.gypi

Issue 535953002: Replace SkPictureReplacementPlayback with GrRecordReplaceDraw (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix leak in SkImage creation (in test) Created 6 years, 3 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 | « gyp/gpu.gypi ('k') | include/core/SkDrawPictureCallback.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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '../tests/PointTest.cpp', 159 '../tests/PointTest.cpp',
160 '../tests/PremulAlphaRoundTripTest.cpp', 160 '../tests/PremulAlphaRoundTripTest.cpp',
161 '../tests/QuickRejectTest.cpp', 161 '../tests/QuickRejectTest.cpp',
162 '../tests/RTConfRegistryTest.cpp', 162 '../tests/RTConfRegistryTest.cpp',
163 '../tests/RTreeTest.cpp', 163 '../tests/RTreeTest.cpp',
164 '../tests/RandomTest.cpp', 164 '../tests/RandomTest.cpp',
165 '../tests/ReadPixelsTest.cpp', 165 '../tests/ReadPixelsTest.cpp',
166 '../tests/ReadWriteAlphaTest.cpp', 166 '../tests/ReadWriteAlphaTest.cpp',
167 '../tests/Reader32Test.cpp', 167 '../tests/Reader32Test.cpp',
168 '../tests/RecordDrawTest.cpp', 168 '../tests/RecordDrawTest.cpp',
169 '../tests/RecordReplaceDrawTest.cpp',
169 '../tests/RecordOptsTest.cpp', 170 '../tests/RecordOptsTest.cpp',
170 '../tests/RecordPatternTest.cpp', 171 '../tests/RecordPatternTest.cpp',
171 '../tests/RecordTest.cpp', 172 '../tests/RecordTest.cpp',
172 '../tests/RecorderTest.cpp', 173 '../tests/RecorderTest.cpp',
173 '../tests/RecordingTest.cpp', 174 '../tests/RecordingTest.cpp',
174 '../tests/RefCntTest.cpp', 175 '../tests/RefCntTest.cpp',
175 '../tests/RefDictTest.cpp', 176 '../tests/RefDictTest.cpp',
176 '../tests/RegionTest.cpp', 177 '../tests/RegionTest.cpp',
177 '../tests/ResourceCacheTest.cpp', 178 '../tests/ResourceCacheTest.cpp',
178 '../tests/RoundRectTest.cpp', 179 '../tests/RoundRectTest.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../src/utils/debugger/SkObjectParser.h', 218 '../src/utils/debugger/SkObjectParser.h',
218 '../src/utils/debugger/SkObjectParser.cpp', 219 '../src/utils/debugger/SkObjectParser.cpp',
219 220
220 '../tests/PipeTest.cpp', 221 '../tests/PipeTest.cpp',
221 '../src/pipe/utils/SamplePipeControllers.cpp', 222 '../src/pipe/utils/SamplePipeControllers.cpp',
222 223
223 '../tests/TDStackNesterTest.cpp', 224 '../tests/TDStackNesterTest.cpp',
224 '../experimental/PdfViewer/src/SkTDStackNester.h', 225 '../experimental/PdfViewer/src/SkTDStackNester.h',
225 ], 226 ],
226 } 227 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkDrawPictureCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698