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

Side by Side Diff: gyp/tests.gypi

Issue 228723003: Start on some unwritten SkRecord TODOs: (Closed) Base URL: https://skia.googlesource.com/skia.git@record-culling
Patch Set: rebase 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
« no previous file with comments | « no previous file | src/record/SkRecorder.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',
11 '../src/pipe/utils', 11 '../src/pipe/utils',
12 '../src/record',
12 '../src/utils', 13 '../src/utils',
13 '../src/utils/debugger', 14 '../src/utils/debugger',
14 '../tools/', 15 '../tools/',
15 16
16 # Needed for TDStackNesterTest. 17 # Needed for TDStackNesterTest.
17 '../experimental/PdfViewer', 18 '../experimental/PdfViewer',
18 '../experimental/PdfViewer/src', 19 '../experimental/PdfViewer/src',
19 ], 20 ],
20 'dependencies': [ 21 'dependencies': [
21 'skia_lib.gyp:skia_lib', 22 'skia_lib.gyp:skia_lib',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../tests/PictureUtilsTest.cpp', 128 '../tests/PictureUtilsTest.cpp',
128 '../tests/PixelRefTest.cpp', 129 '../tests/PixelRefTest.cpp',
129 '../tests/PointTest.cpp', 130 '../tests/PointTest.cpp',
130 '../tests/PremulAlphaRoundTripTest.cpp', 131 '../tests/PremulAlphaRoundTripTest.cpp',
131 '../tests/QuickRejectTest.cpp', 132 '../tests/QuickRejectTest.cpp',
132 '../tests/RTreeTest.cpp', 133 '../tests/RTreeTest.cpp',
133 '../tests/RandomTest.cpp', 134 '../tests/RandomTest.cpp',
134 '../tests/ReadPixelsTest.cpp', 135 '../tests/ReadPixelsTest.cpp',
135 '../tests/ReadWriteAlphaTest.cpp', 136 '../tests/ReadWriteAlphaTest.cpp',
136 '../tests/Reader32Test.cpp', 137 '../tests/Reader32Test.cpp',
138 '../tests/RecordTest.cpp',
137 '../tests/RefCntTest.cpp', 139 '../tests/RefCntTest.cpp',
138 '../tests/RefDictTest.cpp', 140 '../tests/RefDictTest.cpp',
139 '../tests/RegionTest.cpp', 141 '../tests/RegionTest.cpp',
140 '../tests/ResourceCacheTest.cpp', 142 '../tests/ResourceCacheTest.cpp',
141 '../tests/RoundRectTest.cpp', 143 '../tests/RoundRectTest.cpp',
142 '../tests/RuntimeConfigTest.cpp', 144 '../tests/RuntimeConfigTest.cpp',
143 '../tests/SHA1Test.cpp', 145 '../tests/SHA1Test.cpp',
144 '../tests/ScalarTest.cpp', 146 '../tests/ScalarTest.cpp',
145 '../tests/SerializationTest.cpp', 147 '../tests/SerializationTest.cpp',
146 '../tests/ShaderImageFilterTest.cpp', 148 '../tests/ShaderImageFilterTest.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 182
181 '../tests/PipeTest.cpp', 183 '../tests/PipeTest.cpp',
182 '../src/pipe/utils/SamplePipeControllers.cpp', 184 '../src/pipe/utils/SamplePipeControllers.cpp',
183 185
184 '../tests/TDStackNesterTest.cpp', 186 '../tests/TDStackNesterTest.cpp',
185 '../experimental/PdfViewer/src/SkTDStackNester.h', 187 '../experimental/PdfViewer/src/SkTDStackNester.h',
186 188
187 '../tools/sk_tool_utils.cpp', 189 '../tools/sk_tool_utils.cpp',
188 ], 190 ],
189 } 191 }
OLDNEW
« no previous file with comments | « no previous file | src/record/SkRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698