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

Side by Side Diff: gyp/tests.gypi

Issue 801353008: Use device-space stroke width for SkDraw::drawRect() quick-reject (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | src/core/SkDraw.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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 '../tests/ReadPixelsTest.cpp', 170 '../tests/ReadPixelsTest.cpp',
171 '../tests/ReadWriteAlphaTest.cpp', 171 '../tests/ReadWriteAlphaTest.cpp',
172 '../tests/Reader32Test.cpp', 172 '../tests/Reader32Test.cpp',
173 '../tests/RecordDrawTest.cpp', 173 '../tests/RecordDrawTest.cpp',
174 '../tests/RecordReplaceDrawTest.cpp', 174 '../tests/RecordReplaceDrawTest.cpp',
175 '../tests/RecordOptsTest.cpp', 175 '../tests/RecordOptsTest.cpp',
176 '../tests/RecordPatternTest.cpp', 176 '../tests/RecordPatternTest.cpp',
177 '../tests/RecordTest.cpp', 177 '../tests/RecordTest.cpp',
178 '../tests/RecorderTest.cpp', 178 '../tests/RecorderTest.cpp',
179 '../tests/RecordingXfermodeTest.cpp', 179 '../tests/RecordingXfermodeTest.cpp',
180 '../tests/RectTest.cpp',
180 '../tests/RefCntTest.cpp', 181 '../tests/RefCntTest.cpp',
181 '../tests/RefDictTest.cpp', 182 '../tests/RefDictTest.cpp',
182 '../tests/RegionTest.cpp', 183 '../tests/RegionTest.cpp',
183 '../tests/ResourceCacheTest.cpp', 184 '../tests/ResourceCacheTest.cpp',
184 '../tests/RoundRectTest.cpp', 185 '../tests/RoundRectTest.cpp',
185 '../tests/RuntimeConfigTest.cpp', 186 '../tests/RuntimeConfigTest.cpp',
186 '../tests/SHA1Test.cpp', 187 '../tests/SHA1Test.cpp',
187 '../tests/ScalarTest.cpp', 188 '../tests/ScalarTest.cpp',
188 '../tests/SerializationTest.cpp', 189 '../tests/SerializationTest.cpp',
189 '../tests/ShaderImageFilterTest.cpp', 190 '../tests/ShaderImageFilterTest.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../src/utils/debugger/SkObjectParser.h', 227 '../src/utils/debugger/SkObjectParser.h',
227 '../src/utils/debugger/SkObjectParser.cpp', 228 '../src/utils/debugger/SkObjectParser.cpp',
228 229
229 '../tests/PipeTest.cpp', 230 '../tests/PipeTest.cpp',
230 '../src/pipe/utils/SamplePipeControllers.cpp', 231 '../src/pipe/utils/SamplePipeControllers.cpp',
231 232
232 '../tests/TDStackNesterTest.cpp', 233 '../tests/TDStackNesterTest.cpp',
233 '../experimental/PdfViewer/src/SkTDStackNester.h', 234 '../experimental/PdfViewer/src/SkTDStackNester.h',
234 ], 235 ],
235 } 236 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkDraw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698