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

Side by Side Diff: gyp/tests.gypi

Issue 421253003: Finish removing GrTHashTable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « gyp/gpu.gypi ('k') | src/gpu/GrTHashTable.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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../tests/GpuRectanizerTest.cpp', 100 '../tests/GpuRectanizerTest.cpp',
101 '../tests/GrBinHashKeyTest.cpp', 101 '../tests/GrBinHashKeyTest.cpp',
102 '../tests/GrContextFactoryTest.cpp', 102 '../tests/GrContextFactoryTest.cpp',
103 '../tests/GrDrawTargetTest.cpp', 103 '../tests/GrDrawTargetTest.cpp',
104 '../tests/GrMemoryPoolTest.cpp', 104 '../tests/GrMemoryPoolTest.cpp',
105 '../tests/GrOrderedSetTest.cpp', 105 '../tests/GrOrderedSetTest.cpp',
106 '../tests/GrRedBlackTreeTest.cpp', 106 '../tests/GrRedBlackTreeTest.cpp',
107 '../tests/GrSurfaceTest.cpp', 107 '../tests/GrSurfaceTest.cpp',
108 '../tests/GrTBSearchTest.cpp', 108 '../tests/GrTBSearchTest.cpp',
109 '../tests/GradientTest.cpp', 109 '../tests/GradientTest.cpp',
110 '../tests/HashCacheTest.cpp',
111 '../tests/ImageCacheTest.cpp', 110 '../tests/ImageCacheTest.cpp',
112 '../tests/ImageDecodingTest.cpp', 111 '../tests/ImageDecodingTest.cpp',
113 '../tests/ImageFilterTest.cpp', 112 '../tests/ImageFilterTest.cpp',
114 '../tests/ImageGeneratorTest.cpp', 113 '../tests/ImageGeneratorTest.cpp',
115 '../tests/ImageNewShaderTest.cpp', 114 '../tests/ImageNewShaderTest.cpp',
116 '../tests/InfRectTest.cpp', 115 '../tests/InfRectTest.cpp',
117 '../tests/InterpolatorTest.cpp', 116 '../tests/InterpolatorTest.cpp',
118 '../tests/JpegTest.cpp', 117 '../tests/JpegTest.cpp',
119 '../tests/KtxTest.cpp', 118 '../tests/KtxTest.cpp',
120 '../tests/LListTest.cpp', 119 '../tests/LListTest.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 '../src/utils/debugger/SkObjectParser.h', 206 '../src/utils/debugger/SkObjectParser.h',
208 '../src/utils/debugger/SkObjectParser.cpp', 207 '../src/utils/debugger/SkObjectParser.cpp',
209 208
210 '../tests/PipeTest.cpp', 209 '../tests/PipeTest.cpp',
211 '../src/pipe/utils/SamplePipeControllers.cpp', 210 '../src/pipe/utils/SamplePipeControllers.cpp',
212 211
213 '../tests/TDStackNesterTest.cpp', 212 '../tests/TDStackNesterTest.cpp',
214 '../experimental/PdfViewer/src/SkTDStackNester.h', 213 '../experimental/PdfViewer/src/SkTDStackNester.h',
215 ], 214 ],
216 } 215 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrTHashTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698