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

Side by Side Diff: gyp/tests.gyp

Issue 23717055: Add a buffered SkStream class. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Free buffer when done with it. 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 | « no previous file | gyp/utils.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 15 matching lines...) Expand all
26 '../tests/ARGBImageEncoderTest.cpp', 26 '../tests/ARGBImageEncoderTest.cpp',
27 '../tests/AtomicTest.cpp', 27 '../tests/AtomicTest.cpp',
28 '../tests/BitmapCopyTest.cpp', 28 '../tests/BitmapCopyTest.cpp',
29 '../tests/BitmapFactoryTest.cpp', 29 '../tests/BitmapFactoryTest.cpp',
30 '../tests/BitmapGetColorTest.cpp', 30 '../tests/BitmapGetColorTest.cpp',
31 '../tests/BitmapHasherTest.cpp', 31 '../tests/BitmapHasherTest.cpp',
32 '../tests/BitmapHeapTest.cpp', 32 '../tests/BitmapHeapTest.cpp',
33 '../tests/BitSetTest.cpp', 33 '../tests/BitSetTest.cpp',
34 '../tests/BlitRowTest.cpp', 34 '../tests/BlitRowTest.cpp',
35 '../tests/BlurTest.cpp', 35 '../tests/BlurTest.cpp',
36 '../tests/BufferedStreamTest.cpp',
bungeman-skia 2013/09/18 15:35:03 FrontBufferedStreamTest?
scroggo 2013/09/18 15:38:00 Done.
36 '../tests/CanvasTest.cpp', 37 '../tests/CanvasTest.cpp',
37 '../tests/CanvasStateTest.cpp', 38 '../tests/CanvasStateTest.cpp',
38 '../tests/ChecksumTest.cpp', 39 '../tests/ChecksumTest.cpp',
39 '../tests/ClampRangeTest.cpp', 40 '../tests/ClampRangeTest.cpp',
40 '../tests/ClipCacheTest.cpp', 41 '../tests/ClipCacheTest.cpp',
41 '../tests/ClipCubicTest.cpp', 42 '../tests/ClipCubicTest.cpp',
42 '../tests/ClipStackTest.cpp', 43 '../tests/ClipStackTest.cpp',
43 '../tests/ClipperTest.cpp', 44 '../tests/ClipperTest.cpp',
44 '../tests/ColorFilterTest.cpp', 45 '../tests/ColorFilterTest.cpp',
45 '../tests/ColorTest.cpp', 46 '../tests/ColorTest.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 ], 165 ],
165 }, 166 },
166 ], 167 ],
167 } 168 }
168 169
169 # Local Variables: 170 # Local Variables:
170 # tab-width:2 171 # tab-width:2
171 # indent-tabs-mode:nil 172 # indent-tabs-mode:nil
172 # End: 173 # End:
173 # vim: set expandtab tabstop=2 shiftwidth=2: 174 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698