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

Side by Side Diff: gyp/tests.gypi

Issue 714633002: Fix SkTime::GetDateTime Posix implementation, add unit test. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: limit the year check in the test to the next 50 years Created 6 years, 1 month 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 | src/ports/SkTime_Unix.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '../tests/SmallAllocatorTest.cpp', 193 '../tests/SmallAllocatorTest.cpp',
194 '../tests/SortTest.cpp', 194 '../tests/SortTest.cpp',
195 '../tests/SrcOverTest.cpp', 195 '../tests/SrcOverTest.cpp',
196 '../tests/StreamTest.cpp', 196 '../tests/StreamTest.cpp',
197 '../tests/StringTest.cpp', 197 '../tests/StringTest.cpp',
198 '../tests/StrokeTest.cpp', 198 '../tests/StrokeTest.cpp',
199 '../tests/StrokerTest.cpp', 199 '../tests/StrokerTest.cpp',
200 '../tests/SurfaceTest.cpp', 200 '../tests/SurfaceTest.cpp',
201 '../tests/TArrayTest.cpp', 201 '../tests/TArrayTest.cpp',
202 '../tests/THashCache.cpp', 202 '../tests/THashCache.cpp',
203 '../tests/Time.cpp',
203 '../tests/TLSTest.cpp', 204 '../tests/TLSTest.cpp',
204 '../tests/TSetTest.cpp', 205 '../tests/TSetTest.cpp',
205 '../tests/TextBlobTest.cpp', 206 '../tests/TextBlobTest.cpp',
206 '../tests/TextureCompressionTest.cpp', 207 '../tests/TextureCompressionTest.cpp',
207 '../tests/TileGridTest.cpp', 208 '../tests/TileGridTest.cpp',
208 '../tests/ToUnicodeTest.cpp', 209 '../tests/ToUnicodeTest.cpp',
209 '../tests/TracingTest.cpp', 210 '../tests/TracingTest.cpp',
210 '../tests/TypefaceTest.cpp', 211 '../tests/TypefaceTest.cpp',
211 '../tests/UnicodeTest.cpp', 212 '../tests/UnicodeTest.cpp',
212 '../tests/UtilsTest.cpp', 213 '../tests/UtilsTest.cpp',
(...skipping 10 matching lines...) Expand all
223 '../src/utils/debugger/SkObjectParser.h', 224 '../src/utils/debugger/SkObjectParser.h',
224 '../src/utils/debugger/SkObjectParser.cpp', 225 '../src/utils/debugger/SkObjectParser.cpp',
225 226
226 '../tests/PipeTest.cpp', 227 '../tests/PipeTest.cpp',
227 '../src/pipe/utils/SamplePipeControllers.cpp', 228 '../src/pipe/utils/SamplePipeControllers.cpp',
228 229
229 '../tests/TDStackNesterTest.cpp', 230 '../tests/TDStackNesterTest.cpp',
230 '../experimental/PdfViewer/src/SkTDStackNester.h', 231 '../experimental/PdfViewer/src/SkTDStackNester.h',
231 ], 232 ],
232 } 233 }
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkTime_Unix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698