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

Side by Side Diff: gyp/tests.gypi

Issue 660903002: Remove obsolete SkRecording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up 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
« no previous file with comments | « gyp/core.gypi ('k') | include/record/SkRecording.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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '../tests/RandomTest.cpp', 164 '../tests/RandomTest.cpp',
165 '../tests/ReadPixelsTest.cpp', 165 '../tests/ReadPixelsTest.cpp',
166 '../tests/ReadWriteAlphaTest.cpp', 166 '../tests/ReadWriteAlphaTest.cpp',
167 '../tests/Reader32Test.cpp', 167 '../tests/Reader32Test.cpp',
168 '../tests/RecordDrawTest.cpp', 168 '../tests/RecordDrawTest.cpp',
169 '../tests/RecordReplaceDrawTest.cpp', 169 '../tests/RecordReplaceDrawTest.cpp',
170 '../tests/RecordOptsTest.cpp', 170 '../tests/RecordOptsTest.cpp',
171 '../tests/RecordPatternTest.cpp', 171 '../tests/RecordPatternTest.cpp',
172 '../tests/RecordTest.cpp', 172 '../tests/RecordTest.cpp',
173 '../tests/RecorderTest.cpp', 173 '../tests/RecorderTest.cpp',
174 '../tests/RecordingTest.cpp',
175 '../tests/RecordingXfermodeTest.cpp', 174 '../tests/RecordingXfermodeTest.cpp',
176 '../tests/RefCntTest.cpp', 175 '../tests/RefCntTest.cpp',
177 '../tests/RefDictTest.cpp', 176 '../tests/RefDictTest.cpp',
178 '../tests/RegionTest.cpp', 177 '../tests/RegionTest.cpp',
179 '../tests/ResourceCacheTest.cpp', 178 '../tests/ResourceCacheTest.cpp',
180 '../tests/RoundRectTest.cpp', 179 '../tests/RoundRectTest.cpp',
181 '../tests/RuntimeConfigTest.cpp', 180 '../tests/RuntimeConfigTest.cpp',
182 '../tests/SHA1Test.cpp', 181 '../tests/SHA1Test.cpp',
183 '../tests/ScalarTest.cpp', 182 '../tests/ScalarTest.cpp',
184 '../tests/SerializationTest.cpp', 183 '../tests/SerializationTest.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « gyp/core.gypi ('k') | include/record/SkRecording.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698