Migrate remaining SkSL GLSL tests to golden outputs.

Change-Id: I72fd3083f75ca5bf74fb2c3b032465864a13aed5
Bug: skia:10694
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317771
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/gn/sksl_tests.gni b/gn/sksl_tests.gni
index 7c91e36..a9080d8 100644
--- a/gn/sksl_tests.gni
+++ b/gn/sksl_tests.gni
@@ -130,6 +130,9 @@
   "$_tests/sksl/glsl/FloatFolding.sksl",
   "$_tests/sksl/glsl/ForceHighPrecision.sksl",
   "$_tests/sksl/glsl/FrExp.sksl",
+  "$_tests/sksl/glsl/FragCoordsFlipY.sksl",
+  "$_tests/sksl/glsl/FragCoordsNew.sksl",
+  "$_tests/sksl/glsl/FragCoordsOld.sksl",
   "$_tests/sksl/glsl/FunctionArgumentMatch.sksl",
   "$_tests/sksl/glsl/FunctionPrototype.sksl",
   "$_tests/sksl/glsl/Functions.sksl",
@@ -140,6 +143,7 @@
   "$_tests/sksl/glsl/Height.sksl",
   "$_tests/sksl/glsl/HelloWorld.sksl",
   "$_tests/sksl/glsl/Hex.sksl",
+  "$_tests/sksl/glsl/IncompleteShortIntPrecision.sksl",
   "$_tests/sksl/glsl/InstanceID.vert",
   "$_tests/sksl/glsl/IntFolding.sksl",
   "$_tests/sksl/glsl/InterfaceBlockAnonymous.sksl",
@@ -150,6 +154,8 @@
   "$_tests/sksl/glsl/ModifiersDeclaration.sksl",
   "$_tests/sksl/glsl/MultipleAssignments.sksl",
   "$_tests/sksl/glsl/NegatedVectorLiteral.sksl",
+  "$_tests/sksl/glsl/NoFragCoordsPos.vert",
+  "$_tests/sksl/glsl/NoFragCoordsPosRT.vert",
   "$_tests/sksl/glsl/NormalizationGeo.geom",
   "$_tests/sksl/glsl/NormalizationVert.vert",
   "$_tests/sksl/glsl/NumberConversions.sksl",
@@ -160,6 +166,7 @@
   "$_tests/sksl/glsl/SampleMask.sksl",
   "$_tests/sksl/glsl/ScopedSymbol.sksl",
   "$_tests/sksl/glsl/ShortCircuitBoolFolding.sksl",
+  "$_tests/sksl/glsl/ShortIntPrecision.sksl",
   "$_tests/sksl/glsl/StackingVectorCasts.sksl",
   "$_tests/sksl/glsl/StaticIf.sksl",
   "$_tests/sksl/glsl/StaticSwitch.sksl",
@@ -235,9 +242,11 @@
   "$_tests/sksl/glsl/TypePrecision.sksl",
   "$_tests/sksl/workarounds/AbsInt.sksl",
   "$_tests/sksl/workarounds/FractNegative.sksl",
+  "$_tests/sksl/workarounds/FragCoords.sksl",
   "$_tests/sksl/workarounds/LoopCondition.sksl",
   "$_tests/sksl/workarounds/MinAndAbsTogether.sksl",
   "$_tests/sksl/workarounds/NegatedAtan.sksl",
   "$_tests/sksl/workarounds/PowWithConstantExponent.sksl",
+  "$_tests/sksl/workarounds/RewriteDoWhileLoops.sksl",
   "$_tests/sksl/workarounds/TernaryShortCircuit.sksl",
 ]