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

Side by Side Diff: gyp/tests.gypi

Issue 1048593002: Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: This is actually faster 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 | « bench/PMFloatBench.cpp ('k') | include/effects/SkColorMatrixFilter.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '../tests/RegionTest.cpp', 193 '../tests/RegionTest.cpp',
194 '../tests/ResourceCacheTest.cpp', 194 '../tests/ResourceCacheTest.cpp',
195 '../tests/RoundRectTest.cpp', 195 '../tests/RoundRectTest.cpp',
196 '../tests/RuntimeConfigTest.cpp', 196 '../tests/RuntimeConfigTest.cpp',
197 '../tests/SHA1Test.cpp', 197 '../tests/SHA1Test.cpp',
198 '../tests/ScalarTest.cpp', 198 '../tests/ScalarTest.cpp',
199 '../tests/SerializationTest.cpp', 199 '../tests/SerializationTest.cpp',
200 '../tests/ShaderImageFilterTest.cpp', 200 '../tests/ShaderImageFilterTest.cpp',
201 '../tests/ShaderOpacityTest.cpp', 201 '../tests/ShaderOpacityTest.cpp',
202 '../tests/SizeTest.cpp', 202 '../tests/SizeTest.cpp',
203 '../tests/Sk2xTest.cpp', 203 '../tests/SkNxTest.cpp',
204 '../tests/Sk4xTest.cpp',
205 '../tests/SkBase64Test.cpp', 204 '../tests/SkBase64Test.cpp',
206 '../tests/SkImageTest.cpp', 205 '../tests/SkImageTest.cpp',
207 '../tests/SkResourceCacheTest.cpp', 206 '../tests/SkResourceCacheTest.cpp',
208 '../tests/SmallAllocatorTest.cpp', 207 '../tests/SmallAllocatorTest.cpp',
209 '../tests/SortTest.cpp', 208 '../tests/SortTest.cpp',
210 '../tests/SrcOverTest.cpp', 209 '../tests/SrcOverTest.cpp',
211 '../tests/StreamTest.cpp', 210 '../tests/StreamTest.cpp',
212 '../tests/StringTest.cpp', 211 '../tests/StringTest.cpp',
213 '../tests/StrokeTest.cpp', 212 '../tests/StrokeTest.cpp',
214 '../tests/StrokerTest.cpp', 213 '../tests/StrokerTest.cpp',
(...skipping 26 matching lines...) Expand all
241 '../src/utils/debugger/SkObjectParser.h', 240 '../src/utils/debugger/SkObjectParser.h',
242 '../src/utils/debugger/SkObjectParser.cpp', 241 '../src/utils/debugger/SkObjectParser.cpp',
243 242
244 '../tests/PipeTest.cpp', 243 '../tests/PipeTest.cpp',
245 '../src/pipe/utils/SamplePipeControllers.cpp', 244 '../src/pipe/utils/SamplePipeControllers.cpp',
246 245
247 '../tests/TDStackNesterTest.cpp', 246 '../tests/TDStackNesterTest.cpp',
248 '../experimental/PdfViewer/src/SkTDStackNester.h', 247 '../experimental/PdfViewer/src/SkTDStackNester.h',
249 ], 248 ],
250 } 249 }
OLDNEW
« no previous file with comments | « bench/PMFloatBench.cpp ('k') | include/effects/SkColorMatrixFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698