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

Side by Side Diff: gyp/tests.gypi

Issue 948163002: Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not a… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixed argument order in some conditional Android code. 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/images/SkImageDecoder_libpng.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../tests/GrTBSearchTest.cpp', 119 '../tests/GrTBSearchTest.cpp',
120 '../tests/GrTRecorderTest.cpp', 120 '../tests/GrTRecorderTest.cpp',
121 '../tests/GradientTest.cpp', 121 '../tests/GradientTest.cpp',
122 '../tests/HashTest.cpp', 122 '../tests/HashTest.cpp',
123 '../tests/ImageCacheTest.cpp', 123 '../tests/ImageCacheTest.cpp',
124 '../tests/ImageDecodingTest.cpp', 124 '../tests/ImageDecodingTest.cpp',
125 '../tests/ImageFilterTest.cpp', 125 '../tests/ImageFilterTest.cpp',
126 '../tests/ImageGeneratorTest.cpp', 126 '../tests/ImageGeneratorTest.cpp',
127 '../tests/ImageIsOpaqueTest.cpp', 127 '../tests/ImageIsOpaqueTest.cpp',
128 '../tests/ImageNewShaderTest.cpp', 128 '../tests/ImageNewShaderTest.cpp',
129 '../tests/IndexedPngOverflowTest.cpp',
129 '../tests/InfRectTest.cpp', 130 '../tests/InfRectTest.cpp',
130 '../tests/InterpolatorTest.cpp', 131 '../tests/InterpolatorTest.cpp',
131 '../tests/JpegTest.cpp', 132 '../tests/JpegTest.cpp',
132 '../tests/KtxTest.cpp', 133 '../tests/KtxTest.cpp',
133 '../tests/LListTest.cpp', 134 '../tests/LListTest.cpp',
134 '../tests/LayerDrawLooperTest.cpp', 135 '../tests/LayerDrawLooperTest.cpp',
135 '../tests/LayerRasterizerTest.cpp', 136 '../tests/LayerRasterizerTest.cpp',
136 '../tests/LazyPtrTest.cpp', 137 '../tests/LazyPtrTest.cpp',
137 '../tests/MD5Test.cpp', 138 '../tests/MD5Test.cpp',
138 '../tests/MallocPixelRefTest.cpp', 139 '../tests/MallocPixelRefTest.cpp',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../src/utils/debugger/SkObjectParser.h', 235 '../src/utils/debugger/SkObjectParser.h',
235 '../src/utils/debugger/SkObjectParser.cpp', 236 '../src/utils/debugger/SkObjectParser.cpp',
236 237
237 '../tests/PipeTest.cpp', 238 '../tests/PipeTest.cpp',
238 '../src/pipe/utils/SamplePipeControllers.cpp', 239 '../src/pipe/utils/SamplePipeControllers.cpp',
239 240
240 '../tests/TDStackNesterTest.cpp', 241 '../tests/TDStackNesterTest.cpp',
241 '../experimental/PdfViewer/src/SkTDStackNester.h', 242 '../experimental/PdfViewer/src/SkTDStackNester.h',
242 ], 243 ],
243 } 244 }
OLDNEW
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libpng.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698