[inspect] Replace "deprecated-shell" with "hub"

Bug: 35365
Change-Id: I09ca76d1498d42c3c3dd019f367468256aba3a3f
diff --git a/BUILD.gn b/BUILD.gn
index 047844a..76dec9b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -167,9 +167,6 @@
   visibility = [
     "//topaz/bin/flutter_screencap_test:flutter_screencap_test_pkg",
     "//topaz/examples/test/driver_example_mod:driver_example_mod_tests_pkg",
-    "//topaz/public/dart/fuchsia_inspect/examples/inspect_mod:inspect_mod_test_pkg",
-    "//topaz/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester:inspect_dart_integration_test_driver_pkg",
-    "//topaz/public/dart/fuchsia_inspect/test/integration:dart_inspect_vmo_test",
     "//topaz/public/dart/fuchsia_modular/examples/slider_mod:slider_mod_tests_pkg",
     "//topaz/tests/benchmarks/input_latency:topaz_input_latency_benchmarks",
   ]
diff --git a/public/dart/fuchsia_inspect/examples/inspect_mod/BUILD.gn b/public/dart/fuchsia_inspect/examples/inspect_mod/BUILD.gn
index a68887e..860dd98 100644
--- a/public/dart/fuchsia_inspect/examples/inspect_mod/BUILD.gn
+++ b/public/dart/fuchsia_inspect/examples/inspect_mod/BUILD.gn
@@ -30,8 +30,6 @@
 }
 
 dart_fuchsia_test("inspect_mod_test") {
-  deprecated_shell = "//topaz"
-
   sources = [
     "inspect_mod_test.dart",
   ]
diff --git a/public/dart/fuchsia_inspect/examples/inspect_mod/meta/inspect_mod_test.cmx b/public/dart/fuchsia_inspect/examples/inspect_mod/meta/inspect_mod_test.cmx
index 19092e4..37c888c 100644
--- a/public/dart/fuchsia_inspect/examples/inspect_mod/meta/inspect_mod_test.cmx
+++ b/public/dart/fuchsia_inspect/examples/inspect_mod/meta/inspect_mod_test.cmx
@@ -25,8 +25,8 @@
     },
     "sandbox": {
         "features": [
-            "deprecated-shell",
-            "deprecated-ambient-replace-as-executable"
+            "deprecated-ambient-replace-as-executable",
+	    "hub"
         ],
         "services": [
             "fuchsia.sys.Environment",
diff --git a/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/BUILD.gn b/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/BUILD.gn
index d10f332..e8aa101 100644
--- a/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/BUILD.gn
+++ b/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/BUILD.gn
@@ -2,8 +2,8 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-import("//topaz/runtime/flutter_runner/flutter_app.gni")
 import("//topaz/runtime/dart/dart_fuchsia_test.gni")
+import("//topaz/runtime/flutter_runner/flutter_app.gni")
 
 flutter_app("inspect_flutter_integration_tester") {
   main_dart = "lib/main.dart"
@@ -30,8 +30,6 @@
 }
 
 dart_fuchsia_test("inspect_dart_integration_test_driver") {
-  deprecated_shell = "//topaz"
-
   sources = [
     "integration_driver_test.dart",
   ]
diff --git a/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/meta/inspect_dart_integration_test_driver.cmx b/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/meta/inspect_dart_integration_test_driver.cmx
index b65bf3c..d686db5 100644
--- a/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/meta/inspect_dart_integration_test_driver.cmx
+++ b/public/dart/fuchsia_inspect/test/inspect_flutter_integration_tester/meta/inspect_dart_integration_test_driver.cmx
@@ -25,7 +25,7 @@
     },
     "sandbox": {
         "features": [
-            "deprecated-shell"
+	    "hub"
         ],
         "services": [
             "fuchsia.posix.socket.Provider",
diff --git a/public/dart/fuchsia_inspect/test/integration/BUILD.gn b/public/dart/fuchsia_inspect/test/integration/BUILD.gn
index 2a07a3f..bea660c 100644
--- a/public/dart/fuchsia_inspect/test/integration/BUILD.gn
+++ b/public/dart/fuchsia_inspect/test/integration/BUILD.gn
@@ -54,8 +54,6 @@
 # Run these tests using
 #   fx run-test dart_inspect_vmo_test
 test_package("dart_inspect_vmo_test") {
-  deprecated_shell = "//topaz"
-
   deps = [
     ":dart_inspect_vmo_test_writer",
     ":test",
diff --git a/public/dart/fuchsia_inspect/test/integration/meta/dart_inspect_vmo_test.cmx b/public/dart/fuchsia_inspect/test/integration/meta/dart_inspect_vmo_test.cmx
index 0ffd058..5232c83 100644
--- a/public/dart/fuchsia_inspect/test/integration/meta/dart_inspect_vmo_test.cmx
+++ b/public/dart/fuchsia_inspect/test/integration/meta/dart_inspect_vmo_test.cmx
@@ -4,8 +4,8 @@
     },
     "sandbox": {
         "features": [
-            "deprecated-shell",
-            "deprecated-ambient-replace-as-executable"
+            "deprecated-ambient-replace-as-executable",
+	    "hub"
         ],
         "services": [
             "fuchsia.sys.Environment",