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

Side by Side Diff: gyp/tests.gypi

Issue 558163005: thick stroke Beziers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix bench Created 6 years, 2 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/gmslides.gypi ('k') | samplecode/SampleRotateCircles.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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../tests/ShaderOpacityTest.cpp', 185 '../tests/ShaderOpacityTest.cpp',
186 '../tests/SizeTest.cpp', 186 '../tests/SizeTest.cpp',
187 '../tests/SkBase64Test.cpp', 187 '../tests/SkBase64Test.cpp',
188 '../tests/SkResourceCacheTest.cpp', 188 '../tests/SkResourceCacheTest.cpp',
189 '../tests/SmallAllocatorTest.cpp', 189 '../tests/SmallAllocatorTest.cpp',
190 '../tests/SortTest.cpp', 190 '../tests/SortTest.cpp',
191 '../tests/SrcOverTest.cpp', 191 '../tests/SrcOverTest.cpp',
192 '../tests/StreamTest.cpp', 192 '../tests/StreamTest.cpp',
193 '../tests/StringTest.cpp', 193 '../tests/StringTest.cpp',
194 '../tests/StrokeTest.cpp', 194 '../tests/StrokeTest.cpp',
195 '../tests/StrokerTest.cpp',
195 '../tests/SurfaceTest.cpp', 196 '../tests/SurfaceTest.cpp',
196 '../tests/TArrayTest.cpp', 197 '../tests/TArrayTest.cpp',
197 '../tests/THashCache.cpp', 198 '../tests/THashCache.cpp',
198 '../tests/TLSTest.cpp', 199 '../tests/TLSTest.cpp',
199 '../tests/TSetTest.cpp', 200 '../tests/TSetTest.cpp',
200 '../tests/TextBlobTest.cpp', 201 '../tests/TextBlobTest.cpp',
201 '../tests/TextureCompressionTest.cpp', 202 '../tests/TextureCompressionTest.cpp',
202 '../tests/TileGridTest.cpp', 203 '../tests/TileGridTest.cpp',
203 '../tests/ToUnicodeTest.cpp', 204 '../tests/ToUnicodeTest.cpp',
204 '../tests/TracingTest.cpp', 205 '../tests/TracingTest.cpp',
(...skipping 13 matching lines...) Expand all
218 '../src/utils/debugger/SkObjectParser.h', 219 '../src/utils/debugger/SkObjectParser.h',
219 '../src/utils/debugger/SkObjectParser.cpp', 220 '../src/utils/debugger/SkObjectParser.cpp',
220 221
221 '../tests/PipeTest.cpp', 222 '../tests/PipeTest.cpp',
222 '../src/pipe/utils/SamplePipeControllers.cpp', 223 '../src/pipe/utils/SamplePipeControllers.cpp',
223 224
224 '../tests/TDStackNesterTest.cpp', 225 '../tests/TDStackNesterTest.cpp',
225 '../experimental/PdfViewer/src/SkTDStackNester.h', 226 '../experimental/PdfViewer/src/SkTDStackNester.h',
226 ], 227 ],
227 } 228 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | samplecode/SampleRotateCircles.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698