diff options
Diffstat (limited to 'chromium/third_party/skia/gn/tests.gni')
-rw-r--r-- | chromium/third_party/skia/gn/tests.gni | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chromium/third_party/skia/gn/tests.gni b/chromium/third_party/skia/gn/tests.gni index 63354fc526d..70ef573bbcb 100644 --- a/chromium/third_party/skia/gn/tests.gni +++ b/chromium/third_party/skia/gn/tests.gni @@ -15,7 +15,9 @@ tests_sources = [ "$_tests/ApplyGammaTest.cpp", "$_tests/ArenaAllocTest.cpp", "$_tests/AsADashTest.cpp", + "$_tests/BRDTest.cpp", "$_tests/BackendAllocationTest.cpp", + "$_tests/BackendSurfaceMutableStateTest.cpp", "$_tests/BadIcoTest.cpp", "$_tests/BitSetTest.cpp", "$_tests/BitmapCopyTest.cpp", @@ -101,6 +103,7 @@ tests_sources = [ "$_tests/GrCCPRTest.cpp", "$_tests/GrContextAbandonTest.cpp", "$_tests/GrContextFactoryTest.cpp", + "$_tests/GrContextOOM.cpp", "$_tests/GrFinishedFlushTest.cpp", "$_tests/GrMemoryPoolTest.cpp", "$_tests/GrMeshTest.cpp", @@ -111,6 +114,7 @@ tests_sources = [ "$_tests/GrQuadBufferTest.cpp", "$_tests/GrQuadCropTest.cpp", "$_tests/GrStyledShapeTest.cpp", + "$_tests/GrSubmittedFlushTest.cpp", "$_tests/GrSurfaceTest.cpp", "$_tests/GrTAllocatorTest.cpp", "$_tests/GrTRecorderTest.cpp", @@ -182,7 +186,9 @@ tests_sources = [ "$_tests/PaintImageFilterTest.cpp", "$_tests/PaintTest.cpp", "$_tests/ParametricStageTest.cpp", + "$_tests/ParseColorTest.cpp", "$_tests/ParsePathTest.cpp", + "$_tests/PathBuilderTest.cpp", "$_tests/PathCoverageTest.cpp", "$_tests/PathMeasureTest.cpp", "$_tests/PathRendererCacheTests.cpp", @@ -209,7 +215,6 @@ tests_sources = [ "$_tests/RandomTest.cpp", "$_tests/ReadPixelsTest.cpp", "$_tests/ReadWriteAlphaTest.cpp", - "$_tests/Reader32Test.cpp", "$_tests/RecordDrawTest.cpp", "$_tests/RecordOptsTest.cpp", "$_tests/RecordPatternTest.cpp", |