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

Side by Side Diff: gyp/tests.gypi

Issue 1069013002: add realloc method to SkAutoSTMalloc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 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 | include/core/SkTemplates.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Common gypi for unit tests. 5 # Common gypi for unit tests.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../src/core', 8 '../src/core',
9 '../src/effects', 9 '../src/effects',
10 '../src/image', 10 '../src/image',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 '../tests/SortTest.cpp', 209 '../tests/SortTest.cpp',
210 '../tests/SrcOverTest.cpp', 210 '../tests/SrcOverTest.cpp',
211 '../tests/StreamTest.cpp', 211 '../tests/StreamTest.cpp',
212 '../tests/StringTest.cpp', 212 '../tests/StringTest.cpp',
213 '../tests/StrokeTest.cpp', 213 '../tests/StrokeTest.cpp',
214 '../tests/StrokerTest.cpp', 214 '../tests/StrokerTest.cpp',
215 '../tests/SurfaceTest.cpp', 215 '../tests/SurfaceTest.cpp',
216 '../tests/SVGDeviceTest.cpp', 216 '../tests/SVGDeviceTest.cpp',
217 '../tests/TessellatingPathRendererTests.cpp', 217 '../tests/TessellatingPathRendererTests.cpp',
218 '../tests/TArrayTest.cpp', 218 '../tests/TArrayTest.cpp',
219 '../tests/TemplatesTest.cpp',
219 '../tests/TDPQueueTest.cpp', 220 '../tests/TDPQueueTest.cpp',
220 '../tests/Time.cpp', 221 '../tests/Time.cpp',
221 '../tests/TLSTest.cpp', 222 '../tests/TLSTest.cpp',
222 '../tests/TextBlobTest.cpp', 223 '../tests/TextBlobTest.cpp',
223 '../tests/TextureCompressionTest.cpp', 224 '../tests/TextureCompressionTest.cpp',
224 '../tests/ToUnicodeTest.cpp', 225 '../tests/ToUnicodeTest.cpp',
225 '../tests/TracingTest.cpp', 226 '../tests/TracingTest.cpp',
226 '../tests/TypefaceTest.cpp', 227 '../tests/TypefaceTest.cpp',
227 '../tests/UnicodeTest.cpp', 228 '../tests/UnicodeTest.cpp',
228 '../tests/UtilsTest.cpp', 229 '../tests/UtilsTest.cpp',
(...skipping 12 matching lines...) Expand all
241 '../src/utils/debugger/SkObjectParser.h', 242 '../src/utils/debugger/SkObjectParser.h',
242 '../src/utils/debugger/SkObjectParser.cpp', 243 '../src/utils/debugger/SkObjectParser.cpp',
243 244
244 '../tests/PipeTest.cpp', 245 '../tests/PipeTest.cpp',
245 '../src/pipe/utils/SamplePipeControllers.cpp', 246 '../src/pipe/utils/SamplePipeControllers.cpp',
246 247
247 '../tests/TDStackNesterTest.cpp', 248 '../tests/TDStackNesterTest.cpp',
248 '../experimental/PdfViewer/src/SkTDStackNester.h', 249 '../experimental/PdfViewer/src/SkTDStackNester.h',
249 ], 250 ],
250 } 251 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTemplates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698