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

Side by Side Diff: gyp/tests.gypi

Issue 538183002: Add pop_back() to GrAllocator and add unit test. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments and put local struct type in anonymous namespace Created 6 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
« no previous file with comments | « no previous file | src/gpu/GrAllocator.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 # Common gypi for unit tests. 1 # Common gypi for unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/image', 6 '../src/image',
7 '../src/lazy', 7 '../src/lazy',
8 '../src/images', 8 '../src/images',
9 '../src/pathops', 9 '../src/pathops',
10 '../src/pdf', 10 '../src/pdf',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../tests/GLProgramsTest.cpp', 101 '../tests/GLProgramsTest.cpp',
102 '../tests/GeometryTest.cpp', 102 '../tests/GeometryTest.cpp',
103 '../tests/GifTest.cpp', 103 '../tests/GifTest.cpp',
104 '../tests/GpuColorFilterTest.cpp', 104 '../tests/GpuColorFilterTest.cpp',
105 '../tests/GpuDrawPathTest.cpp', 105 '../tests/GpuDrawPathTest.cpp',
106 '../tests/GpuLayerCacheTest.cpp', 106 '../tests/GpuLayerCacheTest.cpp',
107 '../tests/GpuRectanizerTest.cpp', 107 '../tests/GpuRectanizerTest.cpp',
108 '../tests/GrBinHashKeyTest.cpp', 108 '../tests/GrBinHashKeyTest.cpp',
109 '../tests/GrContextFactoryTest.cpp', 109 '../tests/GrContextFactoryTest.cpp',
110 '../tests/GrDrawTargetTest.cpp', 110 '../tests/GrDrawTargetTest.cpp',
111 '../tests/GrAllocatorTest.cpp',
111 '../tests/GrMemoryPoolTest.cpp', 112 '../tests/GrMemoryPoolTest.cpp',
112 '../tests/GrOrderedSetTest.cpp', 113 '../tests/GrOrderedSetTest.cpp',
113 '../tests/GrGLSLPrettyPrintTest.cpp', 114 '../tests/GrGLSLPrettyPrintTest.cpp',
114 '../tests/GrRedBlackTreeTest.cpp', 115 '../tests/GrRedBlackTreeTest.cpp',
115 '../tests/GrSurfaceTest.cpp', 116 '../tests/GrSurfaceTest.cpp',
116 '../tests/GrTBSearchTest.cpp', 117 '../tests/GrTBSearchTest.cpp',
117 '../tests/GradientTest.cpp', 118 '../tests/GradientTest.cpp',
118 '../tests/ImageCacheTest.cpp', 119 '../tests/ImageCacheTest.cpp',
119 '../tests/ImageDecodingTest.cpp', 120 '../tests/ImageDecodingTest.cpp',
120 '../tests/ImageFilterTest.cpp', 121 '../tests/ImageFilterTest.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '../src/utils/debugger/SkObjectParser.h', 219 '../src/utils/debugger/SkObjectParser.h',
219 '../src/utils/debugger/SkObjectParser.cpp', 220 '../src/utils/debugger/SkObjectParser.cpp',
220 221
221 '../tests/PipeTest.cpp', 222 '../tests/PipeTest.cpp',
222 '../src/pipe/utils/SamplePipeControllers.cpp', 223 '../src/pipe/utils/SamplePipeControllers.cpp',
223 224
224 '../tests/TDStackNesterTest.cpp', 225 '../tests/TDStackNesterTest.cpp',
225 '../experimental/PdfViewer/src/SkTDStackNester.h', 226 '../experimental/PdfViewer/src/SkTDStackNester.h',
226 ], 227 ],
227 } 228 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698