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

Side by Side Diff: gyp/tests.gypi

Issue 179343005: Add a class to allocate small objects w/o extra calls to new. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename the .h file Created 6 years, 9 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 { 2 {
2 'include_dirs': [ 3 'include_dirs': [
3 '../src/core', 4 '../src/core',
4 '../src/effects', 5 '../src/effects',
5 '../src/image', 6 '../src/image',
6 '../src/lazy', 7 '../src/lazy',
7 '../src/images', 8 '../src/images',
8 '../src/pathops', 9 '../src/pathops',
9 '../src/pdf', 10 '../src/pdf',
10 '../src/pipe/utils', 11 '../src/pipe/utils',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 '../tests/RegionTest.cpp', 137 '../tests/RegionTest.cpp',
137 '../tests/ResourceCacheTest.cpp', 138 '../tests/ResourceCacheTest.cpp',
138 '../tests/RoundRectTest.cpp', 139 '../tests/RoundRectTest.cpp',
139 '../tests/RuntimeConfigTest.cpp', 140 '../tests/RuntimeConfigTest.cpp',
140 '../tests/SHA1Test.cpp', 141 '../tests/SHA1Test.cpp',
141 '../tests/ScalarTest.cpp', 142 '../tests/ScalarTest.cpp',
142 '../tests/SerializationTest.cpp', 143 '../tests/SerializationTest.cpp',
143 '../tests/ShaderImageFilterTest.cpp', 144 '../tests/ShaderImageFilterTest.cpp',
144 '../tests/ShaderOpacityTest.cpp', 145 '../tests/ShaderOpacityTest.cpp',
145 '../tests/SkBase64Test.cpp', 146 '../tests/SkBase64Test.cpp',
147 '../tests/SmallAllocatorTest.cpp',
146 '../tests/SortTest.cpp', 148 '../tests/SortTest.cpp',
147 '../tests/SrcOverTest.cpp', 149 '../tests/SrcOverTest.cpp',
148 '../tests/StreamTest.cpp', 150 '../tests/StreamTest.cpp',
149 '../tests/StringTest.cpp', 151 '../tests/StringTest.cpp',
150 '../tests/StrokeTest.cpp', 152 '../tests/StrokeTest.cpp',
151 '../tests/SurfaceTest.cpp', 153 '../tests/SurfaceTest.cpp',
152 '../tests/TLSTest.cpp', 154 '../tests/TLSTest.cpp',
153 '../tests/TSetTest.cpp', 155 '../tests/TSetTest.cpp',
154 '../tests/TestSize.cpp', 156 '../tests/TestSize.cpp',
155 '../tests/TileGridTest.cpp', 157 '../tests/TileGridTest.cpp',
(...skipping 16 matching lines...) Expand all
172 '../src/utils/debugger/SkObjectParser.h', 174 '../src/utils/debugger/SkObjectParser.h',
173 '../src/utils/debugger/SkObjectParser.cpp', 175 '../src/utils/debugger/SkObjectParser.cpp',
174 176
175 '../tests/PipeTest.cpp', 177 '../tests/PipeTest.cpp',
176 '../src/pipe/utils/SamplePipeControllers.cpp', 178 '../src/pipe/utils/SamplePipeControllers.cpp',
177 179
178 '../tests/TDStackNesterTest.cpp', 180 '../tests/TDStackNesterTest.cpp',
179 '../experimental/PdfViewer/src/SkTDStackNester.h', 181 '../experimental/PdfViewer/src/SkTDStackNester.h',
180 ], 182 ],
181 } 183 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkShader.h » ('j') | src/core/SkSmallAllocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698