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

Side by Side Diff: gyp/tests.gypi

Issue 1025463002: Sk2x (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: missing inline Created 5 years, 9 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/Sk2x.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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 '../tests/RegionTest.cpp', 188 '../tests/RegionTest.cpp',
189 '../tests/ResourceCacheTest.cpp', 189 '../tests/ResourceCacheTest.cpp',
190 '../tests/RoundRectTest.cpp', 190 '../tests/RoundRectTest.cpp',
191 '../tests/RuntimeConfigTest.cpp', 191 '../tests/RuntimeConfigTest.cpp',
192 '../tests/SHA1Test.cpp', 192 '../tests/SHA1Test.cpp',
193 '../tests/ScalarTest.cpp', 193 '../tests/ScalarTest.cpp',
194 '../tests/SerializationTest.cpp', 194 '../tests/SerializationTest.cpp',
195 '../tests/ShaderImageFilterTest.cpp', 195 '../tests/ShaderImageFilterTest.cpp',
196 '../tests/ShaderOpacityTest.cpp', 196 '../tests/ShaderOpacityTest.cpp',
197 '../tests/SizeTest.cpp', 197 '../tests/SizeTest.cpp',
198 '../tests/Sk2xTest.cpp',
198 '../tests/Sk4xTest.cpp', 199 '../tests/Sk4xTest.cpp',
199 '../tests/SkBase64Test.cpp', 200 '../tests/SkBase64Test.cpp',
200 '../tests/SkImageTest.cpp', 201 '../tests/SkImageTest.cpp',
201 '../tests/SkResourceCacheTest.cpp', 202 '../tests/SkResourceCacheTest.cpp',
202 '../tests/SmallAllocatorTest.cpp', 203 '../tests/SmallAllocatorTest.cpp',
203 '../tests/SortTest.cpp', 204 '../tests/SortTest.cpp',
204 '../tests/SrcOverTest.cpp', 205 '../tests/SrcOverTest.cpp',
205 '../tests/StreamTest.cpp', 206 '../tests/StreamTest.cpp',
206 '../tests/StringTest.cpp', 207 '../tests/StringTest.cpp',
207 '../tests/StrokeTest.cpp', 208 '../tests/StrokeTest.cpp',
(...skipping 28 matching lines...) Expand all
236 '../src/utils/debugger/SkObjectParser.h', 237 '../src/utils/debugger/SkObjectParser.h',
237 '../src/utils/debugger/SkObjectParser.cpp', 238 '../src/utils/debugger/SkObjectParser.cpp',
238 239
239 '../tests/PipeTest.cpp', 240 '../tests/PipeTest.cpp',
240 '../src/pipe/utils/SamplePipeControllers.cpp', 241 '../src/pipe/utils/SamplePipeControllers.cpp',
241 242
242 '../tests/TDStackNesterTest.cpp', 243 '../tests/TDStackNesterTest.cpp',
243 '../experimental/PdfViewer/src/SkTDStackNester.h', 244 '../experimental/PdfViewer/src/SkTDStackNester.h',
244 ], 245 ],
245 } 246 }
OLDNEW
« no previous file with comments | « no previous file | src/core/Sk2x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698