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

Side by Side Diff: gyp/tests.gypi

Issue 208153008: Add test for SkTArray. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkTArray.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '../tests/ShaderOpacityTest.cpp', 147 '../tests/ShaderOpacityTest.cpp',
148 '../tests/SkBase64Test.cpp', 148 '../tests/SkBase64Test.cpp',
149 '../tests/SListTest.cpp', 149 '../tests/SListTest.cpp',
150 '../tests/SmallAllocatorTest.cpp', 150 '../tests/SmallAllocatorTest.cpp',
151 '../tests/SortTest.cpp', 151 '../tests/SortTest.cpp',
152 '../tests/SrcOverTest.cpp', 152 '../tests/SrcOverTest.cpp',
153 '../tests/StreamTest.cpp', 153 '../tests/StreamTest.cpp',
154 '../tests/StringTest.cpp', 154 '../tests/StringTest.cpp',
155 '../tests/StrokeTest.cpp', 155 '../tests/StrokeTest.cpp',
156 '../tests/SurfaceTest.cpp', 156 '../tests/SurfaceTest.cpp',
157 '../tests/TArrayTest.cpp',
157 '../tests/TLSTest.cpp', 158 '../tests/TLSTest.cpp',
158 '../tests/TSetTest.cpp', 159 '../tests/TSetTest.cpp',
159 '../tests/TestSize.cpp', 160 '../tests/TestSize.cpp',
160 '../tests/TileGridTest.cpp', 161 '../tests/TileGridTest.cpp',
161 '../tests/ToUnicodeTest.cpp', 162 '../tests/ToUnicodeTest.cpp',
162 '../tests/TracingTest.cpp', 163 '../tests/TracingTest.cpp',
163 '../tests/TypefaceTest.cpp', 164 '../tests/TypefaceTest.cpp',
164 '../tests/UnicodeTest.cpp', 165 '../tests/UnicodeTest.cpp',
165 '../tests/UnitTestTest.cpp', 166 '../tests/UnitTestTest.cpp',
166 '../tests/UtilsTest.cpp', 167 '../tests/UtilsTest.cpp',
(...skipping 12 matching lines...) Expand all
179 180
180 '../tests/PipeTest.cpp', 181 '../tests/PipeTest.cpp',
181 '../src/pipe/utils/SamplePipeControllers.cpp', 182 '../src/pipe/utils/SamplePipeControllers.cpp',
182 183
183 '../tests/TDStackNesterTest.cpp', 184 '../tests/TDStackNesterTest.cpp',
184 '../experimental/PdfViewer/src/SkTDStackNester.h', 185 '../experimental/PdfViewer/src/SkTDStackNester.h',
185 186
186 '../tools/sk_tool_utils.cpp', 187 '../tools/sk_tool_utils.cpp',
187 ], 188 ],
188 } 189 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698