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

Side by Side Diff: gyp/tests.gypi

Issue 951483002: Make SkNewImageFromBitmap take pixel ref origin into account (Closed) Base URL: https://skia.googlesource.com/skia.git@skimage-filters-01-deferred-canvas-writepixels-skip
Patch Set: Created 5 years, 10 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 | « gyp/core.gypi ('k') | src/image/SkImagePriv.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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../tests/RoundRectTest.cpp', 187 '../tests/RoundRectTest.cpp',
188 '../tests/RuntimeConfigTest.cpp', 188 '../tests/RuntimeConfigTest.cpp',
189 '../tests/SHA1Test.cpp', 189 '../tests/SHA1Test.cpp',
190 '../tests/ScalarTest.cpp', 190 '../tests/ScalarTest.cpp',
191 '../tests/SerializationTest.cpp', 191 '../tests/SerializationTest.cpp',
192 '../tests/ShaderImageFilterTest.cpp', 192 '../tests/ShaderImageFilterTest.cpp',
193 '../tests/ShaderOpacityTest.cpp', 193 '../tests/ShaderOpacityTest.cpp',
194 '../tests/SizeTest.cpp', 194 '../tests/SizeTest.cpp',
195 '../tests/Sk4xTest.cpp', 195 '../tests/Sk4xTest.cpp',
196 '../tests/SkBase64Test.cpp', 196 '../tests/SkBase64Test.cpp',
197 '../tests/SkImageTest.cpp',
197 '../tests/SkResourceCacheTest.cpp', 198 '../tests/SkResourceCacheTest.cpp',
198 '../tests/SmallAllocatorTest.cpp', 199 '../tests/SmallAllocatorTest.cpp',
199 '../tests/SortTest.cpp', 200 '../tests/SortTest.cpp',
200 '../tests/SrcOverTest.cpp', 201 '../tests/SrcOverTest.cpp',
201 '../tests/StreamTest.cpp', 202 '../tests/StreamTest.cpp',
202 '../tests/StringTest.cpp', 203 '../tests/StringTest.cpp',
203 '../tests/StrokeTest.cpp', 204 '../tests/StrokeTest.cpp',
204 '../tests/StrokerTest.cpp', 205 '../tests/StrokerTest.cpp',
205 '../tests/SurfaceTest.cpp', 206 '../tests/SurfaceTest.cpp',
206 '../tests/SVGDeviceTest.cpp', 207 '../tests/SVGDeviceTest.cpp',
(...skipping 24 matching lines...) Expand all
231 '../src/utils/debugger/SkObjectParser.h', 232 '../src/utils/debugger/SkObjectParser.h',
232 '../src/utils/debugger/SkObjectParser.cpp', 233 '../src/utils/debugger/SkObjectParser.cpp',
233 234
234 '../tests/PipeTest.cpp', 235 '../tests/PipeTest.cpp',
235 '../src/pipe/utils/SamplePipeControllers.cpp', 236 '../src/pipe/utils/SamplePipeControllers.cpp',
236 237
237 '../tests/TDStackNesterTest.cpp', 238 '../tests/TDStackNesterTest.cpp',
238 '../experimental/PdfViewer/src/SkTDStackNester.h', 239 '../experimental/PdfViewer/src/SkTDStackNester.h',
239 ], 240 ],
240 } 241 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | src/image/SkImagePriv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698