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

Side by Side Diff: gyp/tests.gypi

Issue 312353003: Initial KTX encoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Code review changes Created 6 years, 6 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '../tests/GrOrderedSetTest.cpp', 97 '../tests/GrOrderedSetTest.cpp',
98 '../tests/GrSurfaceTest.cpp', 98 '../tests/GrSurfaceTest.cpp',
99 '../tests/GrTBSearchTest.cpp', 99 '../tests/GrTBSearchTest.cpp',
100 '../tests/GradientTest.cpp', 100 '../tests/GradientTest.cpp',
101 '../tests/HashCacheTest.cpp', 101 '../tests/HashCacheTest.cpp',
102 '../tests/ImageCacheTest.cpp', 102 '../tests/ImageCacheTest.cpp',
103 '../tests/ImageDecodingTest.cpp', 103 '../tests/ImageDecodingTest.cpp',
104 '../tests/ImageFilterTest.cpp', 104 '../tests/ImageFilterTest.cpp',
105 '../tests/InfRectTest.cpp', 105 '../tests/InfRectTest.cpp',
106 '../tests/JpegTest.cpp', 106 '../tests/JpegTest.cpp',
107 '../tests/KtxTest.cpp',
107 '../tests/LListTest.cpp', 108 '../tests/LListTest.cpp',
108 '../tests/LayerDrawLooperTest.cpp', 109 '../tests/LayerDrawLooperTest.cpp',
109 '../tests/LayerRasterizerTest.cpp', 110 '../tests/LayerRasterizerTest.cpp',
110 '../tests/MD5Test.cpp', 111 '../tests/MD5Test.cpp',
111 '../tests/MallocPixelRefTest.cpp', 112 '../tests/MallocPixelRefTest.cpp',
112 '../tests/MathTest.cpp', 113 '../tests/MathTest.cpp',
113 '../tests/Matrix44Test.cpp', 114 '../tests/Matrix44Test.cpp',
114 '../tests/MatrixClipCollapseTest.cpp', 115 '../tests/MatrixClipCollapseTest.cpp',
115 '../tests/MatrixTest.cpp', 116 '../tests/MatrixTest.cpp',
116 '../tests/MemoryTest.cpp', 117 '../tests/MemoryTest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 195
195 '../tests/PipeTest.cpp', 196 '../tests/PipeTest.cpp',
196 '../src/pipe/utils/SamplePipeControllers.cpp', 197 '../src/pipe/utils/SamplePipeControllers.cpp',
197 198
198 '../tests/TDStackNesterTest.cpp', 199 '../tests/TDStackNesterTest.cpp',
199 '../experimental/PdfViewer/src/SkTDStackNester.h', 200 '../experimental/PdfViewer/src/SkTDStackNester.h',
200 201
201 '../tools/sk_tool_utils.cpp', 202 '../tools/sk_tool_utils.cpp',
202 ], 203 ],
203 } 204 }
OLDNEW
« no previous file with comments | « gyp/ktx.gyp ('k') | include/core/SkImageEncoder.h » ('j') | src/images/SkImageDecoder_ktx.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698