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

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: Fix a bug 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/utils.gyp » ('j') | src/utils/SkFrontBufferedStream.cpp » ('J')
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../tests/EmptyPathTest.cpp', 54 '../tests/EmptyPathTest.cpp',
55 '../tests/ErrorTest.cpp', 55 '../tests/ErrorTest.cpp',
56 '../tests/FillPathTest.cpp', 56 '../tests/FillPathTest.cpp',
57 '../tests/FitsInTest.cpp', 57 '../tests/FitsInTest.cpp',
58 '../tests/FlatDataTest.cpp', 58 '../tests/FlatDataTest.cpp',
59 '../tests/FlateTest.cpp', 59 '../tests/FlateTest.cpp',
60 '../tests/FontHostStreamTest.cpp', 60 '../tests/FontHostStreamTest.cpp',
61 '../tests/FontHostTest.cpp', 61 '../tests/FontHostTest.cpp',
62 '../tests/FontMgrTest.cpp', 62 '../tests/FontMgrTest.cpp',
63 '../tests/FontNamesTest.cpp', 63 '../tests/FontNamesTest.cpp',
64 '../tests/FrontBufferedStreamTest.cpp',
64 '../tests/GeometryTest.cpp', 65 '../tests/GeometryTest.cpp',
65 '../tests/GLInterfaceValidation.cpp', 66 '../tests/GLInterfaceValidation.cpp',
66 '../tests/GLProgramsTest.cpp', 67 '../tests/GLProgramsTest.cpp',
67 '../tests/GpuBitmapCopyTest.cpp', 68 '../tests/GpuBitmapCopyTest.cpp',
68 '../tests/GpuDrawPathTest.cpp', 69 '../tests/GpuDrawPathTest.cpp',
69 '../tests/GrContextFactoryTest.cpp', 70 '../tests/GrContextFactoryTest.cpp',
70 '../tests/GradientTest.cpp', 71 '../tests/GradientTest.cpp',
71 '../tests/GrMemoryPoolTest.cpp', 72 '../tests/GrMemoryPoolTest.cpp',
72 '../tests/GrSurfaceTest.cpp', 73 '../tests/GrSurfaceTest.cpp',
73 '../tests/HashCacheTest.cpp', 74 '../tests/HashCacheTest.cpp',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 168 ],
168 }, 169 },
169 ], 170 ],
170 } 171 }
171 172
172 # Local Variables: 173 # Local Variables:
173 # tab-width:2 174 # tab-width:2
174 # indent-tabs-mode:nil 175 # indent-tabs-mode:nil
175 # End: 176 # End:
176 # vim: set expandtab tabstop=2 shiftwidth=2: 177 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gyp » ('j') | src/utils/SkFrontBufferedStream.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698