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

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: Rename, runtime 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 | « no previous file | src/core/SkBitmapProcState.cpp » ('j') | src/core/SkScaledImageCache.h » ('J')
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '../tests/RecordingTest.cpp', 154 '../tests/RecordingTest.cpp',
155 '../tests/RefCntTest.cpp', 155 '../tests/RefCntTest.cpp',
156 '../tests/RefDictTest.cpp', 156 '../tests/RefDictTest.cpp',
157 '../tests/RegionTest.cpp', 157 '../tests/RegionTest.cpp',
158 '../tests/ResourceCacheTest.cpp', 158 '../tests/ResourceCacheTest.cpp',
159 '../tests/RoundRectTest.cpp', 159 '../tests/RoundRectTest.cpp',
160 '../tests/RuntimeConfigTest.cpp', 160 '../tests/RuntimeConfigTest.cpp',
161 '../tests/SHA1Test.cpp', 161 '../tests/SHA1Test.cpp',
162 '../tests/SListTest.cpp', 162 '../tests/SListTest.cpp',
163 '../tests/ScalarTest.cpp', 163 '../tests/ScalarTest.cpp',
164 '../tests/ScaledImageCache.cpp',
164 '../tests/SerializationTest.cpp', 165 '../tests/SerializationTest.cpp',
165 '../tests/ShaderImageFilterTest.cpp', 166 '../tests/ShaderImageFilterTest.cpp',
166 '../tests/ShaderOpacityTest.cpp', 167 '../tests/ShaderOpacityTest.cpp',
167 '../tests/SizeTest.cpp', 168 '../tests/SizeTest.cpp',
168 '../tests/SkBase64Test.cpp', 169 '../tests/SkBase64Test.cpp',
169 '../tests/SmallAllocatorTest.cpp', 170 '../tests/SmallAllocatorTest.cpp',
170 '../tests/SortTest.cpp', 171 '../tests/SortTest.cpp',
171 '../tests/SrcOverTest.cpp', 172 '../tests/SrcOverTest.cpp',
172 '../tests/StreamTest.cpp', 173 '../tests/StreamTest.cpp',
173 '../tests/StringTest.cpp', 174 '../tests/StringTest.cpp',
(...skipping 22 matching lines...) Expand all
196 '../src/utils/debugger/SkObjectParser.h', 197 '../src/utils/debugger/SkObjectParser.h',
197 '../src/utils/debugger/SkObjectParser.cpp', 198 '../src/utils/debugger/SkObjectParser.cpp',
198 199
199 '../tests/PipeTest.cpp', 200 '../tests/PipeTest.cpp',
200 '../src/pipe/utils/SamplePipeControllers.cpp', 201 '../src/pipe/utils/SamplePipeControllers.cpp',
201 202
202 '../tests/TDStackNesterTest.cpp', 203 '../tests/TDStackNesterTest.cpp',
203 '../experimental/PdfViewer/src/SkTDStackNester.h', 204 '../experimental/PdfViewer/src/SkTDStackNester.h',
204 ], 205 ],
205 } 206 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkBitmapProcState.cpp » ('j') | src/core/SkScaledImageCache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698