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

Side by Side Diff: gyp/tests.gypi

Issue 517123002: Add gamma/sRGB tags to SkImageInfo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | include/core/SkImageInfo.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '../tests/GrOrderedSetTest.cpp', 112 '../tests/GrOrderedSetTest.cpp',
113 '../tests/GrGLSLPrettyPrintTest.cpp', 113 '../tests/GrGLSLPrettyPrintTest.cpp',
114 '../tests/GrRedBlackTreeTest.cpp', 114 '../tests/GrRedBlackTreeTest.cpp',
115 '../tests/GrSurfaceTest.cpp', 115 '../tests/GrSurfaceTest.cpp',
116 '../tests/GrTBSearchTest.cpp', 116 '../tests/GrTBSearchTest.cpp',
117 '../tests/GradientTest.cpp', 117 '../tests/GradientTest.cpp',
118 '../tests/ImageCacheTest.cpp', 118 '../tests/ImageCacheTest.cpp',
119 '../tests/ImageDecodingTest.cpp', 119 '../tests/ImageDecodingTest.cpp',
120 '../tests/ImageFilterTest.cpp', 120 '../tests/ImageFilterTest.cpp',
121 '../tests/ImageGeneratorTest.cpp', 121 '../tests/ImageGeneratorTest.cpp',
122 '../tests/ImageInfoTest.cpp',
122 '../tests/ImageIsOpaqueTest.cpp', 123 '../tests/ImageIsOpaqueTest.cpp',
123 '../tests/ImageNewShaderTest.cpp', 124 '../tests/ImageNewShaderTest.cpp',
124 '../tests/InfRectTest.cpp', 125 '../tests/InfRectTest.cpp',
125 '../tests/InterpolatorTest.cpp', 126 '../tests/InterpolatorTest.cpp',
126 '../tests/JpegTest.cpp', 127 '../tests/JpegTest.cpp',
127 '../tests/KtxTest.cpp', 128 '../tests/KtxTest.cpp',
128 '../tests/LListTest.cpp', 129 '../tests/LListTest.cpp',
129 '../tests/LayerDrawLooperTest.cpp', 130 '../tests/LayerDrawLooperTest.cpp',
130 '../tests/LayerRasterizerTest.cpp', 131 '../tests/LayerRasterizerTest.cpp',
131 '../tests/MD5Test.cpp', 132 '../tests/MD5Test.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../src/utils/debugger/SkObjectParser.h', 218 '../src/utils/debugger/SkObjectParser.h',
218 '../src/utils/debugger/SkObjectParser.cpp', 219 '../src/utils/debugger/SkObjectParser.cpp',
219 220
220 '../tests/PipeTest.cpp', 221 '../tests/PipeTest.cpp',
221 '../src/pipe/utils/SamplePipeControllers.cpp', 222 '../src/pipe/utils/SamplePipeControllers.cpp',
222 223
223 '../tests/TDStackNesterTest.cpp', 224 '../tests/TDStackNesterTest.cpp',
224 '../experimental/PdfViewer/src/SkTDStackNester.h', 225 '../experimental/PdfViewer/src/SkTDStackNester.h',
225 ], 226 ],
226 } 227 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkImageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698