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

Side by Side Diff: gyp/tests.gyp

Issue 66333002: Fix stale assert in GrDrawTarget::print (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.cpp » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../tests/FontNamesTest.cpp', 67 '../tests/FontNamesTest.cpp',
68 '../tests/FrontBufferedStreamTest.cpp', 68 '../tests/FrontBufferedStreamTest.cpp',
69 '../tests/GeometryTest.cpp', 69 '../tests/GeometryTest.cpp',
70 '../tests/GifTest.cpp', 70 '../tests/GifTest.cpp',
71 '../tests/GLInterfaceValidation.cpp', 71 '../tests/GLInterfaceValidation.cpp',
72 '../tests/GLProgramsTest.cpp', 72 '../tests/GLProgramsTest.cpp',
73 '../tests/GpuBitmapCopyTest.cpp', 73 '../tests/GpuBitmapCopyTest.cpp',
74 '../tests/GpuColorFilterTest.cpp', 74 '../tests/GpuColorFilterTest.cpp',
75 '../tests/GpuDrawPathTest.cpp', 75 '../tests/GpuDrawPathTest.cpp',
76 '../tests/GrContextFactoryTest.cpp', 76 '../tests/GrContextFactoryTest.cpp',
77 '../tests/GrDrawTargetTest.cpp',
77 '../tests/GradientTest.cpp', 78 '../tests/GradientTest.cpp',
78 '../tests/GrMemoryPoolTest.cpp', 79 '../tests/GrMemoryPoolTest.cpp',
79 '../tests/GrSurfaceTest.cpp', 80 '../tests/GrSurfaceTest.cpp',
80 '../tests/HashCacheTest.cpp', 81 '../tests/HashCacheTest.cpp',
81 '../tests/ImageCacheTest.cpp', 82 '../tests/ImageCacheTest.cpp',
82 '../tests/ImageDecodingTest.cpp', 83 '../tests/ImageDecodingTest.cpp',
83 '../tests/ImageFilterTest.cpp', 84 '../tests/ImageFilterTest.cpp',
84 '../tests/InfRectTest.cpp', 85 '../tests/InfRectTest.cpp',
85 '../tests/JpegTest.cpp', 86 '../tests/JpegTest.cpp',
86 '../tests/LListTest.cpp', 87 '../tests/LListTest.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 ], 171 ],
171 }, 172 },
172 ], 173 ],
173 } 174 }
174 175
175 # Local Variables: 176 # Local Variables:
176 # tab-width:2 177 # tab-width:2
177 # indent-tabs-mode:nil 178 # indent-tabs-mode:nil
178 # End: 179 # End:
179 # vim: set expandtab tabstop=2 shiftwidth=2: 180 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698