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

Side by Side Diff: gyp/tests.gypi

Issue 245953003: Test font created from paint (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix warning in release Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkFont.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../tests/DrawTextTest.cpp', 71 '../tests/DrawTextTest.cpp',
72 '../tests/DynamicHashTest.cpp', 72 '../tests/DynamicHashTest.cpp',
73 '../tests/EmptyPathTest.cpp', 73 '../tests/EmptyPathTest.cpp',
74 '../tests/ErrorTest.cpp', 74 '../tests/ErrorTest.cpp',
75 '../tests/FillPathTest.cpp', 75 '../tests/FillPathTest.cpp',
76 '../tests/FitsInTest.cpp', 76 '../tests/FitsInTest.cpp',
77 '../tests/FlatDataTest.cpp', 77 '../tests/FlatDataTest.cpp',
78 '../tests/FlateTest.cpp', 78 '../tests/FlateTest.cpp',
79 '../tests/FontHostStreamTest.cpp', 79 '../tests/FontHostStreamTest.cpp',
80 '../tests/FontHostTest.cpp', 80 '../tests/FontHostTest.cpp',
81 '../tests/FontObjTest.cpp',
81 '../tests/FontMgrTest.cpp', 82 '../tests/FontMgrTest.cpp',
82 '../tests/FontNamesTest.cpp', 83 '../tests/FontNamesTest.cpp',
83 '../tests/FrontBufferedStreamTest.cpp', 84 '../tests/FrontBufferedStreamTest.cpp',
84 '../tests/GLInterfaceValidationTest.cpp', 85 '../tests/GLInterfaceValidationTest.cpp',
85 '../tests/GLProgramsTest.cpp', 86 '../tests/GLProgramsTest.cpp',
86 '../tests/GeometryTest.cpp', 87 '../tests/GeometryTest.cpp',
87 '../tests/GifTest.cpp', 88 '../tests/GifTest.cpp',
88 '../tests/GpuColorFilterTest.cpp', 89 '../tests/GpuColorFilterTest.cpp',
89 '../tests/GpuDrawPathTest.cpp', 90 '../tests/GpuDrawPathTest.cpp',
90 '../tests/GpuRectanizerTest.cpp', 91 '../tests/GpuRectanizerTest.cpp',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 194
194 '../tests/PipeTest.cpp', 195 '../tests/PipeTest.cpp',
195 '../src/pipe/utils/SamplePipeControllers.cpp', 196 '../src/pipe/utils/SamplePipeControllers.cpp',
196 197
197 '../tests/TDStackNesterTest.cpp', 198 '../tests/TDStackNesterTest.cpp',
198 '../experimental/PdfViewer/src/SkTDStackNester.h', 199 '../experimental/PdfViewer/src/SkTDStackNester.h',
199 200
200 '../tools/sk_tool_utils.cpp', 201 '../tools/sk_tool_utils.cpp',
201 ], 202 ],
202 } 203 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkFont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698