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

Side by Side Diff: gyp/tests.gypi

Issue 364193004: Reopened: Caching the result of readPixelsSupported (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix bug 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/core.gypi ('k') | src/core/SkTHashCache.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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../tests/SkBase64Test.cpp', 191 '../tests/SkBase64Test.cpp',
192 '../tests/SkResourceCacheTest.cpp', 192 '../tests/SkResourceCacheTest.cpp',
193 '../tests/SmallAllocatorTest.cpp', 193 '../tests/SmallAllocatorTest.cpp',
194 '../tests/SortTest.cpp', 194 '../tests/SortTest.cpp',
195 '../tests/SrcOverTest.cpp', 195 '../tests/SrcOverTest.cpp',
196 '../tests/StreamTest.cpp', 196 '../tests/StreamTest.cpp',
197 '../tests/StringTest.cpp', 197 '../tests/StringTest.cpp',
198 '../tests/StrokeTest.cpp', 198 '../tests/StrokeTest.cpp',
199 '../tests/SurfaceTest.cpp', 199 '../tests/SurfaceTest.cpp',
200 '../tests/TArrayTest.cpp', 200 '../tests/TArrayTest.cpp',
201 '../tests/THashCache.cpp',
201 '../tests/TLSTest.cpp', 202 '../tests/TLSTest.cpp',
202 '../tests/TSetTest.cpp', 203 '../tests/TSetTest.cpp',
203 '../tests/TextBlobTest.cpp', 204 '../tests/TextBlobTest.cpp',
204 '../tests/TextureCompressionTest.cpp', 205 '../tests/TextureCompressionTest.cpp',
205 '../tests/TileGridTest.cpp', 206 '../tests/TileGridTest.cpp',
206 '../tests/ToUnicodeTest.cpp', 207 '../tests/ToUnicodeTest.cpp',
207 '../tests/TracingTest.cpp', 208 '../tests/TracingTest.cpp',
208 '../tests/TypefaceTest.cpp', 209 '../tests/TypefaceTest.cpp',
209 '../tests/UnicodeTest.cpp', 210 '../tests/UnicodeTest.cpp',
210 '../tests/UtilsTest.cpp', 211 '../tests/UtilsTest.cpp',
(...skipping 10 matching lines...) Expand all
221 '../src/utils/debugger/SkObjectParser.h', 222 '../src/utils/debugger/SkObjectParser.h',
222 '../src/utils/debugger/SkObjectParser.cpp', 223 '../src/utils/debugger/SkObjectParser.cpp',
223 224
224 '../tests/PipeTest.cpp', 225 '../tests/PipeTest.cpp',
225 '../src/pipe/utils/SamplePipeControllers.cpp', 226 '../src/pipe/utils/SamplePipeControllers.cpp',
226 227
227 '../tests/TDStackNesterTest.cpp', 228 '../tests/TDStackNesterTest.cpp',
228 '../experimental/PdfViewer/src/SkTDStackNester.h', 229 '../experimental/PdfViewer/src/SkTDStackNester.h',
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkTHashCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698