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

Side by Side Diff: gyp/tests.gyp

Issue 147713002: Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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 | src/gpu/GrRedBlackTree.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../tests/FillPathTest.cpp', 68 '../tests/FillPathTest.cpp',
69 '../tests/FitsInTest.cpp', 69 '../tests/FitsInTest.cpp',
70 '../tests/FlatDataTest.cpp', 70 '../tests/FlatDataTest.cpp',
71 '../tests/FlateTest.cpp', 71 '../tests/FlateTest.cpp',
72 '../tests/FontHostStreamTest.cpp', 72 '../tests/FontHostStreamTest.cpp',
73 '../tests/FontHostTest.cpp', 73 '../tests/FontHostTest.cpp',
74 '../tests/FontMgrTest.cpp', 74 '../tests/FontMgrTest.cpp',
75 '../tests/FontNamesTest.cpp', 75 '../tests/FontNamesTest.cpp',
76 '../tests/FrontBufferedStreamTest.cpp', 76 '../tests/FrontBufferedStreamTest.cpp',
77 '../tests/GeometryTest.cpp', 77 '../tests/GeometryTest.cpp',
78 '../tests/GifTest.cpp',
79 '../tests/GLInterfaceValidation.cpp', 78 '../tests/GLInterfaceValidation.cpp',
80 '../tests/GLProgramsTest.cpp', 79 '../tests/GLProgramsTest.cpp',
80 '../tests/GifTest.cpp',
81 '../tests/GpuBitmapCopyTest.cpp', 81 '../tests/GpuBitmapCopyTest.cpp',
82 '../tests/GpuColorFilterTest.cpp', 82 '../tests/GpuColorFilterTest.cpp',
83 '../tests/GpuDrawPathTest.cpp', 83 '../tests/GpuDrawPathTest.cpp',
84 '../tests/GrContextFactoryTest.cpp', 84 '../tests/GrContextFactoryTest.cpp',
85 '../tests/GrDrawTargetTest.cpp', 85 '../tests/GrDrawTargetTest.cpp',
86 '../tests/GradientTest.cpp',
87 '../tests/GrMemoryPoolTest.cpp', 86 '../tests/GrMemoryPoolTest.cpp',
87 '../tests/GrRedBlackTreeTest.cpp',
88 '../tests/GrSurfaceTest.cpp', 88 '../tests/GrSurfaceTest.cpp',
89 '../tests/GrUnitTests.cpp', 89 '../tests/GrUnitTests.cpp',
90 '../tests/GradientTest.cpp',
90 '../tests/HashCacheTest.cpp', 91 '../tests/HashCacheTest.cpp',
91 '../tests/ImageCacheTest.cpp', 92 '../tests/ImageCacheTest.cpp',
92 '../tests/ImageDecodingTest.cpp', 93 '../tests/ImageDecodingTest.cpp',
93 '../tests/ImageFilterTest.cpp', 94 '../tests/ImageFilterTest.cpp',
94 '../tests/InfRectTest.cpp', 95 '../tests/InfRectTest.cpp',
95 '../tests/JpegTest.cpp', 96 '../tests/JpegTest.cpp',
96 '../tests/LListTest.cpp', 97 '../tests/LListTest.cpp',
97 '../tests/LayerDrawLooperTest.cpp', 98 '../tests/LayerDrawLooperTest.cpp',
98 '../tests/MD5Test.cpp', 99 '../tests/MD5Test.cpp',
99 '../tests/MallocPixelRefTest.cpp', 100 '../tests/MallocPixelRefTest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'conditions': [ 178 'conditions': [
178 [ 'skia_gpu == 1', { 179 [ 'skia_gpu == 1', {
179 'include_dirs': [ 180 'include_dirs': [
180 '../src/gpu', 181 '../src/gpu',
181 ], 182 ],
182 }], 183 }],
183 ], 184 ],
184 }, 185 },
185 ], 186 ],
186 } 187 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrRedBlackTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698