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

Side by Side Diff: gyp/tests.gypi

Issue 400043003: Run CanvasState test across a library boundary. (Closed) Base URL: https://skia.googlesource.com/skia.git@canvasState2
Patch Set: 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
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 28 matching lines...) Expand all
39 '../tests/BitSetTest.cpp', 39 '../tests/BitSetTest.cpp',
40 '../tests/BitmapCopyTest.cpp', 40 '../tests/BitmapCopyTest.cpp',
41 '../tests/BitmapGetColorTest.cpp', 41 '../tests/BitmapGetColorTest.cpp',
42 '../tests/BitmapHasherTest.cpp', 42 '../tests/BitmapHasherTest.cpp',
43 '../tests/BitmapHeapTest.cpp', 43 '../tests/BitmapHeapTest.cpp',
44 '../tests/BitmapTest.cpp', 44 '../tests/BitmapTest.cpp',
45 '../tests/BlendTest.cpp', 45 '../tests/BlendTest.cpp',
46 '../tests/BlitRowTest.cpp', 46 '../tests/BlitRowTest.cpp',
47 '../tests/BlurTest.cpp', 47 '../tests/BlurTest.cpp',
48 '../tests/CachedDecodingPixelRefTest.cpp', 48 '../tests/CachedDecodingPixelRefTest.cpp',
49 '../tests/CanvasStateHelpers.cpp',
49 '../tests/CanvasStateTest.cpp', 50 '../tests/CanvasStateTest.cpp',
50 '../tests/CanvasTest.cpp', 51 '../tests/CanvasTest.cpp',
51 '../tests/ChecksumTest.cpp', 52 '../tests/ChecksumTest.cpp',
52 '../tests/ClampRangeTest.cpp', 53 '../tests/ClampRangeTest.cpp',
53 '../tests/ClipCacheTest.cpp', 54 '../tests/ClipCacheTest.cpp',
54 '../tests/ClipCubicTest.cpp', 55 '../tests/ClipCubicTest.cpp',
55 '../tests/ClipStackTest.cpp', 56 '../tests/ClipStackTest.cpp',
56 '../tests/ClipperTest.cpp', 57 '../tests/ClipperTest.cpp',
57 '../tests/ColorFilterTest.cpp', 58 '../tests/ColorFilterTest.cpp',
58 '../tests/ColorPrivTest.cpp', 59 '../tests/ColorPrivTest.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698