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

Side by Side Diff: gyp/tests.gypi

Issue 592843003: Add SkCachedData and use it for SkMipMap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: uses low-bit of refcnt to known when we're in the cache 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
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 '../tests/ImageNewShaderTest.cpp', 124 '../tests/ImageNewShaderTest.cpp',
125 '../tests/InfRectTest.cpp', 125 '../tests/InfRectTest.cpp',
126 '../tests/InterpolatorTest.cpp', 126 '../tests/InterpolatorTest.cpp',
127 '../tests/JpegTest.cpp', 127 '../tests/JpegTest.cpp',
128 '../tests/KtxTest.cpp', 128 '../tests/KtxTest.cpp',
129 '../tests/LListTest.cpp', 129 '../tests/LListTest.cpp',
130 '../tests/LayerDrawLooperTest.cpp', 130 '../tests/LayerDrawLooperTest.cpp',
131 '../tests/LayerRasterizerTest.cpp', 131 '../tests/LayerRasterizerTest.cpp',
132 '../tests/MD5Test.cpp', 132 '../tests/MD5Test.cpp',
133 '../tests/MallocPixelRefTest.cpp', 133 '../tests/MallocPixelRefTest.cpp',
134 '../tests/MaskCacheTest.cpp',
134 '../tests/MathTest.cpp', 135 '../tests/MathTest.cpp',
135 '../tests/Matrix44Test.cpp', 136 '../tests/Matrix44Test.cpp',
136 '../tests/MatrixClipCollapseTest.cpp', 137 '../tests/MatrixClipCollapseTest.cpp',
137 '../tests/MatrixTest.cpp', 138 '../tests/MatrixTest.cpp',
138 '../tests/MemoryTest.cpp', 139 '../tests/MemoryTest.cpp',
139 '../tests/MemsetTest.cpp', 140 '../tests/MemsetTest.cpp',
140 '../tests/MessageBusTest.cpp', 141 '../tests/MessageBusTest.cpp',
141 '../tests/MetaDataTest.cpp', 142 '../tests/MetaDataTest.cpp',
142 '../tests/MiniDataTest.cpp', 143 '../tests/MiniDataTest.cpp',
143 '../tests/MipMapTest.cpp', 144 '../tests/MipMapTest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/SkCachedData.h » ('j') | src/core/SkCachedData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698