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

Side by Side Diff: gyp/tests.gypi

Issue 462993003: Set maximum output size for scaled-image-cache images (Closed) Base URL: https://skia.googlesource.com/skia.git@m37_2062
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 | « 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '../tests/RecorderTest.cpp', 148 '../tests/RecorderTest.cpp',
149 '../tests/RecordingTest.cpp', 149 '../tests/RecordingTest.cpp',
150 '../tests/RefCntTest.cpp', 150 '../tests/RefCntTest.cpp',
151 '../tests/RefDictTest.cpp', 151 '../tests/RefDictTest.cpp',
152 '../tests/RegionTest.cpp', 152 '../tests/RegionTest.cpp',
153 '../tests/ResourceCacheTest.cpp', 153 '../tests/ResourceCacheTest.cpp',
154 '../tests/RoundRectTest.cpp', 154 '../tests/RoundRectTest.cpp',
155 '../tests/RuntimeConfigTest.cpp', 155 '../tests/RuntimeConfigTest.cpp',
156 '../tests/SHA1Test.cpp', 156 '../tests/SHA1Test.cpp',
157 '../tests/ScalarTest.cpp', 157 '../tests/ScalarTest.cpp',
158 '../tests/ScaledImageCache.cpp',
158 '../tests/SerializationTest.cpp', 159 '../tests/SerializationTest.cpp',
159 '../tests/ShaderImageFilterTest.cpp', 160 '../tests/ShaderImageFilterTest.cpp',
160 '../tests/ShaderOpacityTest.cpp', 161 '../tests/ShaderOpacityTest.cpp',
161 '../tests/SkBase64Test.cpp', 162 '../tests/SkBase64Test.cpp',
162 '../tests/SListTest.cpp', 163 '../tests/SListTest.cpp',
163 '../tests/SmallAllocatorTest.cpp', 164 '../tests/SmallAllocatorTest.cpp',
164 '../tests/SortTest.cpp', 165 '../tests/SortTest.cpp',
165 '../tests/SrcOverTest.cpp', 166 '../tests/SrcOverTest.cpp',
166 '../tests/StreamTest.cpp', 167 '../tests/StreamTest.cpp',
167 '../tests/StringTest.cpp', 168 '../tests/StringTest.cpp',
(...skipping 26 matching lines...) Expand all
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 | « bench/ImageCacheBench.cpp ('k') | include/core/SkGraphics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698