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

Side by Side Diff: gyp/tests.gypi

Issue 560453002: Back to hashing source content, not .png. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove test Created 6 years, 3 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 | « dm/DMWriteTask.cpp ('k') | tests/UnpremultiplyTest.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 '../tests/TArrayTest.cpp', 198 '../tests/TArrayTest.cpp',
199 '../tests/TLSTest.cpp', 199 '../tests/TLSTest.cpp',
200 '../tests/TSetTest.cpp', 200 '../tests/TSetTest.cpp',
201 '../tests/TextBlobTest.cpp', 201 '../tests/TextBlobTest.cpp',
202 '../tests/TextureCompressionTest.cpp', 202 '../tests/TextureCompressionTest.cpp',
203 '../tests/TileGridTest.cpp', 203 '../tests/TileGridTest.cpp',
204 '../tests/ToUnicodeTest.cpp', 204 '../tests/ToUnicodeTest.cpp',
205 '../tests/TracingTest.cpp', 205 '../tests/TracingTest.cpp',
206 '../tests/TypefaceTest.cpp', 206 '../tests/TypefaceTest.cpp',
207 '../tests/UnicodeTest.cpp', 207 '../tests/UnicodeTest.cpp',
208 '../tests/UnpremultiplyTest.cpp',
209 '../tests/UtilsTest.cpp', 208 '../tests/UtilsTest.cpp',
210 '../tests/WArrayTest.cpp', 209 '../tests/WArrayTest.cpp',
211 '../tests/WritePixelsTest.cpp', 210 '../tests/WritePixelsTest.cpp',
212 '../tests/Writer32Test.cpp', 211 '../tests/Writer32Test.cpp',
213 '../tests/XfermodeTest.cpp', 212 '../tests/XfermodeTest.cpp',
214 213
215 '../tests/MatrixClipCollapseTest.cpp', 214 '../tests/MatrixClipCollapseTest.cpp',
216 '../src/utils/debugger/SkDrawCommand.h', 215 '../src/utils/debugger/SkDrawCommand.h',
217 '../src/utils/debugger/SkDrawCommand.cpp', 216 '../src/utils/debugger/SkDrawCommand.cpp',
218 '../src/utils/debugger/SkDebugCanvas.h', 217 '../src/utils/debugger/SkDebugCanvas.h',
219 '../src/utils/debugger/SkDebugCanvas.cpp', 218 '../src/utils/debugger/SkDebugCanvas.cpp',
220 '../src/utils/debugger/SkObjectParser.h', 219 '../src/utils/debugger/SkObjectParser.h',
221 '../src/utils/debugger/SkObjectParser.cpp', 220 '../src/utils/debugger/SkObjectParser.cpp',
222 221
223 '../tests/PipeTest.cpp', 222 '../tests/PipeTest.cpp',
224 '../src/pipe/utils/SamplePipeControllers.cpp', 223 '../src/pipe/utils/SamplePipeControllers.cpp',
225 224
226 '../tests/TDStackNesterTest.cpp', 225 '../tests/TDStackNesterTest.cpp',
227 '../experimental/PdfViewer/src/SkTDStackNester.h', 226 '../experimental/PdfViewer/src/SkTDStackNester.h',
228 ], 227 ],
229 } 228 }
OLDNEW
« no previous file with comments | « dm/DMWriteTask.cpp ('k') | tests/UnpremultiplyTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698