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

Side by Side Diff: gyp/tests.gypi

Issue 394003003: Set maximum output size for scaled-image-cache images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet Created 6 years, 5 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 | « bench/ImageCacheBench.cpp ('k') | include/core/SkGraphics.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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '../tests/RecordingTest.cpp', 155 '../tests/RecordingTest.cpp',
156 '../tests/RefCntTest.cpp', 156 '../tests/RefCntTest.cpp',
157 '../tests/RefDictTest.cpp', 157 '../tests/RefDictTest.cpp',
158 '../tests/RegionTest.cpp', 158 '../tests/RegionTest.cpp',
159 '../tests/ResourceCacheTest.cpp', 159 '../tests/ResourceCacheTest.cpp',
160 '../tests/RoundRectTest.cpp', 160 '../tests/RoundRectTest.cpp',
161 '../tests/RuntimeConfigTest.cpp', 161 '../tests/RuntimeConfigTest.cpp',
162 '../tests/SHA1Test.cpp', 162 '../tests/SHA1Test.cpp',
163 '../tests/SListTest.cpp', 163 '../tests/SListTest.cpp',
164 '../tests/ScalarTest.cpp', 164 '../tests/ScalarTest.cpp',
165 '../tests/ScaledImageCache.cpp',
165 '../tests/SerializationTest.cpp', 166 '../tests/SerializationTest.cpp',
166 '../tests/ShaderImageFilterTest.cpp', 167 '../tests/ShaderImageFilterTest.cpp',
167 '../tests/ShaderOpacityTest.cpp', 168 '../tests/ShaderOpacityTest.cpp',
168 '../tests/SizeTest.cpp', 169 '../tests/SizeTest.cpp',
169 '../tests/SkBase64Test.cpp', 170 '../tests/SkBase64Test.cpp',
170 '../tests/SmallAllocatorTest.cpp', 171 '../tests/SmallAllocatorTest.cpp',
171 '../tests/SortTest.cpp', 172 '../tests/SortTest.cpp',
172 '../tests/SrcOverTest.cpp', 173 '../tests/SrcOverTest.cpp',
173 '../tests/StreamTest.cpp', 174 '../tests/StreamTest.cpp',
174 '../tests/StringTest.cpp', 175 '../tests/StringTest.cpp',
(...skipping 22 matching lines...) Expand all
197 '../src/utils/debugger/SkObjectParser.h', 198 '../src/utils/debugger/SkObjectParser.h',
198 '../src/utils/debugger/SkObjectParser.cpp', 199 '../src/utils/debugger/SkObjectParser.cpp',
199 200
200 '../tests/PipeTest.cpp', 201 '../tests/PipeTest.cpp',
201 '../src/pipe/utils/SamplePipeControllers.cpp', 202 '../src/pipe/utils/SamplePipeControllers.cpp',
202 203
203 '../tests/TDStackNesterTest.cpp', 204 '../tests/TDStackNesterTest.cpp',
204 '../experimental/PdfViewer/src/SkTDStackNester.h', 205 '../experimental/PdfViewer/src/SkTDStackNester.h',
205 ], 206 ],
206 } 207 }
OLDNEW
« no previous file with comments | « bench/ImageCacheBench.cpp ('k') | include/core/SkGraphics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698