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

Side by Side Diff: gyp/tests.gypi

Issue 936633002: Sketch SkPMFloat (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: explicit casts Created 5 years, 10 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/bench.gypi ('k') | src/core/SkPMFloat.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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 '../tests/MemsetTest.cpp', 145 '../tests/MemsetTest.cpp',
146 '../tests/MessageBusTest.cpp', 146 '../tests/MessageBusTest.cpp',
147 '../tests/MetaDataTest.cpp', 147 '../tests/MetaDataTest.cpp',
148 '../tests/MipMapTest.cpp', 148 '../tests/MipMapTest.cpp',
149 '../tests/NameAllocatorTest.cpp', 149 '../tests/NameAllocatorTest.cpp',
150 '../tests/OSPathTest.cpp', 150 '../tests/OSPathTest.cpp',
151 '../tests/OnceTest.cpp', 151 '../tests/OnceTest.cpp',
152 '../tests/PDFInvalidBitmapTest.cpp', 152 '../tests/PDFInvalidBitmapTest.cpp',
153 '../tests/PDFJpegEmbedTest.cpp', 153 '../tests/PDFJpegEmbedTest.cpp',
154 '../tests/PDFPrimitivesTest.cpp', 154 '../tests/PDFPrimitivesTest.cpp',
155 '../tests/PMFloatTest.cpp',
155 '../tests/PackBitsTest.cpp', 156 '../tests/PackBitsTest.cpp',
156 '../tests/PaintTest.cpp', 157 '../tests/PaintTest.cpp',
157 '../tests/ParsePathTest.cpp', 158 '../tests/ParsePathTest.cpp',
158 '../tests/PathCoverageTest.cpp', 159 '../tests/PathCoverageTest.cpp',
159 '../tests/PathMeasureTest.cpp', 160 '../tests/PathMeasureTest.cpp',
160 '../tests/PathTest.cpp', 161 '../tests/PathTest.cpp',
161 '../tests/PathUtilsTest.cpp', 162 '../tests/PathUtilsTest.cpp',
162 '../tests/PictureBBHTest.cpp', 163 '../tests/PictureBBHTest.cpp',
163 '../tests/PictureShaderTest.cpp', 164 '../tests/PictureShaderTest.cpp',
164 '../tests/PictureTest.cpp', 165 '../tests/PictureTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 '../src/utils/debugger/SkObjectParser.h', 232 '../src/utils/debugger/SkObjectParser.h',
232 '../src/utils/debugger/SkObjectParser.cpp', 233 '../src/utils/debugger/SkObjectParser.cpp',
233 234
234 '../tests/PipeTest.cpp', 235 '../tests/PipeTest.cpp',
235 '../src/pipe/utils/SamplePipeControllers.cpp', 236 '../src/pipe/utils/SamplePipeControllers.cpp',
236 237
237 '../tests/TDStackNesterTest.cpp', 238 '../tests/TDStackNesterTest.cpp',
238 '../experimental/PdfViewer/src/SkTDStackNester.h', 239 '../experimental/PdfViewer/src/SkTDStackNester.h',
239 ], 240 ],
240 } 241 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | src/core/SkPMFloat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698