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

Side by Side Diff: gyp/tests.gypi

Issue 670063004: Add SkMaskCache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add namespace for key in MaskCache 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
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../tests/InfRectTest.cpp', 126 '../tests/InfRectTest.cpp',
127 '../tests/InterpolatorTest.cpp', 127 '../tests/InterpolatorTest.cpp',
128 '../tests/JpegTest.cpp', 128 '../tests/JpegTest.cpp',
129 '../tests/KtxTest.cpp', 129 '../tests/KtxTest.cpp',
130 '../tests/LListTest.cpp', 130 '../tests/LListTest.cpp',
131 '../tests/LayerDrawLooperTest.cpp', 131 '../tests/LayerDrawLooperTest.cpp',
132 '../tests/LayerRasterizerTest.cpp', 132 '../tests/LayerRasterizerTest.cpp',
133 '../tests/LazyPtrTest.cpp', 133 '../tests/LazyPtrTest.cpp',
134 '../tests/MD5Test.cpp', 134 '../tests/MD5Test.cpp',
135 '../tests/MallocPixelRefTest.cpp', 135 '../tests/MallocPixelRefTest.cpp',
136 '../tests/MaskCacheTest.cpp',
136 '../tests/MathTest.cpp', 137 '../tests/MathTest.cpp',
137 '../tests/Matrix44Test.cpp', 138 '../tests/Matrix44Test.cpp',
138 '../tests/MatrixClipCollapseTest.cpp', 139 '../tests/MatrixClipCollapseTest.cpp',
139 '../tests/MatrixTest.cpp', 140 '../tests/MatrixTest.cpp',
140 '../tests/MemoryTest.cpp', 141 '../tests/MemoryTest.cpp',
141 '../tests/MemsetTest.cpp', 142 '../tests/MemsetTest.cpp',
142 '../tests/MessageBusTest.cpp', 143 '../tests/MessageBusTest.cpp',
143 '../tests/MetaDataTest.cpp', 144 '../tests/MetaDataTest.cpp',
144 '../tests/MipMapTest.cpp', 145 '../tests/MipMapTest.cpp',
145 '../tests/NameAllocatorTest.cpp', 146 '../tests/NameAllocatorTest.cpp',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../src/utils/debugger/SkObjectParser.h', 221 '../src/utils/debugger/SkObjectParser.h',
221 '../src/utils/debugger/SkObjectParser.cpp', 222 '../src/utils/debugger/SkObjectParser.cpp',
222 223
223 '../tests/PipeTest.cpp', 224 '../tests/PipeTest.cpp',
224 '../src/pipe/utils/SamplePipeControllers.cpp', 225 '../src/pipe/utils/SamplePipeControllers.cpp',
225 226
226 '../tests/TDStackNesterTest.cpp', 227 '../tests/TDStackNesterTest.cpp',
227 '../experimental/PdfViewer/src/SkTDStackNester.h', 228 '../experimental/PdfViewer/src/SkTDStackNester.h',
228 ], 229 ],
229 } 230 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkMaskCache.h » ('j') | src/core/SkMaskCache.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698