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

Side by Side Diff: gyp/tests.gypi

Issue 712123002: Add tests (and fix!) for known bad ICO files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 | resources/invalid_images/sigabort_favicon.ico » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ], 42 ],
43 'sources': [ 43 'sources': [
44 '../tests/Test.cpp', 44 '../tests/Test.cpp',
45 '../tests/Test.h', 45 '../tests/Test.h',
46 46
47 '../tests/AAClipTest.cpp', 47 '../tests/AAClipTest.cpp',
48 '../tests/ARGBImageEncoderTest.cpp', 48 '../tests/ARGBImageEncoderTest.cpp',
49 '../tests/AnnotationTest.cpp', 49 '../tests/AnnotationTest.cpp',
50 '../tests/AsADashTest.cpp', 50 '../tests/AsADashTest.cpp',
51 '../tests/AtomicTest.cpp', 51 '../tests/AtomicTest.cpp',
52 '../tests/BadIcoTest.cpp',
52 '../tests/BitSetTest.cpp', 53 '../tests/BitSetTest.cpp',
53 '../tests/BitmapCopyTest.cpp', 54 '../tests/BitmapCopyTest.cpp',
54 '../tests/BitmapGetColorTest.cpp', 55 '../tests/BitmapGetColorTest.cpp',
55 '../tests/BitmapHasherTest.cpp', 56 '../tests/BitmapHasherTest.cpp',
56 '../tests/BitmapHeapTest.cpp', 57 '../tests/BitmapHeapTest.cpp',
57 '../tests/BitmapTest.cpp', 58 '../tests/BitmapTest.cpp',
58 '../tests/BlendTest.cpp', 59 '../tests/BlendTest.cpp',
59 '../tests/BlitRowTest.cpp', 60 '../tests/BlitRowTest.cpp',
60 '../tests/BlurTest.cpp', 61 '../tests/BlurTest.cpp',
61 '../tests/CTest.cpp', 62 '../tests/CTest.cpp',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 '../src/utils/debugger/SkObjectParser.h', 224 '../src/utils/debugger/SkObjectParser.h',
224 '../src/utils/debugger/SkObjectParser.cpp', 225 '../src/utils/debugger/SkObjectParser.cpp',
225 226
226 '../tests/PipeTest.cpp', 227 '../tests/PipeTest.cpp',
227 '../src/pipe/utils/SamplePipeControllers.cpp', 228 '../src/pipe/utils/SamplePipeControllers.cpp',
228 229
229 '../tests/TDStackNesterTest.cpp', 230 '../tests/TDStackNesterTest.cpp',
230 '../experimental/PdfViewer/src/SkTDStackNester.h', 231 '../experimental/PdfViewer/src/SkTDStackNester.h',
231 ], 232 ],
232 } 233 }
OLDNEW
« no previous file with comments | « no previous file | resources/invalid_images/sigabort_favicon.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698