Disable building a bunch of things that are about to break.

The following series of patches will delete and refactor a whole
pile of stuff.  To make things easier, temporarily disable the build
for example apps that will be fixed up in subsequent patches.

BUG=

Review URL: https://codereview.chromium.org/1534683002 .

R=viettrungluu@chromium.org, abarth, jamesr, vtl

Review URL: https://codereview.chromium.org/1536853002 .
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 770023b..4765a5f 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -8,11 +8,7 @@
 group("portable_apps") {
   testonly = true
 
-  deps = [
-    "//apps/moterm",
-    "//apps/moterm:apptests",
-    "//apps/moterm:gl_helper_test_app",
-  ]
+  deps = []
 }
 
 group("apps") {