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

Side by Side Diff: gyp/tests.gypi

Issue 233053005: Add a focused public API for src/record. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wrap in EXPERIMENTAL Created 6 years, 8 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '../tests/QuickRejectTest.cpp', 132 '../tests/QuickRejectTest.cpp',
133 '../tests/RTreeTest.cpp', 133 '../tests/RTreeTest.cpp',
134 '../tests/RandomTest.cpp', 134 '../tests/RandomTest.cpp',
135 '../tests/ReadPixelsTest.cpp', 135 '../tests/ReadPixelsTest.cpp',
136 '../tests/ReadWriteAlphaTest.cpp', 136 '../tests/ReadWriteAlphaTest.cpp',
137 '../tests/Reader32Test.cpp', 137 '../tests/Reader32Test.cpp',
138 '../tests/RecordCullingTest.cpp', 138 '../tests/RecordCullingTest.cpp',
139 '../tests/RecordDrawTest.cpp', 139 '../tests/RecordDrawTest.cpp',
140 '../tests/RecordTest.cpp', 140 '../tests/RecordTest.cpp',
141 '../tests/RecorderTest.cpp', 141 '../tests/RecorderTest.cpp',
142 '../tests/RecordingTest.cpp',
142 '../tests/RefCntTest.cpp', 143 '../tests/RefCntTest.cpp',
143 '../tests/RefDictTest.cpp', 144 '../tests/RefDictTest.cpp',
144 '../tests/RegionTest.cpp', 145 '../tests/RegionTest.cpp',
145 '../tests/ResourceCacheTest.cpp', 146 '../tests/ResourceCacheTest.cpp',
146 '../tests/RoundRectTest.cpp', 147 '../tests/RoundRectTest.cpp',
147 '../tests/RuntimeConfigTest.cpp', 148 '../tests/RuntimeConfigTest.cpp',
148 '../tests/SHA1Test.cpp', 149 '../tests/SHA1Test.cpp',
149 '../tests/ScalarTest.cpp', 150 '../tests/ScalarTest.cpp',
150 '../tests/SerializationTest.cpp', 151 '../tests/SerializationTest.cpp',
151 '../tests/ShaderImageFilterTest.cpp', 152 '../tests/ShaderImageFilterTest.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 186
186 '../tests/PipeTest.cpp', 187 '../tests/PipeTest.cpp',
187 '../src/pipe/utils/SamplePipeControllers.cpp', 188 '../src/pipe/utils/SamplePipeControllers.cpp',
188 189
189 '../tests/TDStackNesterTest.cpp', 190 '../tests/TDStackNesterTest.cpp',
190 '../experimental/PdfViewer/src/SkTDStackNester.h', 191 '../experimental/PdfViewer/src/SkTDStackNester.h',
191 192
192 '../tools/sk_tool_utils.cpp', 193 '../tools/sk_tool_utils.cpp',
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « gyp/record.gyp ('k') | include/record/SkRecording.h » ('j') | include/record/SkRecording.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698