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

Side by Side Diff: gyp/tests.gypi

Issue 802713002: Handle SkBitmaps which have no pixels in SkPDFImage. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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/pdf/SkPDFImage.cpp » ('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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '../tests/MatrixClipCollapseTest.cpp', 140 '../tests/MatrixClipCollapseTest.cpp',
141 '../tests/MatrixTest.cpp', 141 '../tests/MatrixTest.cpp',
142 '../tests/MemoryTest.cpp', 142 '../tests/MemoryTest.cpp',
143 '../tests/MemsetTest.cpp', 143 '../tests/MemsetTest.cpp',
144 '../tests/MessageBusTest.cpp', 144 '../tests/MessageBusTest.cpp',
145 '../tests/MetaDataTest.cpp', 145 '../tests/MetaDataTest.cpp',
146 '../tests/MipMapTest.cpp', 146 '../tests/MipMapTest.cpp',
147 '../tests/NameAllocatorTest.cpp', 147 '../tests/NameAllocatorTest.cpp',
148 '../tests/OSPathTest.cpp', 148 '../tests/OSPathTest.cpp',
149 '../tests/OnceTest.cpp', 149 '../tests/OnceTest.cpp',
150 '../tests/PDFInvalidBitmapTest.cpp',
150 '../tests/PDFJpegEmbedTest.cpp', 151 '../tests/PDFJpegEmbedTest.cpp',
151 '../tests/PDFPrimitivesTest.cpp', 152 '../tests/PDFPrimitivesTest.cpp',
152 '../tests/PackBitsTest.cpp', 153 '../tests/PackBitsTest.cpp',
153 '../tests/PaintTest.cpp', 154 '../tests/PaintTest.cpp',
154 '../tests/ParsePathTest.cpp', 155 '../tests/ParsePathTest.cpp',
155 '../tests/PathCoverageTest.cpp', 156 '../tests/PathCoverageTest.cpp',
156 '../tests/PathMeasureTest.cpp', 157 '../tests/PathMeasureTest.cpp',
157 '../tests/PathTest.cpp', 158 '../tests/PathTest.cpp',
158 '../tests/PathUtilsTest.cpp', 159 '../tests/PathUtilsTest.cpp',
159 '../tests/PictureBBHTest.cpp', 160 '../tests/PictureBBHTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../src/utils/debugger/SkObjectParser.h', 227 '../src/utils/debugger/SkObjectParser.h',
227 '../src/utils/debugger/SkObjectParser.cpp', 228 '../src/utils/debugger/SkObjectParser.cpp',
228 229
229 '../tests/PipeTest.cpp', 230 '../tests/PipeTest.cpp',
230 '../src/pipe/utils/SamplePipeControllers.cpp', 231 '../src/pipe/utils/SamplePipeControllers.cpp',
231 232
232 '../tests/TDStackNesterTest.cpp', 233 '../tests/TDStackNesterTest.cpp',
233 '../experimental/PdfViewer/src/SkTDStackNester.h', 234 '../experimental/PdfViewer/src/SkTDStackNester.h',
234 ], 235 ],
235 } 236 }
OLDNEW
« no previous file with comments | « no previous file | src/pdf/SkPDFImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698