| OLD | NEW |
| 1 # Copyright 2016 Google Inc. | 1 # Copyright 2016 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 | 5 |
| 6 # Things are easiest for everyone if these source paths are absolute. | 6 # Things are easiest for everyone if these source paths are absolute. |
| 7 _tests = get_path_info("../tests", "abspath") | 7 _tests = get_path_info("../tests", "abspath") |
| 8 | 8 |
| 9 tests_sources = [ | 9 tests_sources = [ |
| 10 "$_tests/AAClipTest.cpp", | 10 "$_tests/AAClipTest.cpp", |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "$_tests/PictureBBHTest.cpp", | 151 "$_tests/PictureBBHTest.cpp", |
| 152 "$_tests/PictureShaderTest.cpp", | 152 "$_tests/PictureShaderTest.cpp", |
| 153 "$_tests/PictureTest.cpp", | 153 "$_tests/PictureTest.cpp", |
| 154 "$_tests/PipeTest.cpp", | 154 "$_tests/PipeTest.cpp", |
| 155 "$_tests/PixelRefTest.cpp", | 155 "$_tests/PixelRefTest.cpp", |
| 156 "$_tests/Point3Test.cpp", | 156 "$_tests/Point3Test.cpp", |
| 157 "$_tests/PointTest.cpp", | 157 "$_tests/PointTest.cpp", |
| 158 "$_tests/PremulAlphaRoundTripTest.cpp", | 158 "$_tests/PremulAlphaRoundTripTest.cpp", |
| 159 "$_tests/PrimitiveProcessorTest.cpp", | 159 "$_tests/PrimitiveProcessorTest.cpp", |
| 160 "$_tests/ProxyConversionTest.cpp", | 160 "$_tests/ProxyConversionTest.cpp", |
| 161 "$_tests/ProxyRefTest.cpp", |
| 161 "$_tests/ProxyTest.cpp", | 162 "$_tests/ProxyTest.cpp", |
| 162 "$_tests/QuickRejectTest.cpp", | 163 "$_tests/QuickRejectTest.cpp", |
| 163 "$_tests/RandomTest.cpp", | 164 "$_tests/RandomTest.cpp", |
| 164 "$_tests/Reader32Test.cpp", | 165 "$_tests/Reader32Test.cpp", |
| 165 "$_tests/ReadPixelsTest.cpp", | 166 "$_tests/ReadPixelsTest.cpp", |
| 166 "$_tests/ReadWriteAlphaTest.cpp", | 167 "$_tests/ReadWriteAlphaTest.cpp", |
| 167 "$_tests/RecordDrawTest.cpp", | 168 "$_tests/RecordDrawTest.cpp", |
| 168 "$_tests/RecorderTest.cpp", | 169 "$_tests/RecorderTest.cpp", |
| 169 "$_tests/RecordingXfermodeTest.cpp", | 170 "$_tests/RecordingXfermodeTest.cpp", |
| 170 "$_tests/RecordOptsTest.cpp", | 171 "$_tests/RecordOptsTest.cpp", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "$_tests/PathOpsSimplifyTest.cpp", | 301 "$_tests/PathOpsSimplifyTest.cpp", |
| 301 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp", | 302 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp", |
| 302 "$_tests/PathOpsSkpTest.cpp", | 303 "$_tests/PathOpsSkpTest.cpp", |
| 303 "$_tests/PathOpsTestCommon.cpp", | 304 "$_tests/PathOpsTestCommon.cpp", |
| 304 "$_tests/PathOpsThreadedCommon.cpp", | 305 "$_tests/PathOpsThreadedCommon.cpp", |
| 305 "$_tests/PathOpsThreeWayTest.cpp", | 306 "$_tests/PathOpsThreeWayTest.cpp", |
| 306 "$_tests/PathOpsTigerTest.cpp", | 307 "$_tests/PathOpsTigerTest.cpp", |
| 307 "$_tests/PathOpsTightBoundsTest.cpp", | 308 "$_tests/PathOpsTightBoundsTest.cpp", |
| 308 "$_tests/PathOpsTypesTest.cpp", | 309 "$_tests/PathOpsTypesTest.cpp", |
| 309 ] | 310 ] |
| OLD | NEW |