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

Side by Side Diff: gyp/tests.gypi

Issue 628453002: Create a single command buffer for GrInOrderDrawBuffer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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
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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../tests/SkBase64Test.cpp', 187 '../tests/SkBase64Test.cpp',
188 '../tests/SkResourceCacheTest.cpp', 188 '../tests/SkResourceCacheTest.cpp',
189 '../tests/SmallAllocatorTest.cpp', 189 '../tests/SmallAllocatorTest.cpp',
190 '../tests/SortTest.cpp', 190 '../tests/SortTest.cpp',
191 '../tests/SrcOverTest.cpp', 191 '../tests/SrcOverTest.cpp',
192 '../tests/StreamTest.cpp', 192 '../tests/StreamTest.cpp',
193 '../tests/StringTest.cpp', 193 '../tests/StringTest.cpp',
194 '../tests/StrokeTest.cpp', 194 '../tests/StrokeTest.cpp',
195 '../tests/SurfaceTest.cpp', 195 '../tests/SurfaceTest.cpp',
196 '../tests/TArrayTest.cpp', 196 '../tests/TArrayTest.cpp',
197 '../tests/TBaseListTest.cpp',
197 '../tests/THashCache.cpp', 198 '../tests/THashCache.cpp',
198 '../tests/TLSTest.cpp', 199 '../tests/TLSTest.cpp',
199 '../tests/TSetTest.cpp', 200 '../tests/TSetTest.cpp',
200 '../tests/TextBlobTest.cpp', 201 '../tests/TextBlobTest.cpp',
201 '../tests/TextureCompressionTest.cpp', 202 '../tests/TextureCompressionTest.cpp',
202 '../tests/TileGridTest.cpp', 203 '../tests/TileGridTest.cpp',
203 '../tests/ToUnicodeTest.cpp', 204 '../tests/ToUnicodeTest.cpp',
204 '../tests/TracingTest.cpp', 205 '../tests/TracingTest.cpp',
205 '../tests/TypefaceTest.cpp', 206 '../tests/TypefaceTest.cpp',
206 '../tests/UnicodeTest.cpp', 207 '../tests/UnicodeTest.cpp',
(...skipping 11 matching lines...) Expand all
218 '../src/utils/debugger/SkObjectParser.h', 219 '../src/utils/debugger/SkObjectParser.h',
219 '../src/utils/debugger/SkObjectParser.cpp', 220 '../src/utils/debugger/SkObjectParser.cpp',
220 221
221 '../tests/PipeTest.cpp', 222 '../tests/PipeTest.cpp',
222 '../src/pipe/utils/SamplePipeControllers.cpp', 223 '../src/pipe/utils/SamplePipeControllers.cpp',
223 224
224 '../tests/TDStackNesterTest.cpp', 225 '../tests/TDStackNesterTest.cpp',
225 '../experimental/PdfViewer/src/SkTDStackNester.h', 226 '../experimental/PdfViewer/src/SkTDStackNester.h',
226 ], 227 ],
227 } 228 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrInOrderDrawBuffer.h » ('j') | src/gpu/GrInOrderDrawBuffer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698