| OLD | NEW |
| 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 Loading... |
| 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', |
| 172 '../tests/PictureBBHTest.cpp', | 173 '../tests/PictureBBHTest.cpp', |
| 173 '../tests/PictureShaderTest.cpp', | 174 '../tests/PictureShaderTest.cpp', |
| 174 '../tests/PictureTest.cpp', | 175 '../tests/PictureTest.cpp', |
| 175 '../tests/PixelRefTest.cpp', | 176 '../tests/PixelRefTest.cpp', |
| 176 '../tests/PointTest.cpp', | 177 '../tests/PointTest.cpp', |
| 177 '../tests/PremulAlphaRoundTripTest.cpp', | 178 '../tests/PremulAlphaRoundTripTest.cpp', |
| 178 '../tests/QuickRejectTest.cpp', | 179 '../tests/QuickRejectTest.cpp', |
| 179 '../tests/RTConfRegistryTest.cpp', | 180 '../tests/RTConfRegistryTest.cpp', |
| 180 '../tests/RTreeTest.cpp', | 181 '../tests/RTreeTest.cpp', |
| 181 '../tests/RandomTest.cpp', | 182 '../tests/RandomTest.cpp', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |