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

Side by Side Diff: gyp/tests.gypi

Issue 263063002: Add pattern matchers for SkRecord (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: init pointers Created 6 years, 7 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 | « no previous file | src/record/SkRecordOpts.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../tests/PointTest.cpp', 135 '../tests/PointTest.cpp',
136 '../tests/PremulAlphaRoundTripTest.cpp', 136 '../tests/PremulAlphaRoundTripTest.cpp',
137 '../tests/QuickRejectTest.cpp', 137 '../tests/QuickRejectTest.cpp',
138 '../tests/RTreeTest.cpp', 138 '../tests/RTreeTest.cpp',
139 '../tests/RandomTest.cpp', 139 '../tests/RandomTest.cpp',
140 '../tests/ReadPixelsTest.cpp', 140 '../tests/ReadPixelsTest.cpp',
141 '../tests/ReadWriteAlphaTest.cpp', 141 '../tests/ReadWriteAlphaTest.cpp',
142 '../tests/Reader32Test.cpp', 142 '../tests/Reader32Test.cpp',
143 '../tests/RecordDrawTest.cpp', 143 '../tests/RecordDrawTest.cpp',
144 '../tests/RecordOptsTest.cpp', 144 '../tests/RecordOptsTest.cpp',
145 '../tests/RecordPatternTest.cpp',
145 '../tests/RecordTest.cpp', 146 '../tests/RecordTest.cpp',
146 '../tests/RecorderTest.cpp', 147 '../tests/RecorderTest.cpp',
147 '../tests/RecordingTest.cpp', 148 '../tests/RecordingTest.cpp',
148 '../tests/RefCntTest.cpp', 149 '../tests/RefCntTest.cpp',
149 '../tests/RefDictTest.cpp', 150 '../tests/RefDictTest.cpp',
150 '../tests/RegionTest.cpp', 151 '../tests/RegionTest.cpp',
151 '../tests/ResourceCacheTest.cpp', 152 '../tests/ResourceCacheTest.cpp',
152 '../tests/RoundRectTest.cpp', 153 '../tests/RoundRectTest.cpp',
153 '../tests/RuntimeConfigTest.cpp', 154 '../tests/RuntimeConfigTest.cpp',
154 '../tests/SHA1Test.cpp', 155 '../tests/SHA1Test.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 192
192 '../tests/PipeTest.cpp', 193 '../tests/PipeTest.cpp',
193 '../src/pipe/utils/SamplePipeControllers.cpp', 194 '../src/pipe/utils/SamplePipeControllers.cpp',
194 195
195 '../tests/TDStackNesterTest.cpp', 196 '../tests/TDStackNesterTest.cpp',
196 '../experimental/PdfViewer/src/SkTDStackNester.h', 197 '../experimental/PdfViewer/src/SkTDStackNester.h',
197 198
198 '../tools/sk_tool_utils.cpp', 199 '../tools/sk_tool_utils.cpp',
199 ], 200 ],
200 } 201 }
OLDNEW
« no previous file with comments | « no previous file | src/record/SkRecordOpts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698