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

Side by Side Diff: gyp/tests.gypi

Issue 437593004: Pretty print of shaders (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: removing unused variable 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') | include/gpu/gl/GrGLSLPrettyPrint.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../tests/GifTest.cpp', 104 '../tests/GifTest.cpp',
105 '../tests/GpuColorFilterTest.cpp', 105 '../tests/GpuColorFilterTest.cpp',
106 '../tests/GpuDrawPathTest.cpp', 106 '../tests/GpuDrawPathTest.cpp',
107 '../tests/GpuLayerCacheTest.cpp', 107 '../tests/GpuLayerCacheTest.cpp',
108 '../tests/GpuRectanizerTest.cpp', 108 '../tests/GpuRectanizerTest.cpp',
109 '../tests/GrBinHashKeyTest.cpp', 109 '../tests/GrBinHashKeyTest.cpp',
110 '../tests/GrContextFactoryTest.cpp', 110 '../tests/GrContextFactoryTest.cpp',
111 '../tests/GrDrawTargetTest.cpp', 111 '../tests/GrDrawTargetTest.cpp',
112 '../tests/GrMemoryPoolTest.cpp', 112 '../tests/GrMemoryPoolTest.cpp',
113 '../tests/GrOrderedSetTest.cpp', 113 '../tests/GrOrderedSetTest.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',
121 '../tests/ImageGeneratorTest.cpp', 122 '../tests/ImageGeneratorTest.cpp',
122 '../tests/ImageNewShaderTest.cpp', 123 '../tests/ImageNewShaderTest.cpp',
123 '../tests/InfRectTest.cpp', 124 '../tests/InfRectTest.cpp',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '../src/utils/debugger/SkObjectParser.h', 215 '../src/utils/debugger/SkObjectParser.h',
215 '../src/utils/debugger/SkObjectParser.cpp', 216 '../src/utils/debugger/SkObjectParser.cpp',
216 217
217 '../tests/PipeTest.cpp', 218 '../tests/PipeTest.cpp',
218 '../src/pipe/utils/SamplePipeControllers.cpp', 219 '../src/pipe/utils/SamplePipeControllers.cpp',
219 220
220 '../tests/TDStackNesterTest.cpp', 221 '../tests/TDStackNesterTest.cpp',
221 '../experimental/PdfViewer/src/SkTDStackNester.h', 222 '../experimental/PdfViewer/src/SkTDStackNester.h',
222 ], 223 ],
223 } 224 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/gl/GrGLSLPrettyPrint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698