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

Side by Side Diff: gyp/tests.gypi

Issue 704923003: start again on Sk4x with portable version and unit tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: memcpy Created 6 years, 1 month 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/Sk4x.h » ('j') | src/core/Sk4x.h » ('J')
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '../tests/RegionTest.cpp', 181 '../tests/RegionTest.cpp',
182 '../tests/ResourceCacheTest.cpp', 182 '../tests/ResourceCacheTest.cpp',
183 '../tests/RoundRectTest.cpp', 183 '../tests/RoundRectTest.cpp',
184 '../tests/RuntimeConfigTest.cpp', 184 '../tests/RuntimeConfigTest.cpp',
185 '../tests/SHA1Test.cpp', 185 '../tests/SHA1Test.cpp',
186 '../tests/ScalarTest.cpp', 186 '../tests/ScalarTest.cpp',
187 '../tests/SerializationTest.cpp', 187 '../tests/SerializationTest.cpp',
188 '../tests/ShaderImageFilterTest.cpp', 188 '../tests/ShaderImageFilterTest.cpp',
189 '../tests/ShaderOpacityTest.cpp', 189 '../tests/ShaderOpacityTest.cpp',
190 '../tests/SizeTest.cpp', 190 '../tests/SizeTest.cpp',
191 '../tests/Sk4xTest.cpp',
191 '../tests/SkBase64Test.cpp', 192 '../tests/SkBase64Test.cpp',
192 '../tests/SkResourceCacheTest.cpp', 193 '../tests/SkResourceCacheTest.cpp',
193 '../tests/SmallAllocatorTest.cpp', 194 '../tests/SmallAllocatorTest.cpp',
194 '../tests/SortTest.cpp', 195 '../tests/SortTest.cpp',
195 '../tests/SrcOverTest.cpp', 196 '../tests/SrcOverTest.cpp',
196 '../tests/StreamTest.cpp', 197 '../tests/StreamTest.cpp',
197 '../tests/StringTest.cpp', 198 '../tests/StringTest.cpp',
198 '../tests/StrokeTest.cpp', 199 '../tests/StrokeTest.cpp',
199 '../tests/StrokerTest.cpp', 200 '../tests/StrokerTest.cpp',
200 '../tests/SurfaceTest.cpp', 201 '../tests/SurfaceTest.cpp',
(...skipping 22 matching lines...) Expand all
223 '../src/utils/debugger/SkObjectParser.h', 224 '../src/utils/debugger/SkObjectParser.h',
224 '../src/utils/debugger/SkObjectParser.cpp', 225 '../src/utils/debugger/SkObjectParser.cpp',
225 226
226 '../tests/PipeTest.cpp', 227 '../tests/PipeTest.cpp',
227 '../src/pipe/utils/SamplePipeControllers.cpp', 228 '../src/pipe/utils/SamplePipeControllers.cpp',
228 229
229 '../tests/TDStackNesterTest.cpp', 230 '../tests/TDStackNesterTest.cpp',
230 '../experimental/PdfViewer/src/SkTDStackNester.h', 231 '../experimental/PdfViewer/src/SkTDStackNester.h',
231 ], 232 ],
232 } 233 }
OLDNEW
« no previous file with comments | « no previous file | src/core/Sk4x.h » ('j') | src/core/Sk4x.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698