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

Side by Side Diff: gyp/tests.gypi

Issue 304313002: Add testing for Rectanizer-derived classes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Renaming file Created 6 years, 6 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 | « gyp/gpu.gypi ('k') | src/gpu/GrRectanizer.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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 '../tests/FontHostTest.cpp', 80 '../tests/FontHostTest.cpp',
81 '../tests/FontMgrTest.cpp', 81 '../tests/FontMgrTest.cpp',
82 '../tests/FontNamesTest.cpp', 82 '../tests/FontNamesTest.cpp',
83 '../tests/FrontBufferedStreamTest.cpp', 83 '../tests/FrontBufferedStreamTest.cpp',
84 '../tests/GLInterfaceValidationTest.cpp', 84 '../tests/GLInterfaceValidationTest.cpp',
85 '../tests/GLProgramsTest.cpp', 85 '../tests/GLProgramsTest.cpp',
86 '../tests/GeometryTest.cpp', 86 '../tests/GeometryTest.cpp',
87 '../tests/GifTest.cpp', 87 '../tests/GifTest.cpp',
88 '../tests/GpuColorFilterTest.cpp', 88 '../tests/GpuColorFilterTest.cpp',
89 '../tests/GpuDrawPathTest.cpp', 89 '../tests/GpuDrawPathTest.cpp',
90 '../tests/GpuRectanizerTest.cpp',
90 '../tests/GrBinHashKeyTest.cpp', 91 '../tests/GrBinHashKeyTest.cpp',
91 '../tests/GrContextFactoryTest.cpp', 92 '../tests/GrContextFactoryTest.cpp',
92 '../tests/GrDrawTargetTest.cpp', 93 '../tests/GrDrawTargetTest.cpp',
93 '../tests/GrMemoryPoolTest.cpp', 94 '../tests/GrMemoryPoolTest.cpp',
94 '../tests/GrRedBlackTreeTest.cpp', 95 '../tests/GrRedBlackTreeTest.cpp',
95 '../tests/GrOrderedSetTest.cpp', 96 '../tests/GrOrderedSetTest.cpp',
96 '../tests/GrSurfaceTest.cpp', 97 '../tests/GrSurfaceTest.cpp',
97 '../tests/GrTBSearchTest.cpp', 98 '../tests/GrTBSearchTest.cpp',
98 '../tests/GradientTest.cpp', 99 '../tests/GradientTest.cpp',
99 '../tests/HashCacheTest.cpp', 100 '../tests/HashCacheTest.cpp',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 193
193 '../tests/PipeTest.cpp', 194 '../tests/PipeTest.cpp',
194 '../src/pipe/utils/SamplePipeControllers.cpp', 195 '../src/pipe/utils/SamplePipeControllers.cpp',
195 196
196 '../tests/TDStackNesterTest.cpp', 197 '../tests/TDStackNesterTest.cpp',
197 '../experimental/PdfViewer/src/SkTDStackNester.h', 198 '../experimental/PdfViewer/src/SkTDStackNester.h',
198 199
199 '../tools/sk_tool_utils.cpp', 200 '../tools/sk_tool_utils.cpp',
200 ], 201 ],
201 } 202 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrRectanizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698