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

Side by Side Diff: gyp/tests.gyp

Issue 24449003: Make Jpeg decoding more fault resistant. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: final rebase Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 '../tests/GpuDrawPathTest.cpp', 70 '../tests/GpuDrawPathTest.cpp',
71 '../tests/GrContextFactoryTest.cpp', 71 '../tests/GrContextFactoryTest.cpp',
72 '../tests/GradientTest.cpp', 72 '../tests/GradientTest.cpp',
73 '../tests/GrMemoryPoolTest.cpp', 73 '../tests/GrMemoryPoolTest.cpp',
74 '../tests/GrSurfaceTest.cpp', 74 '../tests/GrSurfaceTest.cpp',
75 '../tests/HashCacheTest.cpp', 75 '../tests/HashCacheTest.cpp',
76 '../tests/ImageCacheTest.cpp', 76 '../tests/ImageCacheTest.cpp',
77 '../tests/ImageDecodingTest.cpp', 77 '../tests/ImageDecodingTest.cpp',
78 '../tests/ImageFilterTest.cpp', 78 '../tests/ImageFilterTest.cpp',
79 '../tests/InfRectTest.cpp', 79 '../tests/InfRectTest.cpp',
80 '../tests/JpegTest.cpp',
80 '../tests/LListTest.cpp', 81 '../tests/LListTest.cpp',
81 '../tests/LayerDrawLooperTest.cpp', 82 '../tests/LayerDrawLooperTest.cpp',
82 '../tests/MD5Test.cpp', 83 '../tests/MD5Test.cpp',
83 '../tests/MathTest.cpp', 84 '../tests/MathTest.cpp',
84 '../tests/MatrixTest.cpp', 85 '../tests/MatrixTest.cpp',
85 '../tests/Matrix44Test.cpp', 86 '../tests/Matrix44Test.cpp',
86 '../tests/MemoryTest.cpp', 87 '../tests/MemoryTest.cpp',
87 '../tests/MemsetTest.cpp', 88 '../tests/MemsetTest.cpp',
88 '../tests/MetaDataTest.cpp', 89 '../tests/MetaDataTest.cpp',
89 '../tests/MipMapTest.cpp', 90 '../tests/MipMapTest.cpp',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 170 ],
170 }, 171 },
171 ], 172 ],
172 } 173 }
173 174
174 # Local Variables: 175 # Local Variables:
175 # tab-width:2 176 # tab-width:2
176 # indent-tabs-mode:nil 177 # indent-tabs-mode:nil
177 # End: 178 # End:
178 # vim: set expandtab tabstop=2 shiftwidth=2: 179 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698