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

Side by Side Diff: gyp/tests.gypi

Issue 351713005: Promote SkInterpolator unit test to our tests driver. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: review 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 | « no previous file | include/utils/SkInterpolator.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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../tests/GrRedBlackTreeTest.cpp', 95 '../tests/GrRedBlackTreeTest.cpp',
96 '../tests/GrOrderedSetTest.cpp', 96 '../tests/GrOrderedSetTest.cpp',
97 '../tests/GrSurfaceTest.cpp', 97 '../tests/GrSurfaceTest.cpp',
98 '../tests/GrTBSearchTest.cpp', 98 '../tests/GrTBSearchTest.cpp',
99 '../tests/GradientTest.cpp', 99 '../tests/GradientTest.cpp',
100 '../tests/HashCacheTest.cpp', 100 '../tests/HashCacheTest.cpp',
101 '../tests/ImageCacheTest.cpp', 101 '../tests/ImageCacheTest.cpp',
102 '../tests/ImageDecodingTest.cpp', 102 '../tests/ImageDecodingTest.cpp',
103 '../tests/ImageFilterTest.cpp', 103 '../tests/ImageFilterTest.cpp',
104 '../tests/InfRectTest.cpp', 104 '../tests/InfRectTest.cpp',
105 '../tests/InterpolatorTest.cpp',
105 '../tests/JpegTest.cpp', 106 '../tests/JpegTest.cpp',
106 '../tests/KtxTest.cpp', 107 '../tests/KtxTest.cpp',
107 '../tests/LListTest.cpp', 108 '../tests/LListTest.cpp',
108 '../tests/LayerDrawLooperTest.cpp', 109 '../tests/LayerDrawLooperTest.cpp',
109 '../tests/LayerRasterizerTest.cpp', 110 '../tests/LayerRasterizerTest.cpp',
110 '../tests/MD5Test.cpp', 111 '../tests/MD5Test.cpp',
111 '../tests/MallocPixelRefTest.cpp', 112 '../tests/MallocPixelRefTest.cpp',
112 '../tests/MathTest.cpp', 113 '../tests/MathTest.cpp',
113 '../tests/Matrix44Test.cpp', 114 '../tests/Matrix44Test.cpp',
114 '../tests/MatrixClipCollapseTest.cpp', 115 '../tests/MatrixClipCollapseTest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '../src/utils/debugger/SkObjectParser.h', 194 '../src/utils/debugger/SkObjectParser.h',
194 '../src/utils/debugger/SkObjectParser.cpp', 195 '../src/utils/debugger/SkObjectParser.cpp',
195 196
196 '../tests/PipeTest.cpp', 197 '../tests/PipeTest.cpp',
197 '../src/pipe/utils/SamplePipeControllers.cpp', 198 '../src/pipe/utils/SamplePipeControllers.cpp',
198 199
199 '../tests/TDStackNesterTest.cpp', 200 '../tests/TDStackNesterTest.cpp',
200 '../experimental/PdfViewer/src/SkTDStackNester.h', 201 '../experimental/PdfViewer/src/SkTDStackNester.h',
201 ], 202 ],
202 } 203 }
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkInterpolator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698