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

Side by Side Diff: gyp/tests.gypi

Issue 14502003: Add SkSTDArray. Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Clean up. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | include/core/SkTDArray.h » ('J')
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/codec', 8 '../src/codec',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 10 '../src/effects',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '../tests/SrcOverTest.cpp', 211 '../tests/SrcOverTest.cpp',
212 '../tests/StreamTest.cpp', 212 '../tests/StreamTest.cpp',
213 '../tests/StringTest.cpp', 213 '../tests/StringTest.cpp',
214 '../tests/StrokeTest.cpp', 214 '../tests/StrokeTest.cpp',
215 '../tests/StrokerTest.cpp', 215 '../tests/StrokerTest.cpp',
216 '../tests/SurfaceTest.cpp', 216 '../tests/SurfaceTest.cpp',
217 '../tests/SVGDeviceTest.cpp', 217 '../tests/SVGDeviceTest.cpp',
218 '../tests/SwizzlerTest.cpp', 218 '../tests/SwizzlerTest.cpp',
219 '../tests/TessellatingPathRendererTests.cpp', 219 '../tests/TessellatingPathRendererTests.cpp',
220 '../tests/TArrayTest.cpp', 220 '../tests/TArrayTest.cpp',
221 '../tests/TDArrayTest.cpp',
221 '../tests/TemplatesTest.cpp', 222 '../tests/TemplatesTest.cpp',
222 '../tests/TDPQueueTest.cpp', 223 '../tests/TDPQueueTest.cpp',
223 '../tests/Time.cpp', 224 '../tests/Time.cpp',
224 '../tests/TLSTest.cpp', 225 '../tests/TLSTest.cpp',
225 '../tests/TextBlobTest.cpp', 226 '../tests/TextBlobTest.cpp',
226 '../tests/TextureCompressionTest.cpp', 227 '../tests/TextureCompressionTest.cpp',
227 '../tests/ToUnicodeTest.cpp', 228 '../tests/ToUnicodeTest.cpp',
228 '../tests/TracingTest.cpp', 229 '../tests/TracingTest.cpp',
229 '../tests/TypefaceTest.cpp', 230 '../tests/TypefaceTest.cpp',
230 '../tests/UnicodeTest.cpp', 231 '../tests/UnicodeTest.cpp',
(...skipping 13 matching lines...) Expand all
244 '../src/utils/debugger/SkObjectParser.h', 245 '../src/utils/debugger/SkObjectParser.h',
245 '../src/utils/debugger/SkObjectParser.cpp', 246 '../src/utils/debugger/SkObjectParser.cpp',
246 247
247 '../tests/PipeTest.cpp', 248 '../tests/PipeTest.cpp',
248 '../src/pipe/utils/SamplePipeControllers.cpp', 249 '../src/pipe/utils/SamplePipeControllers.cpp',
249 250
250 '../tests/TDStackNesterTest.cpp', 251 '../tests/TDStackNesterTest.cpp',
251 '../experimental/PdfViewer/src/SkTDStackNester.h', 252 '../experimental/PdfViewer/src/SkTDStackNester.h',
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | include/core/SkTDArray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698