experimental/minimal_ios_mtl_skia_app

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Mac-Clang-arm64-Debug-iOS_Metal,Build-Mac-Clang-arm64-Release-iOS_Metal

Change-Id: I3cb9c7d9073fc0572f49fe1c48caf638e78e34f5
Resubmit-of: https://skia-review.googlesource.com/c/skia/+/238757
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/239121
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
diff --git a/BUILD.gn b/BUILD.gn
index 41cb32d..9db9eb1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2448,3 +2448,16 @@
     }
   }
 }
+
+if (is_ios && skia_use_metal) {
+  group("minimal_ios_mtl_skia_app") {
+    deps = [
+      "experimental/minimal_ios_mtl_skia_app",
+    ]
+  }
+  group("skottie_ios") {
+    deps = [
+      "experimental/skottie_ios",
+    ]
+  }
+}