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

Side by Side Diff: gyp/tests.gypi

Issue 616963006: Archive more dead code. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | src/core/SkTInternalSList.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../tests/Matrix44Test.cpp', 135 '../tests/Matrix44Test.cpp',
136 '../tests/MatrixClipCollapseTest.cpp', 136 '../tests/MatrixClipCollapseTest.cpp',
137 '../tests/MatrixTest.cpp', 137 '../tests/MatrixTest.cpp',
138 '../tests/MemoryTest.cpp', 138 '../tests/MemoryTest.cpp',
139 '../tests/MemsetTest.cpp', 139 '../tests/MemsetTest.cpp',
140 '../tests/MessageBusTest.cpp', 140 '../tests/MessageBusTest.cpp',
141 '../tests/MetaDataTest.cpp', 141 '../tests/MetaDataTest.cpp',
142 '../tests/MipMapTest.cpp', 142 '../tests/MipMapTest.cpp',
143 '../tests/NameAllocatorTest.cpp', 143 '../tests/NameAllocatorTest.cpp',
144 '../tests/OSPathTest.cpp', 144 '../tests/OSPathTest.cpp',
145 '../tests/ObjectPoolTest.cpp',
146 '../tests/OnceTest.cpp', 145 '../tests/OnceTest.cpp',
147 '../tests/PDFJpegEmbedTest.cpp', 146 '../tests/PDFJpegEmbedTest.cpp',
148 '../tests/PDFPrimitivesTest.cpp', 147 '../tests/PDFPrimitivesTest.cpp',
149 '../tests/PackBitsTest.cpp', 148 '../tests/PackBitsTest.cpp',
150 '../tests/PaintTest.cpp', 149 '../tests/PaintTest.cpp',
151 '../tests/ParsePathTest.cpp', 150 '../tests/ParsePathTest.cpp',
152 '../tests/PathCoverageTest.cpp', 151 '../tests/PathCoverageTest.cpp',
153 '../tests/PathMeasureTest.cpp', 152 '../tests/PathMeasureTest.cpp',
154 '../tests/PathTest.cpp', 153 '../tests/PathTest.cpp',
155 '../tests/PathUtilsTest.cpp', 154 '../tests/PathUtilsTest.cpp',
(...skipping 17 matching lines...) Expand all
173 '../tests/RecorderTest.cpp', 172 '../tests/RecorderTest.cpp',
174 '../tests/RecordingTest.cpp', 173 '../tests/RecordingTest.cpp',
175 '../tests/RecordingXfermodeTest.cpp', 174 '../tests/RecordingXfermodeTest.cpp',
176 '../tests/RefCntTest.cpp', 175 '../tests/RefCntTest.cpp',
177 '../tests/RefDictTest.cpp', 176 '../tests/RefDictTest.cpp',
178 '../tests/RegionTest.cpp', 177 '../tests/RegionTest.cpp',
179 '../tests/ResourceCacheTest.cpp', 178 '../tests/ResourceCacheTest.cpp',
180 '../tests/RoundRectTest.cpp', 179 '../tests/RoundRectTest.cpp',
181 '../tests/RuntimeConfigTest.cpp', 180 '../tests/RuntimeConfigTest.cpp',
182 '../tests/SHA1Test.cpp', 181 '../tests/SHA1Test.cpp',
183 '../tests/SListTest.cpp',
184 '../tests/ScalarTest.cpp', 182 '../tests/ScalarTest.cpp',
185 '../tests/SerializationTest.cpp', 183 '../tests/SerializationTest.cpp',
186 '../tests/ShaderImageFilterTest.cpp', 184 '../tests/ShaderImageFilterTest.cpp',
187 '../tests/ShaderOpacityTest.cpp', 185 '../tests/ShaderOpacityTest.cpp',
188 '../tests/SizeTest.cpp', 186 '../tests/SizeTest.cpp',
189 '../tests/SkBase64Test.cpp', 187 '../tests/SkBase64Test.cpp',
190 '../tests/SkResourceCacheTest.cpp', 188 '../tests/SkResourceCacheTest.cpp',
191 '../tests/SmallAllocatorTest.cpp', 189 '../tests/SmallAllocatorTest.cpp',
192 '../tests/SortTest.cpp', 190 '../tests/SortTest.cpp',
193 '../tests/SrcOverTest.cpp', 191 '../tests/SrcOverTest.cpp',
(...skipping 25 matching lines...) Expand all
219 '../src/utils/debugger/SkObjectParser.h', 217 '../src/utils/debugger/SkObjectParser.h',
220 '../src/utils/debugger/SkObjectParser.cpp', 218 '../src/utils/debugger/SkObjectParser.cpp',
221 219
222 '../tests/PipeTest.cpp', 220 '../tests/PipeTest.cpp',
223 '../src/pipe/utils/SamplePipeControllers.cpp', 221 '../src/pipe/utils/SamplePipeControllers.cpp',
224 222
225 '../tests/TDStackNesterTest.cpp', 223 '../tests/TDStackNesterTest.cpp',
226 '../experimental/PdfViewer/src/SkTDStackNester.h', 224 '../experimental/PdfViewer/src/SkTDStackNester.h',
227 ], 225 ],
228 } 226 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkTInternalSList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698