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

Side by Side Diff: gyp/tests.gypi

Issue 723593002: Start stripping out complicated parts of SkPicture{Record,Data}. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/core/SkPictureData.cpp » ('j') | src/core/SkPictureRecord.cpp » ('J')
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../tests/DiscardableMemoryTest.cpp', 83 '../tests/DiscardableMemoryTest.cpp',
84 '../tests/DocumentTest.cpp', 84 '../tests/DocumentTest.cpp',
85 '../tests/DrawBitmapRectTest.cpp', 85 '../tests/DrawBitmapRectTest.cpp',
86 '../tests/DrawPathTest.cpp', 86 '../tests/DrawPathTest.cpp',
87 '../tests/DrawTextTest.cpp', 87 '../tests/DrawTextTest.cpp',
88 '../tests/DynamicHashTest.cpp', 88 '../tests/DynamicHashTest.cpp',
89 '../tests/EmptyPathTest.cpp', 89 '../tests/EmptyPathTest.cpp',
90 '../tests/ErrorTest.cpp', 90 '../tests/ErrorTest.cpp',
91 '../tests/FillPathTest.cpp', 91 '../tests/FillPathTest.cpp',
92 '../tests/FitsInTest.cpp', 92 '../tests/FitsInTest.cpp',
93 '../tests/FlatDataTest.cpp',
94 '../tests/FlateTest.cpp', 93 '../tests/FlateTest.cpp',
95 '../tests/FloatingPointTextureTest.cpp', 94 '../tests/FloatingPointTextureTest.cpp',
96 '../tests/FontHostStreamTest.cpp', 95 '../tests/FontHostStreamTest.cpp',
97 '../tests/FontHostTest.cpp', 96 '../tests/FontHostTest.cpp',
98 '../tests/FontMgrTest.cpp', 97 '../tests/FontMgrTest.cpp',
99 '../tests/FontNamesTest.cpp', 98 '../tests/FontNamesTest.cpp',
100 '../tests/FontObjTest.cpp', 99 '../tests/FontObjTest.cpp',
101 '../tests/FrontBufferedStreamTest.cpp', 100 '../tests/FrontBufferedStreamTest.cpp',
102 '../tests/GLInterfaceValidationTest.cpp', 101 '../tests/GLInterfaceValidationTest.cpp',
103 '../tests/GLProgramsTest.cpp', 102 '../tests/GLProgramsTest.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../src/utils/debugger/SkObjectParser.h', 225 '../src/utils/debugger/SkObjectParser.h',
227 '../src/utils/debugger/SkObjectParser.cpp', 226 '../src/utils/debugger/SkObjectParser.cpp',
228 227
229 '../tests/PipeTest.cpp', 228 '../tests/PipeTest.cpp',
230 '../src/pipe/utils/SamplePipeControllers.cpp', 229 '../src/pipe/utils/SamplePipeControllers.cpp',
231 230
232 '../tests/TDStackNesterTest.cpp', 231 '../tests/TDStackNesterTest.cpp',
233 '../experimental/PdfViewer/src/SkTDStackNester.h', 232 '../experimental/PdfViewer/src/SkTDStackNester.h',
234 ], 233 ],
235 } 234 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkPictureData.cpp » ('j') | src/core/SkPictureRecord.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698