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

Side by Side Diff: gyp/tests.gyp

Issue 24251008: Add sk_calloc. Remove SkMemory_stdlib, which seems unused. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: use sk_out_of_memory Created 7 years, 3 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 | « bench/MemoryBench.cpp ('k') | include/core/SkTypes.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 # 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 '../tests/ImageCacheTest.cpp', 74 '../tests/ImageCacheTest.cpp',
75 '../tests/ImageDecodingTest.cpp', 75 '../tests/ImageDecodingTest.cpp',
76 '../tests/ImageFilterTest.cpp', 76 '../tests/ImageFilterTest.cpp',
77 '../tests/InfRectTest.cpp', 77 '../tests/InfRectTest.cpp',
78 '../tests/LListTest.cpp', 78 '../tests/LListTest.cpp',
79 '../tests/LayerDrawLooperTest.cpp', 79 '../tests/LayerDrawLooperTest.cpp',
80 '../tests/MD5Test.cpp', 80 '../tests/MD5Test.cpp',
81 '../tests/MathTest.cpp', 81 '../tests/MathTest.cpp',
82 '../tests/MatrixTest.cpp', 82 '../tests/MatrixTest.cpp',
83 '../tests/Matrix44Test.cpp', 83 '../tests/Matrix44Test.cpp',
84 '../tests/MemoryTest.cpp',
84 '../tests/MemsetTest.cpp', 85 '../tests/MemsetTest.cpp',
85 '../tests/MetaDataTest.cpp', 86 '../tests/MetaDataTest.cpp',
86 '../tests/MipMapTest.cpp', 87 '../tests/MipMapTest.cpp',
87 '../tests/OSPathTest.cpp', 88 '../tests/OSPathTest.cpp',
88 '../tests/PackBitsTest.cpp', 89 '../tests/PackBitsTest.cpp',
89 '../tests/PaintTest.cpp', 90 '../tests/PaintTest.cpp',
90 '../tests/ParsePathTest.cpp', 91 '../tests/ParsePathTest.cpp',
91 '../tests/PathCoverageTest.cpp', 92 '../tests/PathCoverageTest.cpp',
92 '../tests/PathMeasureTest.cpp', 93 '../tests/PathMeasureTest.cpp',
93 '../tests/PathTest.cpp', 94 '../tests/PathTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 167 ],
167 }, 168 },
168 ], 169 ],
169 } 170 }
170 171
171 # Local Variables: 172 # Local Variables:
172 # tab-width:2 173 # tab-width:2
173 # indent-tabs-mode:nil 174 # indent-tabs-mode:nil
174 # End: 175 # End:
175 # vim: set expandtab tabstop=2 shiftwidth=2: 176 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/MemoryBench.cpp ('k') | include/core/SkTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698