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

Side by Side Diff: gyp/tests.gypi

Issue 189373008: Add reg test for http://crbug.com/348821 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: REPORTER_ASSERT Created 6 years, 9 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 | tests/DashPathEffectTest.cpp » ('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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../tests/CanvasTest.cpp', 48 '../tests/CanvasTest.cpp',
49 '../tests/ChecksumTest.cpp', 49 '../tests/ChecksumTest.cpp',
50 '../tests/ClampRangeTest.cpp', 50 '../tests/ClampRangeTest.cpp',
51 '../tests/ClipCacheTest.cpp', 51 '../tests/ClipCacheTest.cpp',
52 '../tests/ClipCubicTest.cpp', 52 '../tests/ClipCubicTest.cpp',
53 '../tests/ClipStackTest.cpp', 53 '../tests/ClipStackTest.cpp',
54 '../tests/ClipperTest.cpp', 54 '../tests/ClipperTest.cpp',
55 '../tests/ColorFilterTest.cpp', 55 '../tests/ColorFilterTest.cpp',
56 '../tests/ColorPrivTest.cpp', 56 '../tests/ColorPrivTest.cpp',
57 '../tests/ColorTest.cpp', 57 '../tests/ColorTest.cpp',
58 '../tests/DashPathEffectTest.cpp',
58 '../tests/DataRefTest.cpp', 59 '../tests/DataRefTest.cpp',
59 '../tests/DeferredCanvasTest.cpp', 60 '../tests/DeferredCanvasTest.cpp',
60 '../tests/DequeTest.cpp', 61 '../tests/DequeTest.cpp',
61 '../tests/DeviceLooperTest.cpp', 62 '../tests/DeviceLooperTest.cpp',
62 '../tests/DiscardableMemoryPoolTest.cpp', 63 '../tests/DiscardableMemoryPoolTest.cpp',
63 '../tests/DiscardableMemoryTest.cpp', 64 '../tests/DiscardableMemoryTest.cpp',
64 '../tests/DocumentTest.cpp', 65 '../tests/DocumentTest.cpp',
65 '../tests/DrawBitmapRectTest.cpp', 66 '../tests/DrawBitmapRectTest.cpp',
66 '../tests/DrawPathTest.cpp', 67 '../tests/DrawPathTest.cpp',
67 '../tests/DrawTextTest.cpp', 68 '../tests/DrawTextTest.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 179
179 '../tests/PipeTest.cpp', 180 '../tests/PipeTest.cpp',
180 '../src/pipe/utils/SamplePipeControllers.cpp', 181 '../src/pipe/utils/SamplePipeControllers.cpp',
181 182
182 '../tests/TDStackNesterTest.cpp', 183 '../tests/TDStackNesterTest.cpp',
183 '../experimental/PdfViewer/src/SkTDStackNester.h', 184 '../experimental/PdfViewer/src/SkTDStackNester.h',
184 185
185 '../tools/sk_tool_utils.cpp', 186 '../tools/sk_tool_utils.cpp',
186 ], 187 ],
187 } 188 }
OLDNEW
« no previous file with comments | « no previous file | tests/DashPathEffectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698