Update tests for a V1-only skgpu::v1::SurfaceDrawContext

Bug: skia:11837
Change-Id: If8dd864d6cd8bc5ab9569fbab40866e1810dbc27
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/434162
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/gn/tests.gni b/gn/tests.gni
index b1c5c5c..f88123f 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -34,7 +34,6 @@
   "$_tests/CanvasStateTest.cpp",
   "$_tests/CanvasTest.cpp",
   "$_tests/ChecksumTest.cpp",
-  "$_tests/ClearTest.cpp",
   "$_tests/ClipBoundsTest.cpp",
   "$_tests/ClipCubicTest.cpp",
   "$_tests/ClipStackTest.cpp",
@@ -54,11 +53,9 @@
   "$_tests/CopySurfaceTest.cpp",
   "$_tests/CubicMapTest.cpp",
   "$_tests/CullTestTest.cpp",
-  "$_tests/DMSAATest.cpp",
   "$_tests/DashPathEffectTest.cpp",
   "$_tests/DataRefTest.cpp",
   "$_tests/DebugLayerManagerTest.cpp",
-  "$_tests/DefaultPathRendererTest.cpp",
   "$_tests/DeferredDisplayListTest.cpp",
   "$_tests/DequeTest.cpp",
   "$_tests/DescriptorTest.cpp",
@@ -103,7 +100,6 @@
   "$_tests/GrDDLImageTest.cpp",
   "$_tests/GrFinishedFlushTest.cpp",
   "$_tests/GrMemoryPoolTest.cpp",
-  "$_tests/GrMipMappedTest.cpp",
   "$_tests/GrOpListFlushTest.cpp",
   "$_tests/GrPathUtilsTest.cpp",
   "$_tests/GrPorterDuffTest.cpp",
@@ -140,7 +136,6 @@
   "$_tests/JSONTest.cpp",
   "$_tests/LListTest.cpp",
   "$_tests/LRUCacheTest.cpp",
-  "$_tests/LazyProxyTest.cpp",
   "$_tests/M44Test.cpp",
   "$_tests/MD5Test.cpp",
   "$_tests/MallocPixelRefTest.cpp",
@@ -190,8 +185,6 @@
   "$_tests/PointTest.cpp",
   "$_tests/PolyUtilsTest.cpp",
   "$_tests/PremulAlphaRoundTripTest.cpp",
-  "$_tests/PrimitiveProcessorTest.cpp",
-  "$_tests/ProcessorTest.cpp",
   "$_tests/PromiseImageTest.cpp",
   "$_tests/ProxyConversionTest.cpp",
   "$_tests/ProxyRefTest.cpp",
@@ -248,7 +241,6 @@
   "$_tests/SkRemoteGlyphCacheTest.cpp",
   "$_tests/SkResourceCacheTest.cpp",
   "$_tests/SkRuntimeEffectTest.cpp",
-  "$_tests/SkSLCross.cpp",
   "$_tests/SkSLDSLErrorLineNumbers.cpp",
   "$_tests/SkSLDSLOnlyTest.cpp",
   "$_tests/SkSLDSLTest.cpp",
@@ -403,13 +395,21 @@
 
 skgpu_v1_tests_sources = [
   "$_tests/BulkRectTest.cpp",
+  "$_tests/ClearTest.cpp",
+  "$_tests/DMSAATest.cpp",
+  "$_tests/DefaultPathRendererTest.cpp",
   "$_tests/GrClipStackTest.cpp",
   "$_tests/GrMeshTest.cpp",
+  "$_tests/GrMipMappedTest.cpp",
   "$_tests/GrPipelineDynamicStateTest.cpp",
   "$_tests/GrThreadSafeCacheTest.cpp",
+  "$_tests/LazyProxyTest.cpp",
   "$_tests/OpChainTest.cpp",
   "$_tests/PathRendererCacheTests.cpp",
+  "$_tests/PrimitiveProcessorTest.cpp",
+  "$_tests/ProcessorTest.cpp",
   "$_tests/ProgramsTest.cpp",
+  "$_tests/SkSLCross.cpp",
   "$_tests/SurfaceDrawContextTest.cpp",
   "$_tests/TextureOpTest.cpp",
 ]