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

Side by Side Diff: gyp/tests.gypi

Issue 1088383003: remove unused (by clients) SkPathUtils (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gyp/bench.gypi ('k') | gyp/utils.gypi » ('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/codec', 8 '../src/codec',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 10 '../src/effects',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '../tests/PDFInvalidBitmapTest.cpp', 162 '../tests/PDFInvalidBitmapTest.cpp',
163 '../tests/PDFJpegEmbedTest.cpp', 163 '../tests/PDFJpegEmbedTest.cpp',
164 '../tests/PDFPrimitivesTest.cpp', 164 '../tests/PDFPrimitivesTest.cpp',
165 '../tests/PMFloatTest.cpp', 165 '../tests/PMFloatTest.cpp',
166 '../tests/PackBitsTest.cpp', 166 '../tests/PackBitsTest.cpp',
167 '../tests/PaintTest.cpp', 167 '../tests/PaintTest.cpp',
168 '../tests/ParsePathTest.cpp', 168 '../tests/ParsePathTest.cpp',
169 '../tests/PathCoverageTest.cpp', 169 '../tests/PathCoverageTest.cpp',
170 '../tests/PathMeasureTest.cpp', 170 '../tests/PathMeasureTest.cpp',
171 '../tests/PathTest.cpp', 171 '../tests/PathTest.cpp',
172 '../tests/PathUtilsTest.cpp',
173 '../tests/PictureBBHTest.cpp', 172 '../tests/PictureBBHTest.cpp',
174 '../tests/PictureShaderTest.cpp', 173 '../tests/PictureShaderTest.cpp',
175 '../tests/PictureTest.cpp', 174 '../tests/PictureTest.cpp',
176 '../tests/PixelRefTest.cpp', 175 '../tests/PixelRefTest.cpp',
177 '../tests/PointTest.cpp', 176 '../tests/PointTest.cpp',
178 '../tests/PremulAlphaRoundTripTest.cpp', 177 '../tests/PremulAlphaRoundTripTest.cpp',
179 '../tests/QuickRejectTest.cpp', 178 '../tests/QuickRejectTest.cpp',
180 '../tests/RTConfRegistryTest.cpp', 179 '../tests/RTConfRegistryTest.cpp',
181 '../tests/RTreeTest.cpp', 180 '../tests/RTreeTest.cpp',
182 '../tests/RandomTest.cpp', 181 '../tests/RandomTest.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../src/utils/debugger/SkObjectParser.h', 244 '../src/utils/debugger/SkObjectParser.h',
246 '../src/utils/debugger/SkObjectParser.cpp', 245 '../src/utils/debugger/SkObjectParser.cpp',
247 246
248 '../tests/PipeTest.cpp', 247 '../tests/PipeTest.cpp',
249 '../src/pipe/utils/SamplePipeControllers.cpp', 248 '../src/pipe/utils/SamplePipeControllers.cpp',
250 249
251 '../tests/TDStackNesterTest.cpp', 250 '../tests/TDStackNesterTest.cpp',
252 '../experimental/PdfViewer/src/SkTDStackNester.h', 251 '../experimental/PdfViewer/src/SkTDStackNester.h',
253 ], 252 ],
254 } 253 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698