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

Side by Side Diff: gyp/tests.gypi

Issue 948473002: Port GrGLCaps over to use SkTHash. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: winders Created 5 years, 10 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 | « gyp/core.gypi ('k') | src/core/SkTHash.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 '../tests/SmallAllocatorTest.cpp', 198 '../tests/SmallAllocatorTest.cpp',
199 '../tests/SortTest.cpp', 199 '../tests/SortTest.cpp',
200 '../tests/SrcOverTest.cpp', 200 '../tests/SrcOverTest.cpp',
201 '../tests/StreamTest.cpp', 201 '../tests/StreamTest.cpp',
202 '../tests/StringTest.cpp', 202 '../tests/StringTest.cpp',
203 '../tests/StrokeTest.cpp', 203 '../tests/StrokeTest.cpp',
204 '../tests/StrokerTest.cpp', 204 '../tests/StrokerTest.cpp',
205 '../tests/SurfaceTest.cpp', 205 '../tests/SurfaceTest.cpp',
206 '../tests/TArrayTest.cpp', 206 '../tests/TArrayTest.cpp',
207 '../tests/TDPQueueTest.cpp', 207 '../tests/TDPQueueTest.cpp',
208 '../tests/THashCache.cpp',
209 '../tests/Time.cpp', 208 '../tests/Time.cpp',
210 '../tests/TLSTest.cpp', 209 '../tests/TLSTest.cpp',
211 '../tests/TSetTest.cpp', 210 '../tests/TSetTest.cpp',
212 '../tests/TextBlobTest.cpp', 211 '../tests/TextBlobTest.cpp',
213 '../tests/TextureCompressionTest.cpp', 212 '../tests/TextureCompressionTest.cpp',
214 '../tests/ToUnicodeTest.cpp', 213 '../tests/ToUnicodeTest.cpp',
215 '../tests/TracingTest.cpp', 214 '../tests/TracingTest.cpp',
216 '../tests/TypefaceTest.cpp', 215 '../tests/TypefaceTest.cpp',
217 '../tests/UnicodeTest.cpp', 216 '../tests/UnicodeTest.cpp',
218 '../tests/UtilsTest.cpp', 217 '../tests/UtilsTest.cpp',
(...skipping 12 matching lines...) Expand all
231 '../src/utils/debugger/SkObjectParser.h', 230 '../src/utils/debugger/SkObjectParser.h',
232 '../src/utils/debugger/SkObjectParser.cpp', 231 '../src/utils/debugger/SkObjectParser.cpp',
233 232
234 '../tests/PipeTest.cpp', 233 '../tests/PipeTest.cpp',
235 '../src/pipe/utils/SamplePipeControllers.cpp', 234 '../src/pipe/utils/SamplePipeControllers.cpp',
236 235
237 '../tests/TDStackNesterTest.cpp', 236 '../tests/TDStackNesterTest.cpp',
238 '../experimental/PdfViewer/src/SkTDStackNester.h', 237 '../experimental/PdfViewer/src/SkTDStackNester.h',
239 ], 238 ],
240 } 239 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkTHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698